configuration-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 49  →  ?path2? @ 50
/monit/debian/templates/samba
@@ -4,8 +4,8 @@
 
check file smbd_bin with path /usr/sbin/smbd
group samba
# if failed uid root then unmonitor
# if failed gid root then unmonitor
if failed uid root then alert
if failed gid root then alert
check process smbd with pidfile /var/run/samba/smbd.pid
group samba
@@ -26,7 +26,7 @@
check file nmbd_bin with path /usr/sbin/nmbd
group samba
# if failed checksum then unmonitor
# if failed permission 755 then unmonitor
# if failed uid root then unmonitor
# if failed gid root then unmonitor
if failed checksum then alert
if failed permission 755 then alert
if failed uid root then alert
if failed gid root then alert