I am polling a Riverbed device for a couple of different
mibs
Current total number of optimized connections
(1.3.6.1.4.1.17163.1.1.5.2.1)
Current total number of pass-through connections
(1.3.6.1.4.1.17163.1.1.5.2.2)
Total number of connections (1.3.6.1.4.1.17163.1.1.5.2.7)
All 3 are related to each other and I would like to display
them together. So to do that i changed the poller type from "get
next" to a "get Table" this gives me the opportunity to combine all
3 of them into a single table instead of 3 different tables.
Now I would like to do the same for the graph. I would like
to have one graph that would display all 3 numbers together.
Please advice on how I would go about doing it.
Thank you