10 lines
336 B
INI
10 lines
336 B
INI
set daemon 10 # Poll at 5 second intervals
|
|
set logfile /var/log/monit.log
|
|
|
|
set httpd port 2812
|
|
|
|
check process airtime-show-recorder
|
|
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"
|