[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
monitoring a directory on a client
- To: hobbit (at) hswn.dk
- Subject: monitoring a directory on a client
- From: Eric Boyd <eric (at) iconla.com>
- Date: Tue, 10 Apr 2007 17:28:03 -0700
- Disposition-notification-to: Eric Boyd <eric (at) iconla.com>
- User-agent: Thunderbird 1.5.0.10 (Macintosh/20070221)
Hello all.
I am attempting to monitor a randomly disappearing directory on one of
my Mac OS X Server clients.
Looking at the docs for hobbit-client.cfg, I should be able to monitor
the directories existence with:
HOST=upload.iconla.com
FILE /Volumes/raid/upload red type=dir TRACK
I should also be able to monitor the size of that directory by adding
the line:
DIR /Volumes/raid/upload red size<40522440 TRACK
I expect that this should graph the size of the directory and turn red
when it reaches over 19G as well as go red iif the directory disappears.
I know my HOST line is correct as it is already reading my DISK status
settings.
Yet Files Status still shows :
No files checked.
Where have I gone wrong?
-Eric