temperature script graphing
list Craig Whilding
Thu, 18 May 2006 11:13:32 +0100
Message-Id: <user-857e276ede3c@xymon.invalid>
Hi,
I've used this script (http://www.deadcat.net/viewfile.php?fileid=501)
from deadcat for temperature monitoring on Linux boxes that run Dell
Openmanage. Ive edited it to work with a hobbit client but left the
generation stuff alone.
It produces something similar to the following:
Device Temp(C) Temp(F) Threshold(C)
CPU Planar 32 89 55
Ambient 20 68 38
BP Bottom Temp 24 75 60
Status green: All devices look okay
Now instead of graphing Ambient = 20 etc its graphing Ambient_______20 =
68 etc. Is this due to the way the script used printf statements to line
everything up? Is this the correct temperature referred to in the docs
for getting temperature graphs?
Thanks.
Craig Whilding