<div dir="ltr">I recall making this change some time back, and there was a problem with something, can't remember what, but I eventually changed it back.<div>But that was also many versions ago, probably version 3.something.</div><div>It may just work now, and worth a try.</div><div>Please let us know the results.</div><div><br></div><div>If it's the alpha component people are worried about, manipulating the data isn't difficult though.</div><div><div>Something similar to this will do the trick.</div><div><br></div><div><font face="monospace">toByte()</font></div><div><font face="monospace">{</font></div><div><font face="monospace">    OUTPUT=$1</font></div><div><font face="monospace">    DENOM=$(echo $OUTPUT | sed -e "s/^.*\(.\)$/\1/")</font></div><div><font face="monospace">    NUMBER=$(echo $OUTPUT | sed "s/.$//")</font></div><div><font face="monospace">    [ "$DENOM" = "K" ] && OUTPUT=$(echo "$NUMBER*1024" | bc)</font></div><div><font face="monospace">    [ "$DENOM" = "M" ] && OUTPUT=$(echo "$NUMBER*1024*1024" | bc)</font></div><div><font face="monospace">    [ "$DENOM" = "G" ] && OUTPUT=$(echo "$NUMBER*1024*1024*1024" | bc)</font></div><div><font face="monospace">    [ "$DENOM" = "T" ] && OUTPUT=$(echo "$NUMBER*1024*1024*1024*1024" | bc)</font></div><div><font face="monospace">    echo $OUTPUT</font></div><div><font face="monospace">}</font></div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 11 December 2014 at 03:19, Nick Pettefar <span dir="ltr"><<a href="mailto:Nick@pettefar.com" target="_blank">Nick@pettefar.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The graphs still work, I believe the df -h is just for the web page display.<br>
<br>
The Disk and Trends graphs still show the same values after the -h<br>
change on our systems.<br>
<br>
Regards,<br>
<br>
Nick Pettefar<br>
<span class="im HOEnZb"><br>
<br>
On 10 December 2014 at 19:13, Galen Johnson <<a href="mailto:solitaryr@gmail.com">solitaryr@gmail.com</a>> wrote:<br>
> Also, df -k is numeric...df -h is alphanumeric and would require additional<br>
> manipulation to graph.<br>
</span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><span>"Accept the challenges so that you can feel the exhilaration of victory"</span><div><span>- General George Patton</span></div></div>
</div>