I use Cacti to monitor my network devices and it works.
But I have some trouble when I try to get data without graph (stored to text).
So I tried to make my own SNMP monitoring app with a traffic formula:
(Data(now)-Data(now-1)*8/time interval)
.
Somehow, I have different values with cacti and idk.
So I tried to find out how Cacti is measuring data with SNMP but I failed.
Is it possible to extract data from cacti graphs like current and average to string??
Or maybe to get real data from Cacti code before it is stored to RRD database??