From c43c5f4183d8bb18c60cbacafc5adbc2baf872b2 Mon Sep 17 00:00:00 2001 From: Aaron Johnon Date: Fri, 4 Aug 2023 03:09:38 -0500 Subject: [PATCH] Exception not needed anymore --- http_check_telegram | 4 ---- 1 file changed, 4 deletions(-) diff --git a/http_check_telegram b/http_check_telegram index f92b51b..2076b85 100755 --- a/http_check_telegram +++ b/http_check_telegram @@ -172,10 +172,6 @@ for site in $(read_checklist); do printf '%s\n' "[$(print_time)]: OK -- $site returns $respcode" db_dec $site ;; - 302) - printf '%s\n' "[$(print_time)]: WARNING -- $site returns $respcode" - db_dec $site - ;; 999) printf '%s\n' "[$(print_time)]: PROBLEM -- $site caused general cURL failure" >&2 db_inc $site