From 9534b44dbf8971dd5e5648e4d3b5a7a86766be1d Mon Sep 17 00:00:00 2001 From: Aaron Johnon Date: Mon, 9 Aug 2021 22:18:41 -0500 Subject: [PATCH] Moved http check to legacy; added DB parameter to example config --- example_configs/httpcheck_telegram | 1 + http_check_telegram => http_check_telegram.legacy | 0 2 files changed, 1 insertion(+) rename http_check_telegram => http_check_telegram.legacy (100%) 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