/proc file systeem on AIX

Stef Coene stef.coene at docum.org
Sun Feb 5 21:37:55 CET 2006


Hi,

The command df on AIX (I think 5.2 and higher) includes /proc.  And it's 
useless to monitor this virtual file system.   So I changed my df command to:

# The sed stuff is to make sure lines are not split into two.
df -Ik | grep -v "^/proc" | sed -e '/^[^        ][^     ]*$/{
N
s/[     ]*\n[   ]*/ /
}'

This is a bug in the hobbitclient-aix.sh script.


Stef



More information about the Xymon mailing list