From 2b8fae94160a8ac2a6fd4271b26327d3d17689a1 Mon Sep 17 00:00:00 2001 From: Samuel Denis-D'Ortun Date: Sun, 15 May 2016 05:00:49 -0400 Subject: [PATCH] Fix #268 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e6f443cb..e93c17b6 100755 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ There are two different ways to monitor a server: * Website You can enter a link to a website, it will then use cURL to open the website and check the HTTP status code. - If the HTTP status code is in the 4xx range, it means an error occurred and the website is not accessible to the public. + If the HTTP status code is in the 4xx/5xx, it means an error occurred and the website is not accessible to the public. You can also set a regular expression to match for content on the page itself. If the regular expression returns no matches, the website is considered down. In both cases the script will return a "status offline", and will start sending out notifications.