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.ggo5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/check_curl.ggo b/src/check_curl.ggo
index f0b8eaa..2654c54 100644
--- a/src/check_curl.ggo
+++ b/src/check_curl.ggo
@@ -88,3 +88,8 @@ option "string" s "String to expect in the content"
option "ssl" S "Connect via SSL. Port defaults to 443"
optional
+
+option "useragent" A "String to be sent in http header as \"User Agent\""
+ string
+ typestr="STRING"
+ optional