| check process ingest with pidfile /var/run/ingest.pid |
| start program = "/etc/init.d/ingest start" |
| stop program = "/etc/init.d/ingest stop" |
| depends on ingest_init |
| depends on ingest_exe |
| |
| check process skiacorrectness with pidfile /var/run/skiacorrectness.pid |
| start program = "/etc/init.d/skiacorrectness start" |
| stop program = "/etc/init.d/skiacorrectness stop" |
| depends on skiacorrectness_init |
| depends on skiacorrectness_exe |
| |
| check file ingest_init |
| with path /etc/init.d/ingest |
| if changed timestamp then restart |
| |
| check file ingest_exe |
| with path /usr/local/bin/ingest |
| if changed timestamp then restart |
| |
| check file skiacorrectness_init |
| with path /etc/init.d/skiacorrectness |
| if changed timestamp then restart |
| |
| check file skiacorrectness_exe |
| with path /usr/local/bin/skiacorrectness |
| if changed timestamp then restart |
| |