Historique | Voir | Annoter | Télécharger (20 ko)
snmp__if_combined: fix syntax to use explicit 'my'.
snmp__if_combined: output extinfo in the right spot.
snmp__if_combined: rewrite error handling.
Instead of just having a single "errors" value on the per-interfaceerror graphs, split it in errors and discards, then provide a totalfor the combined graph.
This way it's possible to see more details of what's going on at the...
snmp__if_combined: don't use cdef to generate the final value.
This actually simplifies the code, and avoids extra work on the masterside for no reason.
snmp__if_combined: provide CDEFs directives for the combined graph as well.
Borrowed data is raw, so in this case we want to make sure it's expressed in bits rather than octects.
snmp__if_multi: fix properly ifAlias usage.
snmp__if_combined: restore the error graphing as it's done on snmp__if_multi
This brings it basically on feature parity with it, and more.
snmp__if_combined: graph all interfaces, not only ethernetCsmacd.
For routers it might very well that you're trying to graph tunnels aswell.
snmp__if_combined: rework to have both combined and split graphs available.
This basically almost replaces snmp__if_multi in full, as sub-graphswith interface traffic are generated as a set of detailed graphs. Itdoesn't yet compose graphs with the interface errors though.
snmp__if_combined: don't pull in unneeded data.
snmp__if_combined: create a single graph showing traffic from all interfaces.
This allows normalising the graph range and shows aberrations in thebandwidth usage more clearly.