configuration-templates – Blame information for rev 90

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 acpid with pidfile "/var/run/acpid.pid"
6 start program = "/etc/init.d/acpid start"
7 stop program = "/etc/init.d/acpid stop"
50 office 8 if 5 restarts within 5 cycles then alert
29 office 9 depends on acpid_bin
10 depends on acpid_rc
11  
12 check file acpid_bin with path "/usr/sbin/acpid"
13 include /etc/monit/templates/rootbin
14  
15 check file acpid_rc with path "/etc/init.d/acpid"
16 include /etc/monit/templates/rootbin