2010-02-09 14:18:00 -05:00
|
|
|
check process freeswitch with pidfile /opt/freeswitch/run/freeswitch.pid
|
2007-11-29 14:09:11 -05:00
|
|
|
group voice
|
|
|
|
start program = "/etc/init.d/freeswitch start"
|
|
|
|
stop program = "/etc/init.d/freeswitch stop"
|
2007-11-29 14:59:18 -05:00
|
|
|
if failed port 5060 type UDP then restart
|
2007-11-29 14:09:11 -05:00
|
|
|
if 5 restarts within 5 cycles then timeout
|
|
|
|
depends on freeswitch_bin
|
|
|
|
depends on freeswitch_rc
|
|
|
|
|
|
|
|
check file freeswitch_bin with path /opt/freeswitch/bin/freeswitch
|
|
|
|
group voice
|
|
|
|
if failed checksum then unmonitor
|
|
|
|
if failed permission 755 then unmonitor
|
|
|
|
if failed uid freeswitch then unmonitor
|
|
|
|
|
2009-02-17 06:29:15 -05:00
|
|
|
check file freeswitch_rc with path /etc/init.d/freeswitch
|
2007-11-29 14:09:11 -05:00
|
|
|
group voice
|
|
|
|
if failed checksum then unmonitor
|
|
|
|
if failed permission 755 then unmonitor
|
|
|
|
if failed uid root then unmonitor
|
|
|
|
if failed gid root then unmonitor
|