2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00
Commit Graph

60 Commits

Author SHA1 Message Date
Diego Elio Pettenò
55cb01870b 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
statuses back to Icinga (or Nagios), where you have to match the graph
title.
2012-08-23 08:27:10 -07:00
Diego Elio Pettenò
ea7bacc966 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.
2012-08-09 13:57:53 -07:00
Diego Elio Pettenò
8238b48805 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.
2012-08-09 13:55:35 -07:00
Diego Elio Pettenò
37e94f527a Remove executable bit from images. 2012-08-09 13:49:17 -07:00
Diego Elio Pettenò
c0e85a7cfa 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.
2012-08-09 13:47:14 -07:00
Diego Elio Pettenò
e5ce74926d More housekeeping. 2012-08-06 22:20:20 -07:00
Diego Elio Pettenò
0a1524f27f More housecleaning.
Collapse some categories; remove duplicates; move plugins in where
they belong, remove files that are not really plugins at all.
2012-08-06 21:55:44 -07:00
Diego Elio Pettenò
7da1b039c2 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.
2012-08-06 21:36:10 -07:00
Diego Elio Pettenò
d9533d6190 snmp__apc: initial import.
This is a simple plugin that makes it possible to monitor the amp
drain on APC's PDUs.
2012-08-06 21:22:04 -07:00
Steve Schnepp
08346aac58 - have some dirs 2012-02-13 18:24:46 +01:00