configuration-templates – Diff between revs 29 and 50

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 29 Rev 50
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 6 group system
7 group acpid 7 group acpid
8 start program = "/etc/init.d/acpid start" 8 start program = "/etc/init.d/acpid start"
9 stop program = "/etc/init.d/acpid stop" 9 stop program = "/etc/init.d/acpid stop"
10 if 5 restarts within 5 cycles then timeout 10 if 5 restarts within 5 cycles then alert
11 depends on acpid_bin 11 depends on acpid_bin
12 depends on acpid_rc 12 depends on acpid_rc
13   13  
14 check file acpid_bin with path "/usr/sbin/acpid" 14 check file acpid_bin with path "/usr/sbin/acpid"
15 group acpid 15 group acpid
16 include /etc/monit/templates/rootbin 16 include /etc/monit/templates/rootbin
17   17  
18 check file acpid_rc with path "/etc/init.d/acpid" 18 check file acpid_rc with path "/etc/init.d/acpid"
19 group acpid 19 group acpid
20 include /etc/monit/templates/rootbin 20 include /etc/monit/templates/rootbin
21   21  
22
Generated by GNU Enscript 1.6.5.90.
22
Generated by GNU Enscript 1.6.5.90.
23   23  
24   24  
25   25