diff --git a/example_configs/httpcheck_telegram b/example_configs/httpcheck_telegram index 5ea3cfb..ab7d9d6 100644 --- a/example_configs/httpcheck_telegram +++ b/example_configs/httpcheck_telegram @@ -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 KEY="THISISAUNIQUEANDPRIVATEKEY" #Your bot's API key CHKLIST="${HOME}/.site_check" #A file containing a list of sites/URLs to check +DB="/tmp/.httpcheck.sqlite" #Location of SQLite3 database diff --git a/http_check_telegram b/http_check_telegram.legacy similarity index 100% rename from http_check_telegram rename to http_check_telegram.legacy