Have you put that before the DEFAULT settings? Seems to only take affect if
the DEFAULT ones are right at the end.
eg:
HOST=hostname.xx.xxxx.com
UP 1h
LOAD 5.0 10.0
DISK * 90 95
DISK /prod/CD_X86 IGNORE
DISK /etc/svc/volatile IGNORE
DISK /etc/dfs/dsftab IGNORE
FILE /serial_number SIZE>0 yellow
MEMPHYS 100 101
MEMSWAP 50 80
MEMACT 90 97
PROC cron
PROC ncftpd 3 4
PROC ssh
DEFAULT
# These are the built-in defaults.
UP 1h
LOAD 5.0 10.0
DISK * 90 95
DISK /cdrom IGNORE
MEMPHYS 100 101
MEMSWAP 75 90
MEMACT 90 97
PROC cron
PROC syslogd
PROC sshd
On Fri, Jul 3, 2009 at 6:29 AM, Paul Duff <user-94a463d2e3cd@xymon.invalid> wrote:
Hi,
I have recently installed xymon 4.3.0.0-beta2 on Solaris 10 and
everything is working good except that the hobbit-clients.cfg file seems to
be ignoring DISK entries. Below is the entry that I have on the server under
$xymon_home/server/etc. Have I incorrectly setup the IGNORE entries as they
are still being reported on the disk page.
HOST=hostname.xx.xxxx.com
UP 1h
LOAD 5.0 10.0
DISK * 90 95
DISK /prod/CD_X86 IGNORE
DISK /etc/svc/volatile IGNORE
DISK /etc/dfs/dsftab IGNORE
FILE /serial_number SIZE>0 yellow
MEMPHYS 100 101
MEMSWAP 50 80
MEMACT 90 97
PROC cron
PROC ncftpd 3 4
PROC ssh
Regards
Paul