I'm trying to get the information of a number of SNMP traffic sensors, but I actually need a small portion of information through the year: (maximum detected, the minimum, total and the average of kbps IN and OUT of each month). I tried to create it but i Had to do each month at a time, for all the sensors, and get the data to an excel, then make a grpah there to see the trend of each sensors. Is there a easier way to to this kind of report? I think is a very useful kind of report for lot of sensors.
Article Comments
But I'll have to do that in each sensor at a time. if I have 50 sensors, I'll have to do this 50 times. there's no other way?
Oct, 2011 - Permalink
You could edit the hmtl-file of a report-template (preferably a template with data table) as well and change the average there as well. Then you could put all the 50 sensors in this report.
Oct, 2011 - Permalink
I'm trying to do it with an API, but I'm seeing is that not all the months have 30 days, so it will start taking days from the next month and so on.
Dec, 2011 - Permalink
Hello,
at least for the monthly averages you could use the "Historic Data"-function. Just open it on a sensor and run it for the span of one year. Once it's finished, just change the "average=" parameter in the URL to be 2592000 that should be 30 days, and you should then get monthly averages.
best regards.
Oct, 2011 - Permalink