| check process status with pidfile /var/run/status.pid | |
| start program = "/etc/init.d/status start" with timeout 90 seconds | |
| stop program = "/etc/init.d/status stop" | |
| depends on status_init | |
| depends on status_exe | |
| check file status_init | |
| with path /etc/init.d/status | |
| if changed timestamp then restart | |
| check file status_exe | |
| with path /usr/local/bin/status | |
| if changed timestamp then restart |