diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2017-05-07 07:54:59 (GMT) |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2018-10-22 14:30:31 (GMT) |
commit | 414752ee9235833587e5b34701ba0b46a99e3a45 (patch) | |
tree | cb47abb14bdefc11ce3e8af6660380f9adee5279 | |
parent | 2f3eb33b861f69a3e55244a880544e6ad34d867c (diff) | |
download | monitoring-plugins-414752ee9235833587e5b34701ba0b46a99e3a45.tar.gz |
added check_curl to REQUIREMENTS
-rw-r--r-- | REQUIREMENTS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS index ac7b593..39e04cd 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS | |||
@@ -11,6 +11,20 @@ check_ldaps, check_http --ssl, check_tcp --ssl, check_smtp --starttls | |||
11 | - Requires openssl or gnutls libraries for SSL connections | 11 | - Requires openssl or gnutls libraries for SSL connections |
12 | http://www.openssl.org, http://www.gnu.org/software/gnutls | 12 | http://www.openssl.org, http://www.gnu.org/software/gnutls |
13 | 13 | ||
14 | check_curl: | ||
15 | - Requires libcurl 7.15.2 or later | ||
16 | http://www.haxx.se | ||
17 | - --ssl requires OpenSSL for certificate checks, otherwise | ||
18 | libcurl must be quite new to support CURLINFO_CRETINFO with | ||
19 | GnuTLS and NSS libraries: | ||
20 | - 7.42.0 or newer for GnuTLS | ||
21 | - 7.34.0 or newer for NSS | ||
22 | GnuTLS is known to create problems on some distributions with | ||
23 | self-signed certificate chains | ||
24 | http://www.openssl.org, http://www.gnu.org/software/gnutls, | ||
25 | http://www.mozilla.org/projects/security/pki/nss/, | ||
26 | other SSL implementations are currently not supported | ||
27 | |||
14 | check_fping: | 28 | check_fping: |
15 | - Requires the fping utility distributed with SATAN. Either | 29 | - Requires the fping utility distributed with SATAN. Either |
16 | download and install SATAN or grab the fping program from | 30 | download and install SATAN or grab the fping program from |