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

25 Commits

Author SHA1 Message Date
Diego Elio Pettenò
a9ce052bff snmp__apc_pdu: pass graph_args to put the limit to 0. 2012-10-25 22:29:18 -07:00
Diego Elio Pettenò
5597599198 snmp__screenos: fix typos. 2012-10-23 15:50:45 -07:00
Diego Elio Pettenò
388823128d snmp__brocade_ifs: rename and update code to use the new name. 2012-08-28 17:17:12 -07:00
Diego Elio Pettenò
7652175660 Move and rename cirix netscaler plugins as well. 2012-08-28 17:12:09 -07:00
Diego Elio Pettenò
a2170c363b 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.
2012-08-28 17:07:36 -07:00
Diego Elio Pettenò
a989e8ce14 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.

None of the plugins use Munin::SNMP and none uses multigraph
capabilities.
2012-08-28 16:37:19 -07:00
Diego Elio Pettenò
29da235be1 snmp__apc_pdu: rename from snmp__apc.
APC UPSes are different and will have different kind of graphs.
2012-08-28 16:29:39 -07:00
Diego Elio Pettenò
d77b3fc510 snmp__cpu: remove plugin superseded by snmp__cpuload. 2012-08-28 16:27:29 -07:00
Diego Elio Pettenò
322497ca26 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.
2012-08-28 16:25:17 -07:00
Diego Elio Pettenò
d6f29a6b52 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.
2012-08-28 16:17:04 -07:00
Diego Elio Pettenò
f570516416 snmp__screenos: don't print anything after snmpconf. 2012-08-28 16:08:32 -07:00
Diego Elio Pettenò
8ca0283cc3 snmp__screenos: align for readability. 2012-08-28 16:08:14 -07:00
Diego Elio Pettenò
5cad9514bd snmp__if_combined: don't pull in unneeded data. 2012-08-28 14:19:50 -07:00
Diego Elio Pettenò
8d259040ac snmp__screenos: support receiving CPU utilization information. 2012-08-28 14:19:20 -07:00
Diego Elio Pettenò
d7e8315462 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.
2012-08-28 13:58:55 -07:00
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