check_curl

This commit is contained in:
Cyberes 2023-04-21 23:54:19 -06:00
parent cb12e17261
commit ba3f79c7c7
1 changed files with 2 additions and 2 deletions

View File

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