> rrdtool update router1.rrd N:$IN:$OUT > Now, when I pull up the graph in my browser, I get a single > blue line that runs across the bottom of the graph which > tells me it's at zero. This isn't correct as I know there is > traffic going over these links.
First try a "rrdtool dump" to see the data in the rrd database is really 0. Then add an "echo `date+%s` $IN $OUT >> /tmp/rrdinput.log" to your script. Check the logfile to see if you are putting sane numbers in your rrd database. And use full pathnames for your executables (rrdtool, snmpget) in your script. Serge. ------------- Op de inhoud van dit e-mailbericht en de daaraan gehechte bijlagen is de inhoud van de volgende disclaimer van toepassing: http://www.zeelandnet.nl/disclaimer.php ------------- For the content of this e-mail message and its attachment(s) the following disclaimer applies: http://www.zeelandnet.nl/disclaimer.php -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
