Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / snmp / snmp__if_combined @ 81db94e2

Historique | Voir | Annoter | Télécharger (20 ko)

# Date Auteur Commentaire
edb8732d 2012-11-21 19:19 Diego Elio Pettenò

snmp__if_combined: fix syntax to use explicit 'my'.

7dd40e24 2012-11-21 19:19 Diego Elio Pettenò

snmp__if_combined: output extinfo in the right spot.

bfe824f7 2012-11-20 14:50 Diego Elio Pettenò

snmp__if_combined: rewrite error handling.

Instead of just having a single "errors" value on the per-interface
error graphs, split it in errors and discards, then provide a total
for the combined graph.

This way it's possible to see more details of what's going on at the...

36ac271c 2012-11-20 14:09 Diego Elio Pettenò

snmp__if_combined: don't use cdef to generate the final value.

This actually simplifies the code, and avoids extra work on the master
side for no reason.

7777738e 2012-11-20 12:19 Diego Elio Pettenò

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.

3b62e607 2012-11-12 21:58 Diego Elio Pettenò

snmp__if_multi: fix properly ifAlias usage.

a4dbacad 2012-11-12 21:58 Diego Elio Pettenò

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.

3505cf52 2012-11-12 19:43 Diego Elio Pettenò

snmp__if_combined: graph all interfaces, not only ethernetCsmacd.

For routers it might very well that you're trying to graph tunnels as
well.

5a98a767 2012-11-12 19:37 Diego Elio Pettenò

snmp__if_combined: rework to have both combined and split graphs available.

This basically almost replaces snmp__if_multi in full, as sub-graphs
with interface traffic are generated as a set of detailed graphs. It
doesn't yet compose graphs with the interface errors though.

5cad9514 2012-08-28 17:19 Diego Elio Pettenò

snmp__if_combined: don't pull in unneeded data.

c0e85a7c 2012-08-09 16:47 Diego Elio Pettenò

snmp__if_combined: create a single graph showing traffic from all interfaces.

This allows normalising the graph range and shows aberrations in the
bandwidth usage more clearly.