Joerg Hartmann wrote: [question on start time] > > ??? It works for me. What version are you using? And how? Please > > modify your rrdtool create command so that it includes the start time > > and retry / repost. > > /usr/local/rrdtool/bin/rrdtool create all.rrd \ > --start 978300900 \ > DS:lommel:COUNTER:60:U:U \ > RRA:AVERAGE:0.5:1:10
This looks OK to me. When I try this (on a slightly older version) it gives expected results: [EMAIL PROTECTED] /home/alex]$ rrdtool info all.rrd filename = "all.rrd" rrd_version = "0001" step = 300 last_update = 978300900 ds[lommel].type = "COUNTER" ds[lommel].minimal_heartbeat = 60 ds[lommel].min = NaN ds[lommel].max = NaN ds[lommel].last_ds = "UNKN" ds[lommel].value = 0.0000000000e+00 ds[lommel].unknown_sec = 0 rra[0].cf = "AVERAGE" rra[0].rows = 10 rra[0].pdp_per_row = 1 rra[0].xff = 5.0000000000e-01 rra[0].cdp_prep[0].value = NaN rra[0].cdp_prep[0].unknown_datapoints = 0 [EMAIL PROTECTED] /home/alex]$ > What i want to do is to monitor the querys on my dnsserver. > I created an rrd with --step 3600 but could not get this to work. It should be able to work. Check heartbeat (should be > 3600) and make plenty use of rrdtool info and/or rrdtool dump when debugging. > So i went back and started to read the tutorial again ... Smart move :) cheers, -- __________________________________________________________________ / [EMAIL PROTECTED] [EMAIL PROTECTED] \ | work private | | My employer is capable of speaking therefore I speak only for myself | +----------------------------------------------------------------------+ | Technical questions sent directly to me will be nuked. Use the list. | +----------------------------------------------------------------------+ | http://faq.mrtg.org/ | | http://rrdtool.eu.org --> tutorial | +----------------------------------------------------------------------+ -- 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
