Xymon Mailing List Archive search

Network-Volumes

list Wolfgang Wutz
Mon, 22 Jan 2007 14:55:51 +0100
Message-Id: <user-8d5c55694f1a@xymon.invalid>

Hello,

I'm not sure, but I think on linux machines Hobbit gathers information
about free space on hard disks using the "df" command. Take a look at
$BBHOME/client/bin, there are shell scripts for serveral OSes. Alter the
df-command in "hobbitclient-linux.sh" by removing the "l" switch, to
make it show all mounted file systems - also the network drives.

It should look something like this: "df -P -x none -x tmpfs -x shmfs -x
unknown -x iso9660 |..."

Just give it a try... :)
 
-----Original Message-----
From: Alessandro Tinivelli [mailto:user-f57e46de7c58@xymon.invalid] Sent: Monday, January 22, 2007 2:04 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Network-Volumes

Maik Heinelt ha scritto:
Hello,
We often use Network-volumes for backup.
Is there a way to use Hobbit to check this Harddisks for free space?
i have similar question: some of my linux server mount a nfs drive: can
I include it in free space monitoring? by default the graphs don't show it.

thanks