|
To get data collection every 5 min, you need to have the
Interval: 1
option in your .cfg files, and make sure that your .rrd file was created *AFTER* making this change. You may be collecting data every 1 min, but if the rrd file is only defined with a 5-min interval, it will be stored like this. Try deleting the rrd file (after copying it away) and seeing if the newly-created file works. If this is the case, then your old rrd file had a 5-min interval. I suspect this is your problem.
You can check this by doing an rrdtool dump and checking to see if the interval is 60 or 300.
To display the 6-hour graph, you need to enable it in the routers2.conf, and have the Interval:1 in the .cfg file. It sounds like this is working OK for you.
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|