From ba3f79c7c7d7293bf835f40aaf67f9ddb32170a0 Mon Sep 17 00:00:00 2001 From: Cyberes Date: Fri, 21 Apr 2023 23:54:19 -0600 Subject: [PATCH] check_curl --- check_curl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_curl b/check_curl index 4a12376..5a1504e 100755 --- a/check_curl +++ b/check_curl @@ -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"