check_curl rc 7

This commit is contained in:
Cyberes 2023-05-03 12:33:44 -06:00
parent b87621ed4d
commit c0243645d5
1 changed files with 3 additions and 3 deletions

View File

@ -101,9 +101,9 @@ if [ $status -ne 0 ]; then
6) 6)
msg="CRITICAL: Could not resolve host $URL" msg="CRITICAL: Could not resolve host $URL"
;; ;;
# 7) 7)
# msg="CRITICAL: Could not connect to proxy $proxy" msg="CRITICAL: Could not connect to host (7)"
# ;; ;;
22) 22)
msg="CRITICAL: Server returned http code >= 400" msg="CRITICAL: Server returned http code >= 400"
;; ;;