diff options
Diffstat (limited to 'REQUIREMENTS')
-rw-r--r-- | REQUIREMENTS | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS index 303fd62..f3b1c01 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS | |||
@@ -11,6 +11,22 @@ 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/-S and -C requires OpenSSL for certificate checks, otherwise | ||
18 | libcurl must be quite new to support CURLINFO_CERTINFO 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 | - uriparser 0.7.5 or later | ||
28 | https://uriparser.github.io/ | ||
29 | |||
14 | check_fping: | 30 | check_fping: |
15 | - Requires the fping utility distributed with SATAN. Either | 31 | - Requires the fping utility distributed with SATAN. Either |
16 | download and install SATAN or grab the fping program from | 32 | download and install SATAN or grab the fping program from |
@@ -50,16 +66,18 @@ check_dbi: | |||
50 | http://libdbi.sourceforge.net/ | 66 | http://libdbi.sourceforge.net/ |
51 | 67 | ||
52 | check_radius: | 68 | check_radius: |
53 | - Requires the FreeRADIUS Client library available from: | 69 | - Requires the radcli library available from: |
70 | http://radcli.github.io/radcli/ | ||
71 | - As an alternative, the FreeRADIUS Client library may be used: | ||
54 | http://freeradius.org/freeradius-client/ | 72 | http://freeradius.org/freeradius-client/ |
55 | - As an alternative, the radiusclient-ng library may be used: | 73 | - As another alternative, the radiusclient-ng library may be used: |
56 | http://sourceforge.net/projects/radiusclient-ng.berlios/ | 74 | http://sourceforge.net/projects/radiusclient-ng.berlios/ |
57 | - This plugin also works with the original radiusclient library from | 75 | - This plugin also works with the original radiusclient library from |
58 | ftp://ftp.cityline.net/pub/radiusclient/ | 76 | ftp://ftp.cityline.net/pub/radiusclient/ |
59 | RPM (rpmfind): radiusclient 0.3.2, radiusclient-devel-0.3.2 | 77 | RPM (rpmfind): radiusclient 0.3.2, radiusclient-devel-0.3.2 |
60 | However, you probably want to use the FreeRADIUS Client library, as | 78 | However, you probably want to use either radcli or the FreeRADIUS |
61 | both radiusclient and radiusclient-ng are unmaintained and have known | 79 | Client library, as both radiusclient and radiusclient-ng are |
62 | issues. | 80 | unmaintained and have known issues. |
63 | 81 | ||
64 | check_snmp: | 82 | check_snmp: |
65 | - Requires the NET-SNMP package available from | 83 | - Requires the NET-SNMP package available from |