On Thu, Mar 01, 2007 at 05:27:34PM -0500, Asif Iqbal wrote:
PAGE=dns/dns-OOR
PROC "%/usr/local/sbin/snmpd.*snmpuser"
PROC named
DEFAULT
# These are the built-in defaults.
UP 1h
LOAD 5.0 10.0
DISK %^/cdrom/ IGNORE
DISK * 90 95
SWAP 50 80
MEMPHYS 100 101
MEMSWAP 50 80
MEMACT 90 97
PROC sshd TRACK=sshd
LOG /var/adm/messages "%(?-i)WARNING|(?-i)NOTICE|(?-i)ERROR"
FILE /var/adm/messages MODE=644 SIZE>0
This one above is picking up hosts whose name has `dns' in it even
though they are not part of the PAGE dns/dns-OOR
"DEFAULT" applies to any host. Unconditionally. So if you put a "PROC
sshd" line in the DEFAULT section, it will check for sshd running on
ALL hosts. Doesn't matter if you have other PROC lines specifically for
that host; these settings are inclusive (or you couldn't have the
rules you have in the first three lines where you want to check for
both snmpd and named).
Which is why it is generally not a good idea to put PROC lines in the
DEFAULT section.
Regards,
Henrik