check_curl
This commit is contained in:
parent
cb12e17261
commit
ba3f79c7c7
|
@ -93,13 +93,13 @@ if [ $status -ne 0 ]; then
|
|||
msg="CRITICAL: Unsupported protocol"
|
||||
;;
|
||||
3)
|
||||
msg="CRITICAL: Malformed URL"
|
||||
msg="CRITICAL: Malformed URL $URL"
|
||||
;;
|
||||
# 5)
|
||||
# msg="CRITICAL: Couldn't resolve proxy $proxy"
|
||||
# ;;
|
||||
6)
|
||||
msg="CRITICAL: Couldn't resolve host"
|
||||
msg="CRITICAL: Couldn't resolve host $URL"
|
||||
;;
|
||||
# 7)
|
||||
# msg="CRITICAL: Couldn't connect to proxy $proxy"
|
||||
|
|
Loading…
Reference in New Issue