summaryrefslogtreecommitdiff
path: root/src/check_curl.ggo
diff options
context:
space:
mode:
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"