Is there a way to adjust the history graph to show more than just one hour?
Which graph are you talking about and where you monitor it?
I was talking about simply clicking on a device in the dude and clicking the history tab. I believe it shows a one hour window. I was hoping to stretch that out much like a mrtg graph.
I have found that it appears that I can log into webbox and look at the mrtg graphs to see the info I am looking for. Having it in the dude rather than opening individual web pages would be nice though. It also seems that the mrtg graphs are retained after a power down of the mikrotik router?
If this is so where is mrtg saving its files to create its graphs?
thanks in advance
I wrote a script to extract graph data from any RouterOS. You may have to modify it to fit any specific needs you have.
http://wiki.mikrotik.com/wiki/Backup_graphing_data
If you need assistance, Iād be glad to assist you.
Create chart, go to Dude ā> Charts ā> Create Chart for the specific OID, there is parameter called scale, where you can select,
hour/day/week/month/year.
How can i determine which OID I am looking for for the history graph?
When you create a chart you can select the probes that you want to track then you add that chart to the Panel so that the legend stays visible and remembers the view that you are interested in.
Or you can SNMPwalk and right click an OID, Create a data source, that you can then add to chart.
HTH,
Lewbowski
additionally to lebowsky comment,
http://www.mikrotik.com/testdocs/ros/2.9/root/snmp.php
You can get OIDs from console,
command print oid (for example /interface print oid).