|
From: crankshaft <cra...@oc...> - 2012-01-09 09:48:04
|
Hi Buchan / Jeremy,
Still having dramas. Here are the latest configs:
message file:
TABLE:rrd(DS:ds0:TempValue:GAUGE)
<--DEVMON RRD: inOutTemp 0 0
DS:TempValue:GAUGE:600:0:U
{TempValue}
oids file:
tempHumidSensorTempValue : .1.3.6.1.4.1.1718.3.2.5.1.6 :
branch
#tempHumidSensorInTempValue : .1.3.6.1.4.1.1718.3.2.5.1.6.1.1 :
#tempHumidSensorOutTempValue : .1.3.6.1.4.1.1718.3.2.5.1.6.1.2 :
transforms file:
TempValue : MATH : {tempHumidSensorTempValue}/10:1
hobbitgraph.cfg:
[inOutTemp]
FNPATTERN inOutTemp.(.*).rrd
TITLE Temperature
YAXIS Celsius
DEF:p@RRDIDX@=@RRDFN@ds0:AVERAGE
LINE2:p@RRDIDX@=@COLOR@:RRDPARAM@
GPRINT:p@RRDIDX@LAST: \: %5.1lf (cur)
GPRINT:p@RRDIDX@MAX: \: %5.1lf (max)
GPRINT:p@RRDIDX@MIN: \: %5.1lf (min)
Contents of .rrd dir:
inOutTemp.21.5.rrd
inOutTemp.22.5.rrd
inOutTemp.23.5.rrd
inOutTemp.29.5.rrd
I'm still getting 4 graphs generated from those .rrd
files, which is strange as I would of thought the
FNPATTERN inOutTemp.(.*).rrd would bring them all into the
one graph.
I know the message file looks dodgy, I can't seem to get
the graphs at all unless I've got both the TABLE: and <--
stuff in there.
I tried the dummy DS, but it whinged that there wasn't a
DS1 in the .rrd file.
I'm using DEVMON 0.3.1-beta1, which might be half the
problem.
Any ideas greatly appreciated.
Geoff
|