diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-06-02 13:17:04 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-06-02 13:17:04 +0200 |
commit | ba7a42fffc5f19a72e812dfc781113a0b202d3b8 (patch) | |
tree | deb1b8868b212c1e2fd1ac2f73f872bd2bc4a3cd /REQUIREMENTS | |
parent | b11da4d84b1323e2ba56071a85fabd5c7246d999 (diff) | |
download | monitoring-plugins-ba7a42fffc5f19a72e812dfc781113a0b202d3b8.tar.gz |
check_curl: made HTTP message optional
Diffstat (limited to 'REQUIREMENTS')
-rw-r--r-- | REQUIREMENTS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS index e641cea0..f04a3f0e 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS | |||
@@ -15,7 +15,7 @@ check_curl: | |||
15 | - Requires libcurl 7.15.2 or later | 15 | - Requires libcurl 7.15.2 or later |
16 | http://www.haxx.se | 16 | http://www.haxx.se |
17 | - --ssl/-S and -C requires OpenSSL for certificate checks, otherwise | 17 | - --ssl/-S and -C requires OpenSSL for certificate checks, otherwise |
18 | libcurl must be quite new to support CURLINFO_CRETINFO with | 18 | libcurl must be quite new to support CURLINFO_CERTINFO with |
19 | GnuTLS and NSS libraries: | 19 | GnuTLS and NSS libraries: |
20 | - 7.42.0 or newer for GnuTLS | 20 | - 7.42.0 or newer for GnuTLS |
21 | - 7.34.0 or newer for NSS | 21 | - 7.34.0 or newer for NSS |