diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-06-02 11:17:04 (GMT) |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2018-10-22 14:30:31 (GMT) |
commit | bd7fe411d5f67b2de7d519da0575654585d1d321 (patch) | |
tree | 7d55b119ce8e1de232976eb60396a2868e9998d6 /REQUIREMENTS | |
parent | df5be47f84c06d2fd481439793dc86494fdc0d7a (diff) | |
download | monitoring-plugins-bd7fe411d5f67b2de7d519da0575654585d1d321.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 e641cea..f04a3f0 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 |