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