Changeset 14254 in hybrid


Ignore:
Timestamp:
Dec 1, 2018, 3:37:57 PM (6 years ago)
Author:
huub
Message:

checking loadavg of apache gives unnecessary error messages in /var/log/messages; same for filesystem checks of not-mounted fs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-11/nanobsd/files/usr/local/etc/monitrc

    r14156 r14254  
    212212    if totalmem > 200.0 MB for 5 cycles then restart
    213213    if children > 250 then restart
    214     if loadavg(5min) greater than 10 for 8 cycles then stop
     214#    if loadavg(5min) greater than 10 for 8 cycles then stop
    215215    if failed host localhost port 80 protocol http
    216216       and request "/index.html"
     
    284284    stop program  = "/sbin/umount /tmp"
    285285
    286   check filesystem cfg with path /dev/ufs/WLIMGs3
    287   check filesystem rootfs-1a with path /dev/ufs/WLIMGs1a
    288   check filesystem rootfs-1b with path /dev/ufs/WLIMGs1b
     286#  check filesystem cfg with path /dev/ufs/WLIMGs3
     287#  check filesystem rootfs-1a with path /dev/ufs/WLIMGs1a
     288#  check filesystem rootfs-1b with path /dev/ufs/WLIMGs1b
    289289
    290290#  check filesystem datafs with path /dev/sdb1
Note: See TracChangeset for help on using the changeset viewer.