diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-09-07 14:21:14 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-09-07 14:21:14 +0200 |
commit | c4d194bd2d1b350aa506f17644c5159a6130bc54 (patch) | |
tree | 19c85f86e5ec1e28aded436a2065b6abf2f55668 /REQUIREMENTS | |
parent | ea7f1fbb5c4c1097737f2f1f802e3f34fc14b3d0 (diff) | |
download | monitoring-plugins-c4d194bd2d1b350aa506f17644c5159a6130bc54.tar.gz |
fixed whitespaces in REQUIREMENTS for check_curl to fit the rest of the requrirements
Diffstat (limited to 'REQUIREMENTS')
-rw-r--r-- | REQUIREMENTS | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS index f04a3f0e..f3b1c01d 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -12,20 +12,20 @@ check_ldaps, check_http --ssl, check_tcp --ssl, check_smtp --starttls http://www.openssl.org, http://www.gnu.org/software/gnutls check_curl: - - Requires libcurl 7.15.2 or later - http://www.haxx.se - - --ssl/-S and -C requires OpenSSL for certificate checks, otherwise - libcurl must be quite new to support CURLINFO_CERTINFO with - GnuTLS and NSS libraries: - - 7.42.0 or newer for GnuTLS - - 7.34.0 or newer for NSS - GnuTLS is known to create problems on some distributions with - self-signed certificate chains + - Requires libcurl 7.15.2 or later + http://www.haxx.se + - --ssl/-S and -C requires OpenSSL for certificate checks, otherwise + libcurl must be quite new to support CURLINFO_CERTINFO with + GnuTLS and NSS libraries: + - 7.42.0 or newer for GnuTLS + - 7.34.0 or newer for NSS + GnuTLS is known to create problems on some distributions with + self-signed certificate chains http://www.openssl.org, http://www.gnu.org/software/gnutls, http://www.mozilla.org/projects/security/pki/nss/, other SSL implementations are currently not supported - - uriparser 0.7.5 or later - https://uriparser.github.io/ + - uriparser 0.7.5 or later + https://uriparser.github.io/ check_fping: - Requires the fping utility distributed with SATAN. Either |