Xymon Mailing List Archive search

Exclude mounted file system on disk report

list Buchan Milne
Tue, 28 Apr 2009 09:31:14 +0200
Message-Id: <user-0dc88e5fb4ec@xymon.invalid>

On Friday 24 April 2009 19:06:43 user-ccc3871158b0@xymon.invalid wrote:
Hi,
I got the idea from Mike, on hp-ux -
xymon/client/bin/hobbitclient-hp-ux.sh
Change this line:

df -Pk

to

df -PK -F <filesystem type>
for my hp-ux box , I changed to
df -Pk -F vxfs |....blah ...
BTW, on Linux, Hobbit/Xymon uses the -l option to df by default, which on 
Linux only lists local (not remote, such as nfs, cifs etc.) filesystems.

I guess df in HP-UX doesn't have an equivalent option.

Regards,
Buchan