Skip to content

Commit

Permalink
Update check_sites.py
Browse files Browse the repository at this point in the history
  • Loading branch information
allynt authored Sep 28, 2016
1 parent 2ddf694 commit 016fe51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check_sites.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

"""
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 "./check_sites.json" which defines the sites to check
requires a configuration file "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")
"""

Expand Down

0 comments on commit 016fe51

Please sign in to comment.