/[monit]/monit/monitrc
ViewVC logotype

Diff of /monit/monitrc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.42 by martinp, Wed Aug 6 19:19:06 2003 UTC revision 1.43 by martinp, Mon Aug 11 23:30:54 2003 UTC
# Line 274  Line 274 
274  #  check file httpd_bin with path /usr/local/apache/bin/httpd  #  check file httpd_bin with path /usr/local/apache/bin/httpd
275  #    checksum and expect the sum 8f7f419955cefa0b33a2ba316cba3659  #    checksum and expect the sum 8f7f419955cefa0b33a2ba316cba3659
276  #    permission 755  #    permission 755
277    #    if failed uid root then stop
278    #    if failed gid root then stop
279  #    if size changed then alert  #    if size changed then alert
280  #    if timestamp changed then alert  #    if timestamp changed then alert
281  #    alert sysadm@foo.bar  #    alert sysadm@foo.bar
# Line 297  Line 299 
299  #    start program  = "/bin/mount /data"  #    start program  = "/bin/mount /data"
300  #    stop program  = "/bin/umount /data"  #    stop program  = "/bin/umount /data"
301  #    permission 660  #    permission 660
302    #    if failed uid root then stop
303    #    if failed gid disk then stop
304  #    if space usage > 80 % then alert  #    if space usage > 80 % then alert
305  #    if space usage > 99 % then stop  #    if space usage > 99 % then stop
306  #    if inode usage > 80 % then alert  #    if inode usage > 80 % then alert
# Line 307  Line 311 
311  #  #
312  #  check device rootfs with path /dev/sda1  #  check device rootfs with path /dev/sda1
313  #    permission 660  #    permission 660
314    #    if failed uid root then alert
315    #    if failed gid disk then alert
316  #    if space usage > 3 GB then alert  #    if space usage > 3 GB then alert
317  #    if inode usage > 30000 then alert  #    if inode usage > 30000 then alert
318  #    mode passive  #    mode passive
# Line 315  Line 321 
321  #  #
322  #  check file database with path /data/mydatabase.db  #  check file database with path /data/mydatabase.db
323  #    permission 700  #    permission 700
324    #    if failed uid data then alert
325    #    if failed gid data then alert
326  #    if size > 100 MB then alert  #    if size > 100 MB then alert
327  #    if timestamp > 15 minutes then alert  #    if timestamp > 15 minutes then alert
328  #    alert root@localhost  #    alert root@localhost
# Line 322  Line 330 
330  #  #
331  #  check directory bin with path /bin  #  check directory bin with path /bin
332  #    permission 755  #    permission 755
333    #    if failed uid 0 then alert
334    #    if failed gid 0 then alert
335  #    alert root@localhost  #    alert root@localhost

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26