From c0243645d5dd90b379139636a3c3da44ad8bf1a7 Mon Sep 17 00:00:00 2001 From: Drake Panzer Date: Wed, 3 May 2023 12:33:44 -0600 Subject: [PATCH] check_curl rc 7 --- check_curl.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/check_curl.sh b/check_curl.sh index 80f5f04..b49e8e3 100755 --- a/check_curl.sh +++ b/check_curl.sh @@ -101,9 +101,9 @@ if [ $status -ne 0 ]; then 6) msg="CRITICAL: Could not resolve host $URL" ;; - # 7) - # msg="CRITICAL: Could not connect to proxy $proxy" - # ;; + 7) + msg="CRITICAL: Could not connect to host (7)" + ;; 22) msg="CRITICAL: Server returned http code >= 400" ;;