Projet

Général

Profil

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

root / plugins / snmp @ e09d236f

# Date Auteur Commentaire
e09d236f 2012-11-20 15:00 Diego Elio Pettenò

snmp__apc_ups2_: rename correctly.

3de4d5d4 2012-11-20 14:59 Diego Elio Pettenò

snmp__acp_ups2_: move to sensors category.

bb2076ec 2012-11-20 14:59 Diego Elio Pettenò

snmp__acp_ups2_: remove commented-out cdef line.

6c1541a6 2012-11-20 14:52 Diego Elio Pettenò

snmp__ifx_: remove, superseded by snmp__if_.

This plugin does not use the standard Munin SNMP plugin interface, and
is, nowadays, duplicating the functionality present in the main
snmp__if_ plugin, which uses the 64-bit counters by default if
present, and fall back to the 32-bit ones if not.

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.

4943ded3 2012-11-12 20:39 Diego Elio Pettenò

snmp__if_: remove in favour of snmp__if_ in main repository.

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.

060ddd51 2012-11-11 19:56 Diego Elio Pettenò

misc: make some plugin speak dirtyconfig, saving a few roundtrips.

a9ce052b 2012-10-26 01:29 Diego Elio Pettenò

snmp__apc_pdu: pass graph_args to put the limit to 0.

55975991 2012-10-23 18:50 Diego Elio Pettenò

snmp__screenos: fix typos.

38882312 2012-08-28 20:17 Diego Elio Pettenò

snmp__brocade_ifs: rename and update code to use the new name.

76521756 2012-08-28 20:12 Diego Elio Pettenò

Move and rename cirix netscaler plugins as well.

a2170c36 2012-08-28 20:07 Diego Elio Pettenò

netapp: move plugins within snmp folder as that's what they are.

Fix them so that the renamed version works; these still don't use
Munin::SNMP and somebody who has access to them might want to rename
them.

a989e8ce 2012-08-28 19:37 Diego Elio Pettenò

Cleanup APC UPS plugins using SNMP.

Remove the plugins using snmpwalk to produce their results, as there
are three different, Perl-based implementations.

Of these, one might not work because it uses net-snmp and thus rely on
the presence of some MIB file which might not be present....

29da235b 2012-08-28 19:29 Diego Elio Pettenò

snmp__apc_pdu: rename from snmp__apc.

APC UPSes are different and will have different kind of graphs.

d77b3fc5 2012-08-28 19:27 Diego Elio Pettenò

snmp__cpu: remove plugin superseded by snmp__cpuload.

322497ca 2012-08-28 19:25 Diego Elio Pettenò

snmp__memory_win, snmp_memory: remove plugins superseded by snmp__memory.

The snmp__memory plugin will do the same graphs and is part of Munin's
distribution as of 2.0.5.

d6f29a6b 2012-08-28 19:17 Diego Elio Pettenò

snmp__apc: rewrite to make use of get_entries and get_hash.

This should simplify quite a bit the handling of 3-phase PDUs, among
other things.

f5705164 2012-08-28 19:08 Diego Elio Pettenò

snmp__screenos: don't print anything after snmpconf.

8ca0283c 2012-08-28 19:08 Diego Elio Pettenò

snmp__screenos: align for readability.

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

snmp__if_combined: don't pull in unneeded data.

8d259040 2012-08-28 17:19 Diego Elio Pettenò

snmp__screenos: support receiving CPU utilization information.

d7e83154 2012-08-28 16:58 Diego Elio Pettenò

snmp__screenos: first version of a plugin to monitor Juniper ScreenOS Resources

Right now this produces two graphs: memory and session allocation. CPU
time will be added shortly.

55cb0187 2012-08-23 11:27 Diego Elio Pettenò

snmp__apc: have a static title for the graph.

Instead of adding model and serial number to the graph itself, use a
static title for it and instead provide the model and serial number as
part of graph_info.

This change makes it much easier to forward the warning/critical...

ea7bacc9 2012-08-09 16:57 Diego Elio Pettenò

Remove snmp_hp_.

This plugin is doing the same thing that snmp__if_ is doing, but it
doesn't have a clear license and does not support 64-bit counters.

8238b488 2012-08-09 16:55 Diego Elio Pettenò

Remove snmp plugins for printer supplies.

At least Munin 2.0 already provides snmp__printer_supplies that takes
care of the same data (they all use Printer-MIB values). Also that
plugin uses Munin's own SNMP abstraction instead of using net-snmp
commands directly, which makes it more suitable for the job.

37e94f52 2012-08-09 16:49 Diego Elio Pettenò

Remove executable bit from images.

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.

e5ce7492 2012-08-07 01:20 Diego Elio Pettenò

More housekeeping.

0a1524f2 2012-08-07 00:55 Diego Elio Pettenò

More housecleaning.

Collapse some categories; remove duplicates; move plugins in where
they belong, remove files that are not really plugins at all.

7da1b039 2012-08-07 00:36 Diego Elio Pettenò

Put order in SNMP plugins by moving all of them together in snmp/

This makes it easier to find what should be used for SNMP monitoring.

d9533d61 2012-08-07 00:22 Diego Elio Pettenò

snmp__apc: initial import.

This is a simple plugin that makes it possible to monitor the amp
drain on APC's PDUs.

08346aac 2012-02-13 12:24 Steve Schnepp

- have some dirs