diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-06-22 12:10:38 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-06-22 12:10:38 (GMT) |
commit | c0311d98481b783f1d24dd6c59fe25ce994a090d (patch) | |
tree | dafb02e27d2000fabcca60ac096a5f5368973c83 /NEWS | |
parent | 22e7b78685747ded288642f25fefee7c57d3645a (diff) | |
download | monitoring-plugins-c0311d98481b783f1d24dd6c59fe25ce994a090d.tar.gz |
check_radius: Support FreeRADIUS Client library
Allow for using the FreeRADIUS Client library instead of radiusclient or
radiusclient-ng. The latter two projects are dead.
Closes #1231.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ This file documents the major additions and syntax changes between releases. | |||
7 | check_ide_smart now defaults to plugin output, original output appended with -v | 7 | check_ide_smart now defaults to plugin output, original output appended with -v |
8 | Extra-Opts are now enabled by default | 8 | Extra-Opts are now enabled by default |
9 | check_swap now supports a configurable state when there is no swap | 9 | check_swap now supports a configurable state when there is no swap |
10 | check_radius now supports the FreeRADIUS Client library | ||
10 | 11 | ||
11 | FIXES | 12 | FIXES |
12 | Don't let e.g. check_http's -C option reset SSL version if e.g. -S 1 -C 5 is specified | 13 | Don't let e.g. check_http's -C option reset SSL version if e.g. -S 1 -C 5 is specified |