snmp__apc_pdu: rename from snmp__apc.
APC UPSes are different and will have different kind of graphs.
snmp__cpu: remove plugin superseded by snmp__cpuload.
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'sdistribution as of 2.0.5.
snmp__apc: rewrite to make use of get_entries and get_hash.
This should simplify quite a bit the handling of 3-phase PDUs, amongother things.
snmp__screenos: don't print anything after snmpconf.
snmp__screenos: align for readability.
snmp__if_combined: don't pull in unneeded data.
snmp__screenos: support receiving CPU utilization information.
snmp__screenos: first version of a plugin to monitor Juniper ScreenOS Resources
Right now this produces two graphs: memory and session allocation. CPUtime will be added shortly.
snmp__apc: have a static title for the graph.
Instead of adding model and serial number to the graph itself, use astatic title for it and instead provide the model and serial number aspart of graph_info.
This change makes it much easier to forward the warning/critical...
Remove snmp_hp_.
This plugin is doing the same thing that snmp__if_ is doing, but itdoesn't have a clear license and does not support 64-bit counters.
Remove snmp plugins for printer supplies.
At least Munin 2.0 already provides snmp__printer_supplies that takescare of the same data (they all use Printer-MIB values). Also thatplugin uses Munin's own SNMP abstraction instead of using net-snmpcommands directly, which makes it more suitable for the job.
Remove executable bit from images.
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.
More housekeeping.
More housecleaning.
Collapse some categories; remove duplicates; move plugins in wherethey belong, remove files that are not really plugins at all.
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.
snmp__apc: initial import.
This is a simple plugin that makes it possible to monitor the ampdrain on APC's PDUs.
- have some dirs