I have some problem with SNMP with RRD graphs... the problem is RRD graph maps a bandwidth speed using below formula:
(current reading-last reading)/(current time-last time)
but the problem is over here when the "Counter" of INOCTECT or OUTOCTECT reset it gives currunt reading=0.
it means current reading- last reading gives negative value..and the PICK of the graph goes very high and gives wrong idea about bandwidth usage.
Can anyone help me to solve this problem so I can generate proper graphes using SNMP and RRDTOOL.
