summaryrefslogtreecommitdiff
path: root/src/check_curl.ggo
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-10-02 08:21:29 +0000
committerAndreas Baumann <abaumann@yahoo.com>2009-10-02 08:21:29 +0000
commitd52bf886e697a6d048d0e275f2307c4200ff72c6 (patch)
tree6c89c0a12ba159f6dac9849c7b0a4aa6cb9c0112 /src/check_curl.ggo
parent60074b37a2623b187c6a3e7903443df00d633e33 (diff)
downloadnagios-plugin-curl-d52bf886e697a6d048d0e275f2307c4200ff72c6.tar.gz
nagios-plugin-curl-d52bf886e697a6d048d0e275f2307c4200ff72c6.tar.bz2
fixed quite some bugs, normal FTP support works, not yet FTPS (implicit or explicit)
Diffstat (limited to 'src/check_curl.ggo')
-rw-r--r--src/check_curl.ggo7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/check_curl.ggo b/src/check_curl.ggo
index 4207e85..8465564 100644
--- a/src/check_curl.ggo
+++ b/src/check_curl.ggo
@@ -114,3 +114,10 @@ option "key" - "Private key file name (SSL)"
string
typestr="key"
optional
+
+option "protocol" - "The protocol to use (http, ftp)"
+ string
+ typestr="protocol"
+ values="http","ftp"
+ optional
+ default="http"