Hi, > Hello all, > > Does anybody use "monit"? > > I am using the following in monit.conf > --------------- > check process radiusd with pidfile /var/run/radiusd.pid > group radius > start program = "/etc/init.d/radiusd start" > stop program = "/etc/init.d/radiusd stop" > if failed host 127.0.0.1 port 1645 type udp then restart > --------------- > > But radius.log complaints with > Wed Jun 13 09:10:19 2007 : Error: WARNING: Malformed RADIUS packet from > host 127.0.0.1: too short (received 1 < minimum 20)
does monit understand the RADIUS protocol? if not, then its sending a single byte to the UDP port 1645 to see if its alive...and FR doesnt like that. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

