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!