This is a discussion on [rrd-users] another guy getting NaNs within the RRD Users forums, part of the Networking and Network Related category; Hi folks, First time with rrdtool. I'm just trying to store values in rrds, once an hour. I don'...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi folks,
First time with rrdtool. I'm just trying to store values in rrds, once an hour. I don't need any manipulation such as average &c. I know that the values get there, but the rrds look empty. rrdtool create as.rrd -s 3600 RRA:AVERAGE:.99999:1:24 DS:octets: GAUGE:4000:U:U Do I want average there? Do I want gauge? rrdtool update as.rrd -t octets N:$octets $octets is passed from a shell script. Is there anything wrong with using Now as the time? This is all done hourly by cron. Here I do a dump on all my rrds with a loop: rrdtool dump $a | grep row | grep -v NaN | grep -v pdp There is no output. Thanks, Lincoln -- Unsubscribe mailto:rrd-users-request@list.ee.ethz.ch?subject=unsubscribe Help mailto:rrd-users-request@list.ee.ethz.ch?subject=help Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi |