[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem with DISK IGNORE
- To: xymon (at) xymon.com
- Subject: Problem with DISK IGNORE
- From: Geoff Hallford <geoff.hallford (at) gmail.com>
- Date: Thu, 27 Jan 2011 08:30:35 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=vRxCEsDVZLZg9JofOp2mDEJGJWaiPxF7vLuulvyBHZ4=; b=p9/Iy+Pq3rxA97l9e1y7/fnNf6mu7cKjLn4QSzKp+REn6CD6mIdJelOSuBHl2keT0M bsHT5IBkX1EjSM3Xcgy2QqeVBLYailUmF6JcJMbKGy6qTRUbnI+gYJC+fX4v/nijEiV1 escAhBfitmFuHmMWlcpPXxnS6eJhuiMsjf6GA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=AIONRtdUNvJU004+ok8qFtK8OdykoFvc9WB5MTVEs0i2CH/OZqEcZPcaVnr5xBpa5W 2fmtjt57T+xCqs0ZmFAKuo5mBCAnAzVKMAjdlo2C1BYRxArWoikzDpu26pGqMVKS1nvV /ovE17+ad7IBKHKYJ8SO+atbbqFQux/ipYuyo=
Hi All,
Hoping someone can help with this issue. I am attempting to use the
DISK drive IGNORE statement in the
/home/hobbit/server/etc/hobbit-clients.cfg file but I cannot get it to
work.
I have read the man pages and the previous posts in the list but none
of them work. Here are the entries I have and the ones I have tried
(note that the LOG entries work perfectly!):
HOST=hostname.fake.com
DISK /mnt/citrix IGNORE
LOG /var/log/mrtg.log %ERROR:.* COLOR=red
LOG /var/log/hobbit/citrixlicensing.log %mount:.* COLOR=red
LOG /var/log/hobbit/kms.log %mount:.* COLOR=red
LOG /var/log/hobbit/iorepl.log %mount:.* COLOR=red
DEFAULT
# These are the built-in defaults.
UP 1h
LOAD 5.0 10.0
DISK * 90 95
MEMPHYS 100 101
MEMSWAP 50 80
MEMACT 90 97
I have a couple of mounts under /mnt and I want to exclude them all
but even stating just one exact mount doesn't work. Here are the many
I have tried (each time restarting the hobbit server daemon and the
hobbitclient daemon):
DISK /mnt/citrix IGNORE
DISK %^/mnt/citrix IGNORE
DISK %^/mnt/citrix$ IGNORE
DISK %^\/mnt\/citrix IGNORE
DISK %^\/mnt\/citrix$ IGNORE
DISK %^/mnt.*/ IGNORE
DISK %^/mnt/.* IGNORE
DISK %^/mnt.* IGNORE
DISK %^\/mnt.* IGNORE
DISK %^/mnt IGNORE
DISK %^/mnt$ IGNORE
Here are the mount points I have that I want to ignore:
//server1/c$ 20481580 18329680 2151900 90% /mnt/citrix
//server2/c$ 20481584 13885498 6596086 68% /mnt/citrixload
//server3/c$ 31455236 10308200 21147036 33% /mnt/kms
//server4/d$ 68918816 4486576 64432240 7% /mnt/faxcom
Thanks!