CC-2750: Ability to query health status for pypo, liquidsoap,

media monitor, and recorder
This commit is contained in:
martin 2011-09-13 18:43:16 -04:00
parent 874220ce30
commit 583a5faf72
5 changed files with 86 additions and 29 deletions

View file

@ -22,3 +22,7 @@
with pidfile "/var/run/airtime-show-recorder.pid"
start program = "/etc/init.d/airtime-show-recorder start" with timeout 10 seconds
stop program = "/etc/init.d/airtime-show-recorder stop"
check process icecast2
matching "/usr/bin/icecast2"
start program = "/etc/init.d/icecast2 start" with timeout 10 seconds
stop program = "/etc/init.d/icecast2 stop"