Monitoring FreeRadius with Icinga2
This is a brief question for those who use Icinga2 to monitor their FreeRadius servers. Do you use the built in radius check command, the remote (on the radius server) nagios check command, a bash/python script that executes 'radtest' remotely against the radius server (secret needs to be added as a variable to icinga), or something else? If you use a bash/python script, there are a few of them out there, what is the lists preference? Thank you, Jonathan
Hi, for monitoring radius server, I use check_radius icinga2 plugin: https://www.monitoring-plugins.org/doc/man/check_radius.html
-----Original Message----- From: Freeradius-Users [mailto:freeradius-users- bounces+moskalevas=energomera.ru@lists.freeradius.org] On Behalf Of Jonathan Davis Sent: Thursday, March 17, 2022 3:13 PM To: freeradius-users@lists.freeradius.org Subject: Monitoring FreeRadius with Icinga2
This is a brief question for those who use Icinga2 to monitor their FreeRadius servers.
Do you use the built in radius check command, the remote (on the radius server) nagios check command, a bash/python script that executes 'radtest' remotely against the radius server (secret needs to be added as a variable to icinga), or something else?
If you use a bash/python script, there are a few of them out there, what is the lists preference?
Thank you, Jonathan
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
----- On 17 Mar, 2022, at 14:22, Москалев Артем Сергеевич MoskalevAS@energomera.ru wrote:
Hi, for monitoring radius server, I use check_radius icinga2 plugin: https://www.monitoring-plugins.org/doc/man/check_radius.html
Me too with checkmk, I added a custom service check with a command like this /usr/lib/nagios/plugins/check_radius -H $_HOSTADDRESS_4$ -F /etc/radcli/radiusclient.conf -u radius-user-test -p password-test M.
participants (3)
-
Jonathan Davis -
Matteo Sgalaberni -
Москалев Артем Сергееви ч