Moved http check to legacy; added DB parameter to example config

master
Aaron Johnon 4 years ago
parent 5602c130ce
commit 9534b44dbf

@ -2,4 +2,5 @@ HEADER="HTTP/S Checker" #Header for the start of outgoing messages f
CHATID="5555555" #Chat ID for the Telegram room/conversation with bot CHATID="5555555" #Chat ID for the Telegram room/conversation with bot
KEY="THISISAUNIQUEANDPRIVATEKEY" #Your bot's API key KEY="THISISAUNIQUEANDPRIVATEKEY" #Your bot's API key
CHKLIST="${HOME}/.site_check" #A file containing a list of sites/URLs to check CHKLIST="${HOME}/.site_check" #A file containing a list of sites/URLs to check
DB="/tmp/.httpcheck.sqlite" #Location of SQLite3 database

Loading…
Cancel
Save