summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-09-07 12:21:14 (GMT)
committerAndreas Baumann <mail@andreasbaumann.cc>2019-09-07 12:21:14 (GMT)
commitc4d194bd2d1b350aa506f17644c5159a6130bc54 (patch)
tree19c85f86e5ec1e28aded436a2065b6abf2f55668
parentea7f1fbb5c4c1097737f2f1f802e3f34fc14b3d0 (diff)
downloadmonitoring-plugins-c4d194b.tar.gz
fixed whitespaces in REQUIREMENTS for check_curl to fit the rest of the requrirements
-rw-r--r--REQUIREMENTS22
1 files changed, 11 insertions, 11 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS
index f04a3f0..f3b1c01 100644
--- a/REQUIREMENTS
+++ b/REQUIREMENTS
@@ -12,20 +12,20 @@ check_ldaps, check_http --ssl, check_tcp --ssl, check_smtp --starttls
12 http://www.openssl.org, http://www.gnu.org/software/gnutls 12 http://www.openssl.org, http://www.gnu.org/software/gnutls
13 13
14check_curl: 14check_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_CERTINFO 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
22 GnuTLS is known to create problems on some distributions with 22 GnuTLS is known to create problems on some distributions with
23 self-signed certificate chains 23 self-signed certificate chains
24 http://www.openssl.org, http://www.gnu.org/software/gnutls, 24 http://www.openssl.org, http://www.gnu.org/software/gnutls,
25 http://www.mozilla.org/projects/security/pki/nss/, 25 http://www.mozilla.org/projects/security/pki/nss/,
26 other SSL implementations are currently not supported 26 other SSL implementations are currently not supported
27 - uriparser 0.7.5 or later 27 - uriparser 0.7.5 or later
28 https://uriparser.github.io/ 28 https://uriparser.github.io/
29 29
30check_fping: 30check_fping:
31 - Requires the fping utility distributed with SATAN. Either 31 - Requires the fping utility distributed with SATAN. Either