summaryrefslogtreecommitdiff
path: root/src/check_curl.ggo
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-09-29 06:46:24 +0000
committerAndreas Baumann <abaumann@yahoo.com>2009-09-29 06:46:24 +0000
commit60074b37a2623b187c6a3e7903443df00d633e33 (patch)
treecc71eb9aea734448275fbd6453f89ad98876c33d /src/check_curl.ggo
parent423bb964723fce340f77b0346bce6839bbdef2c4 (diff)
downloadnagios-plugin-curl-60074b37a2623b187c6a3e7903443df00d633e33.tar.gz
nagios-plugin-curl-60074b37a2623b187c6a3e7903443df00d633e33.tar.bz2
changed insecure and verify-host options to negative, default is DO verification
Diffstat (limited to 'src/check_curl.ggo')
-rw-r--r--src/check_curl.ggo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/check_curl.ggo b/src/check_curl.ggo
index da5d116..4207e85 100644
--- a/src/check_curl.ggo
+++ b/src/check_curl.ggo
@@ -94,10 +94,10 @@ option "useragent" A "String to be sent in http header as \"User Agent\""
typestr="STRING"
optional
-option "insecure" - "Allow connections to SSL sites without certs (SSL)"
+option "no-verify-peer" - "Allow connections to SSL sites without certs (SSL)"
optional
-option "verify-host" - "Verify that the host and the certificate host match (SSL)"
+option "no-verify-host" - "Don't verify that the host and the certificate host match (SSL)"
optional
option "cacert" - "CA certificate to verify peer against (SSL)"