From 60760c75d1e70044c3081dce785d062bb2164ee0 Mon Sep 17 00:00:00 2001 From: allynt Date: Wed, 28 Sep 2016 17:42:21 +0100 Subject: [PATCH] Update check_sites.py --- check_sites.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_sites.py b/check_sites.py index 93142cb..966819d 100644 --- a/check_sites.py +++ b/check_sites.py @@ -2,7 +2,7 @@ """ stand-alone script to check the status of a bunch of websites -requires a configuration file "check_sites.conf" which specifies who to email log to +requires a configuration file "~/.config/check_sites.conf" which specifies who to email log to requires a configuration file "check_sites.json" which defines the sites to check note - the entries in "check_sites.json" must be completely well-formed URLs (ie: "http://google.com" as opposed to "google.com") """