From 5da0f6bfd98f312c87b34a59038b822383f89dd8 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Fri, 13 Jan 2017 06:15:08 +0100 Subject: [PATCH] Fixed typo and extended explanation about english site --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75b4300..eabaaf4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ be used as a critical tool for weather alerts. ## Requirements PHP version 5 or higher with cURL. To install these packages on Debian/Ubuntu -enter `sudo apt-get install php5-cli php-curl`. That should be enough to get the +enter `sudo apt-get install php5-cli php5-curl`. That should be enough to get the script running. ## Usage @@ -23,7 +23,10 @@ For example ./check_meteoalarm.php http://www.meteoalarm.eu/en_UK/0/0/SE002-Sk%E5ne.html Note that the URL must be the english version (en_UK), otherwise the script -can't regex for the correct strings. +can't regex for the correct strings. You can change language on the bottom of +the site. Otherwise the direct URL for the english site is +http://www.meteoalarm.eu/en_UK/0/0/EU-Europa:.html + ### Usage within Nagios (on Debian systems)