configuration-templates – Diff between revs 50 and 90

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 50 Rev 90
1 ########################################################################### 1 ###########################################################################
2 ## Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3 ## 2 ## Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3 ##
3 ########################################################################### 3 ###########################################################################
4   4  
5 check process acpid with pidfile "/var/run/acpid.pid" 5 check process acpid with pidfile "/var/run/acpid.pid"
6 group system -  
7 group acpid -  
8 start program = "/etc/init.d/acpid start" 6 start program = "/etc/init.d/acpid start"
9 stop program = "/etc/init.d/acpid stop" 7 stop program = "/etc/init.d/acpid stop"
10 if 5 restarts within 5 cycles then alert 8 if 5 restarts within 5 cycles then alert
11 depends on acpid_bin 9 depends on acpid_bin
12 depends on acpid_rc 10 depends on acpid_rc
13   11  
14 check file acpid_bin with path "/usr/sbin/acpid" 12 check file acpid_bin with path "/usr/sbin/acpid"
15 group acpid -  
16 include /etc/monit/templates/rootbin 13 include /etc/monit/templates/rootbin
17   14  
18 check file acpid_rc with path "/etc/init.d/acpid" 15 check file acpid_rc with path "/etc/init.d/acpid"
19 group acpid -  
20 include /etc/monit/templates/rootbin 16 include /etc/monit/templates/rootbin
21   17  
22
Generated by GNU Enscript 1.6.5.90.
18
Generated by GNU Enscript 1.6.5.90.
23   19  
24   20  
25   21