Zitiere Francois Dessart <[EMAIL PROTECTED]>: > > Hello guys, > > I use rrdtool 1.0.37 with Cacti. > Some graphs are not displayed. > Investigating, I found that data are not integrated into RRD files. > > I tried to manually update the RRD file with a command similar to > "rrdtool update file.rrd --template data_template N:123456". > No error message is displayed, however no data are added in the RRD > file > (all values are "NaN"). > > Does anybody have an idea about what's going wrong? > > Thanks for your help. > > Francois.
Hi Francois, if your datasource is of a several COUNTER-type, you must update at least two values, so that you can see some values at fetching, because the counter-values are always calculated by (value[n]-value[n-1]/interval). >R°man -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
