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" ;;