summaryrefslogtreecommitdiff
path: root/src/check_curl.ggo
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-09-28 15:40:47 +0000
committerAndreas Baumann <abaumann@yahoo.com>2009-09-28 15:40:47 +0000
commit423bb964723fce340f77b0346bce6839bbdef2c4 (patch)
treea086a5dbe97fe5daf8f1e5ac1edc337b1c36c057 /src/check_curl.ggo
parent864f2f68ef8e2214e6caeadd7207a7e6ede25cc3 (diff)
downloadnagios-plugin-curl-423bb964723fce340f77b0346bce6839bbdef2c4.tar.gz
nagios-plugin-curl-423bb964723fce340f77b0346bce6839bbdef2c4.tar.bz2
finish for release 0.0.3, added CA and client certificate handling
Diffstat (limited to 'src/check_curl.ggo')
-rw-r--r--src/check_curl.ggo10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/check_curl.ggo b/src/check_curl.ggo
index a34d70f..da5d116 100644
--- a/src/check_curl.ggo
+++ b/src/check_curl.ggo
@@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
package "check_url"
-version "0.0.1"
+version "0.0.3"
purpose
"Nagios plugin using libcurl and libpcre for http checks
Copyright (c)2008 Andreas Baumann <abaumann at yahoo to com>"
@@ -97,6 +97,9 @@ option "useragent" A "String to be sent in http header as \"User Agent\""
option "insecure" - "Allow connections to SSL sites without certs (SSL)"
optional
+option "verify-host" - "Verify that the host and the certificate host match (SSL)"
+ optional
+
option "cacert" - "CA certificate to verify peer against (SSL)"
string
typestr="file"
@@ -111,8 +114,3 @@ option "key" - "Private key file name (SSL)"
string
typestr="key"
optional
-
-option "pass" - "Pass phrase for the private key (SSL)"
- string
- typestr="pass"
- optional