How to monitor freeradius using EAP-MSCHAP v2 authentication method with Nagios? Do you know any nagios plugins for such monitoring?
Asked
Active
Viewed 2,765 times
2 Answers
2
I have nagios setup to monitor radius, if I remember right all that is required is to have the servers defined in /etc/radiusclient/servers
and then..
define command{
command_name check_our_radius
command_line /usr/lib/nagios/plugins/check_radius -H $HOSTADDRESS$ -u username -p password -F /etc/radiusclient/radiusclient.conf -t 10 -P 1812
}
then use that as a check_command like any other service.
This has the password in the config file and on the commandline, but if you have a dedicated nagios box and test user like me this isn't much of an issue.

Justin
- 3,856
- 18
- 21
-
Why the downvote? I monitor a freeradius server with the above config, does that somehow not answer this question? – Justin Jan 08 '10 at 02:41
-
I don't believe that will be able to use EAP-MSCHAP v2 though? – Magnus Gustavsson May 09 '22 at 09:40
0
There is rad_eap_test. It uses eapol_test
to authenticate with EAP MS-CHAPv2.

Magnus Gustavsson
- 151
- 7