|
This may be a bits/bytes problem.
Take a look at the .cfg file (you dont give me any info so I have to guess) and it may be that routers2 is incorrectly guessing that the thing being monitored is a network interface, and therefore defaulting to bits rather than bytes, or vice-versa.
You can use
routers.cgi*Options[xxxx]: bits
or
routers.cgi*Options[xxxx]: bytes
to force things one way or the other. Also, you can use
routers.cgi*Mode[xxxx]: generic
to tell it not to make any assumptions at all.
If you've still a problem, let me know
1) the .cfg file contents
2) if the graph displayed values match the contents of the RRD (do an rrdtool dump on the .rrd file)
3) Is the problem in the collection (previous values still displaying correctly) or in the display (historical values now graph as less than previously)?
4) The version of Perl you are using (this might affect some maths routines)
Steve
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|