[rrd-users] RRD update manipulates values
Fredrik X
fredrik at pulsesoft.com
Sun Jun 9 19:19:13 MEST 2002
Hi folks!
I'm running a script and saving values 1 or 0 using RRD tool.
This is what I use to create my RRA
"DS:status:GAUGE:600:0:1",
"RRA:AVERAGE:0.5:1:120",
"RRA:AVERAGE:0.5:120:744",
"RRA:AVERAGE:0.5:1440:730"
The dump lookes like this:
<!-- 2002-06-09 19:01:30 CEST / 1023642090 --> <row><v>
1.0000000000e+00 </v></row>
<!-- 2002-06-09 19:02:00 CEST / 1023642120 --> <row><v>
0.0000000000e+00 </v></row>
<!-- 2002-06-09 19:02:30 CEST / 1023642150 --> <row><v>
1.0000000000e+00 </v></row>
<!-- 2002-06-09 19:03:00 CEST / 1023642180 --> <row><v>
6.2962962963e-01 </v></row>
I wonder, why does it manipulate the values I insert? I checked the
script and it can only insert 1 or 0. Nothing else.
// Fredrik
--
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