diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-11-17 17:45:21 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-11-17 17:45:21 +0100 |
commit | 9f6ad74aafb2c1eadeadb4d5bd1ba118b3138367 (patch) | |
tree | 227a0e3c518969e2d593e2d99cebaaf968d93553 /REQUIREMENTS | |
parent | 487a9d0a8b0700c06857d4bc35423db4e4dbc3d6 (diff) | |
download | monitoring-plugins-9f6ad74aafb2c1eadeadb4d5bd1ba118b3138367.tar.gz |
Document radcli support in NEWS and REQUIREMENTS
Diffstat (limited to 'REQUIREMENTS')
-rw-r--r-- | REQUIREMENTS | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS index 303fd62b..ac7b5935 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -50,16 +50,18 @@ check_dbi: http://libdbi.sourceforge.net/ check_radius: - - Requires the FreeRADIUS Client library available from: + - Requires the radcli library available from: + http://radcli.github.io/radcli/ + - As an alternative, the FreeRADIUS Client library may be used: http://freeradius.org/freeradius-client/ - - As an alternative, the radiusclient-ng library may be used: + - As another alternative, the radiusclient-ng library may be used: http://sourceforge.net/projects/radiusclient-ng.berlios/ - This plugin also works with the original radiusclient library from ftp://ftp.cityline.net/pub/radiusclient/ RPM (rpmfind): radiusclient 0.3.2, radiusclient-devel-0.3.2 - However, you probably want to use the FreeRADIUS Client library, as - both radiusclient and radiusclient-ng are unmaintained and have known - issues. + However, you probably want to use either radcli or the FreeRADIUS + Client library, as both radiusclient and radiusclient-ng are + unmaintained and have known issues. check_snmp: - Requires the NET-SNMP package available from |