summaryrefslogtreecommitdiff
path: root/src/check_curl.ggo
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2013-12-25 14:05:11 +0100
committerAndreas Baumann <abaumann@yahoo.com>2013-12-25 14:05:11 +0100
commit49d862e89dd0a0010ed23889ec6f7c00a68521ef (patch)
tree5def2f00ae94ee515f347625446dc16cbcff884f /src/check_curl.ggo
parent1071689c87f3b63ef1ac6c87c196a23b67f354a8 (diff)
downloadnagios-plugin-curl-49d862e89dd0a0010ed23889ec6f7c00a68521ef.tar.gz
nagios-plugin-curl-49d862e89dd0a0010ed23889ec6f7c00a68521ef.tar.bz2
changed digest option to -d to -D (-d is used by the original check_http
plugin for "String to expect in the response headers"). Command line option moved to check_curl.ggo and regenerated cmdline.[ch]
Diffstat (limited to 'src/check_curl.ggo')
-rw-r--r--src/check_curl.ggo3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/check_curl.ggo b/src/check_curl.ggo
index 7d387d4..532a5ff 100644
--- a/src/check_curl.ggo
+++ b/src/check_curl.ggo
@@ -115,6 +115,9 @@ option "key" - "Private key file name (SSL)"
typestr="key"
optional
+option "digest" D "Use digest auth on http authentication"
+ optional
+
option "protocol" - "The protocol to use (http, ftp)"
string
typestr="protocol"