configuration-templates – Blame information for rev 49

Subversion Repositories:
Rev:
Rev Author Line No. Line
27 office 1 ###########################################################################
2 ## Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3 ##
3 ###########################################################################
4  
5 check file smbd_bin with path /usr/sbin/smbd
49 office 6 group samba
7 # if failed uid root then unmonitor
8 # if failed gid root then unmonitor
27 office 9  
10 check process smbd with pidfile /var/run/samba/smbd.pid
49 office 11 group samba
12 depends on smbd_bin
27 office 13 start program = "/etc/init.d/samba restart"
14 stop program = "/etc/init.d/samba stop"
15 if failed host 127.0.0.1 port 139 type TCP then restart
16 # if 5 restarts within 5 cycles then timeout
49 office 17  
27 office 18 check process nmbd with pidfile /var/run/samba/nmbd.pid
19 group samba
49 office 20 depends on nmbd_bin
27 office 21 start program = "/etc/init.d/samba restart"
22 stop program = "/etc/init.d/samba stop"
23 if failed host 127.0.0.1 port 138 type UDP then restart
24 if failed host 127.0.0.1 port 137 type UDP then restart
25 # if 5 restarts within 5 cycles then timeout
26  
27 check file nmbd_bin with path /usr/sbin/nmbd
28 group samba
49 office 29 # if failed checksum then unmonitor
30 # if failed permission 755 then unmonitor
31 # if failed uid root then unmonitor
32 # if failed gid root then unmonitor