Patch for Monit to do RADIUS protocol checks
Bug report: http://savannah.nongnu.org/bugs/index.php?27403 Patch against SVN head: http://savannah.nongnu.org/bugs/download.php?file_id=18701 It works for me, and it's a nice feature to have. Alan DeKok.
On Saturday 12 September 2009 12:39:10 Alan DeKok wrote:
Bug report:
http://savannah.nongnu.org/bugs/index.php?27403
Patch against SVN head: http://savannah.nongnu.org/bugs/download.php?file_id=18701
It works for me, and it's a nice feature to have.
Not doubts about that. I'm surely gonna start using it ;)
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
nf-vale wrote:
It works for me, and it's a nice feature to have.
Not doubts about that. I'm surely gonna start using it ;)
I've just been informed that it will be in the next Monit release. Something like this should work: check process radiusd with pidfile /var/run/radiusd/radiusd.pid start program = "/etc/init.d/radiusd start" stop program = "/etc/init.d/radiusd stop" if failed host 127.0.0.1 port 1812 type udp protocol radius secret testing123 then alert if 5 restarts within 5 cycles then timeout Alan DeKok.
participants (2)
-
Alan DeKok -
nf-vale