[rrd-users] Possible bug ?

Sven Goldt goldt at solidmedia.de
Wed Jun 30 16:08:28 MEST 2004


Hello,

i am using mrtg to monitor the temperature of my HD.
The monitor script outputs this:
43
43
undef
undef

The logging is in rrdtool format. Unfortunately in the .rrd file appears
only nonsense or nothing. So i tried to debug the situation like this:

rrdtool create temperature.rrd --step 300 DS:temp1:GAUGE:600:-273:5000 \
DS:temp2:GAUGE:600:-273:5000 \
RRA:AVERAGE:0.5:1:1200 \
RRA:MIN:0.5:12:2400 \
RRA:MAX:0.5:12:2400 \
RRA:AVERAGE:0.5:12:2400

rrdtool update temperature.rrd N:43:43
rrdtool fetch temperature.rrd MIN -s -1h
rrdtool update temperature.rrd N:43:43
rrdtool fetch temperature.rrd MIN -s -1h

The fetch output is:
                          temp1               temp2

						  1088600400: nan nan
						  1088604000: nan nan
						  1088607600: nan nan


What's wrong ? Where are my values ?

Greets, Sven

--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the rrd-users mailing list