<div dir="ltr">If you change the default [df] in xymonclient-aix.sh to report in megs or gigs the monitoring will break because a space is added in the block column 'MB blocks' or 'GB blocks'.<div>To fix the issue and report only on local filesystems id suggest updating the df command in xymonclient-aix.sh to the following:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><font face="monospace, monospace"># The awk stuff is to make sure we don't get hung on NFS mount by only looking at local (jfs(2)?) file systems</font></div></div><div><div><font face="monospace, monospace"># The sed stuff is to make sure lines are not split into two.</font></div></div><div><div><font face="monospace, monospace">df -Im `/usr/sbin/lsfs -c | /usr/bin/awk -F: '{if( $3 ~ /jfs/ ){print $1}}'` | sed -e 's/ blocks/_blocks/' ...</font></div></div></blockquote><div><div><br></div><div>While at it update the inode df to:</div><div><br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><div><font face="monospace, monospace"># Added -l to report only on local FSs</font></div></div></div><div><div><div><font face="monospace, monospace">/usr/sysv/bin/df -il  ...</font></div></div></div></blockquote><div>-- <br><div class="gmail_signature"><p style="color:rgb(112,90,73);font-family:Arial,sans-serif;font-size:11px">
         </p>
<hr align="left" color="#e37c3d" height="3px" style="color:rgb(0,0,0);font-family:Tinos;font-size:medium" width="50%">
<p style="color:rgb(112,90,73);font-family:Arial,sans-serif;font-size:11px">
        <span style="font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:bold;text-align:-webkit-center">Allan Cano</span><br>
        <span style="font-family:Arial,Helvetica,sans-serif;text-align:-webkit-center">System Administrator 3</span><br>
        <span style="font-family:Arial,Helvetica,sans-serif">IS Operations</span></p>
<p>
        <span style="font-size:12px"><span style="color:rgb(112,90,73);font-family:Arial,Helvetica,sans-serif;font-weight:bold;text-align:-webkit-center">Fossil Group</span></span><br>
        <span style="color:rgb(112,90,73);font-family:arial,helvetica,sans-serif;font-size:11px">901 S. Central Expwy.<br>Richardson<br>TX<br>75080<br>United States</span><br>
        <a href="http://www.fossilgroup.com/" style="color:rgb(112,90,73);font-family:Arial,sans-serif;font-size:11px" target="_blank">www.fossilgroup.com</a></p>
<p style="color:rgb(112,90,73);font-family:Arial,sans-serif;font-size:11px">
        <span style="font-family:Arial,Helvetica,sans-serif">t: 469-587-3211</span><br style="font-family:Arial,Helvetica,sans-serif">
        <span style="font-family:Arial,Helvetica,sans-serif">m: 469-571-3933</span><br style="font-family:Arial,Helvetica,sans-serif">
        <span style="font-family:Arial,Helvetica,sans-serif">f: 972-238-4909</span><br style="font-family:Arial,Helvetica,sans-serif">
        <span style="font-family:Arial,Helvetica,sans-serif">e: <a href="mailto:acano@fossil.com" target="_blank" onclick="window.open('https://mail.google.com/mail/?view=cm&tf=1&to=acano@fossil.com&cc=&bcc=&su=&body=','_blank');return false;">acano@fossil.com</a></span></p></div>
</div></div>