configuration-templates – Blame information for rev 50

Subversion Repositories:
Rev:
Rev Author Line No. Line
29 office 1 ###########################################################################
2 ## Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3 ##
3 ###########################################################################
4  
5 check process atd with pidfile "/var/run/atd.pid"
6 group system
7 group atd
50 office 8 depends on atd_bin
9 depends on atd_rc
29 office 10 start program = "/etc/init.d/atd start"
11 stop program = "/etc/init.d/atd stop"
12 if 5 restarts within 5 cycles then timeout
13  
14 check file atd_bin with path "/usr/sbin/atd"
15 group atd
16 include /etc/monit/templates/rootbin
17  
18 check file atd_rc with path "/etc/init.d/atd"
19 group atd
20 include /etc/monit/templates/rootbin