check_curl
This commit is contained in:
parent
ba3f79c7c7
commit
639f037aa2
|
@ -96,13 +96,13 @@ if [ $status -ne 0 ]; then
|
|||
msg="CRITICAL: Malformed URL $URL"
|
||||
;;
|
||||
# 5)
|
||||
# msg="CRITICAL: Couldn't resolve proxy $proxy"
|
||||
# msg="CRITICAL: Could not resolve proxy $proxy"
|
||||
# ;;
|
||||
6)
|
||||
msg="CRITICAL: Couldn't resolve host $URL"
|
||||
msg="CRITICAL: Could not resolve host $URL"
|
||||
;;
|
||||
# 7)
|
||||
# msg="CRITICAL: Couldn't connect to proxy $proxy"
|
||||
# msg="CRITICAL: Could not connect to proxy $proxy"
|
||||
# ;;
|
||||
22)
|
||||
msg="CRITICAL: Server returned http code >= 400"
|
||||
|
|
Loading…
Reference in New Issue