diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | REQUIREMENTS | 12 |
2 files changed, 8 insertions, 5 deletions
@@ -15,6 +15,7 @@ This file documents the major additions and syntax changes between releases. | |||
15 | check_users: add support for range thresholds (John C. Frickson) | 15 | check_users: add support for range thresholds (John C. Frickson) |
16 | check_snmp: add ipv6 support (abrist) | 16 | check_snmp: add ipv6 support (abrist) |
17 | check_http: report certificate expire date in UTC (pirtoo / ylfingr) | 17 | check_http: report certificate expire date in UTC (pirtoo / ylfingr) |
18 | check_radius now supports the radcli library | ||
18 | 19 | ||
19 | FIXES | 20 | FIXES |
20 | Let check_real terminate lines with CRLF when talking to the server, as | 21 | Let check_real terminate lines with CRLF when talking to the server, as |
diff --git a/REQUIREMENTS b/REQUIREMENTS index 303fd62..ac7b593 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS | |||
@@ -50,16 +50,18 @@ check_dbi: | |||
50 | http://libdbi.sourceforge.net/ | 50 | http://libdbi.sourceforge.net/ |
51 | 51 | ||
52 | check_radius: | 52 | check_radius: |
53 | - Requires the FreeRADIUS Client library available from: | 53 | - Requires the radcli library available from: |
54 | http://radcli.github.io/radcli/ | ||
55 | - As an alternative, the FreeRADIUS Client library may be used: | ||
54 | http://freeradius.org/freeradius-client/ | 56 | http://freeradius.org/freeradius-client/ |
55 | - As an alternative, the radiusclient-ng library may be used: | 57 | - As another alternative, the radiusclient-ng library may be used: |
56 | http://sourceforge.net/projects/radiusclient-ng.berlios/ | 58 | http://sourceforge.net/projects/radiusclient-ng.berlios/ |
57 | - This plugin also works with the original radiusclient library from | 59 | - This plugin also works with the original radiusclient library from |
58 | ftp://ftp.cityline.net/pub/radiusclient/ | 60 | ftp://ftp.cityline.net/pub/radiusclient/ |
59 | RPM (rpmfind): radiusclient 0.3.2, radiusclient-devel-0.3.2 | 61 | RPM (rpmfind): radiusclient 0.3.2, radiusclient-devel-0.3.2 |
60 | However, you probably want to use the FreeRADIUS Client library, as | 62 | However, you probably want to use either radcli or the FreeRADIUS |
61 | both radiusclient and radiusclient-ng are unmaintained and have known | 63 | Client library, as both radiusclient and radiusclient-ng are |
62 | issues. | 64 | unmaintained and have known issues. |
63 | 65 | ||
64 | check_snmp: | 66 | check_snmp: |
65 | - Requires the NET-SNMP package available from | 67 | - Requires the NET-SNMP package available from |