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

1596 Commits

Author SHA1 Message Date
Stefan Seidel
5be6eb7253 add basic information and license header 2012-09-13 08:03:19 +02:00
Stefan Seidel
f9000cdc7a new plugin to monitor HugePages (or Large Pages) usage under Linux 2012-09-12 10:26:59 +02:00
iborodikhin
42a11debca Added simple graph mode for queries without GROUP BY statement 2012-09-12 10:17:19 +06:00
iborodikhin
c561076a32 Adding new plugin to monitor count of values matching specified criteria in Mysql table. 2012-09-12 08:34:26 +06:00
ricardo
0541fdd145 Repair bug in other responses 2012-09-11 13:49:33 +02:00
ricardo
706e7e9104 Haproxy monitoring 2012-09-11 10:53:58 +02:00
Steve Schnepp
580f586dbb Merge pull request #182 from iborodikhin/master
"Warning" and "critical" use
2012-09-10 01:36:53 -07:00
iborodikhin
c5e74d82f5 Bug fix 2012-09-10 12:39:04 +06:00
iborodikhin
61de47ebd2 Adding 'warning' environment variable use 2012-09-10 12:36:15 +06:00
iborodikhin
b3beac1cd7 Adding critical environment variable use 2012-09-10 12:33:12 +06:00
iborodikhin
2c99f32750 Adding critical environment variable use 2012-09-10 12:08:04 +06:00
Steve Schnepp
9ec0760ec2 Merge pull request #181 from kuriyama/master
Fix usage of appname at munin symbol translation
2012-09-06 05:19:35 -07:00
Steve Schnepp
f02c983822 Merge pull request #179 from deveth0/patch-2
Fixed bug which only displays the first 5 zones
2012-09-06 05:15:59 -07:00
Jun Kuriyama
fd119055ab Fix usage of appname at munin symbol translation
FMS appname may include '-' chars, and was translated to '_' because
of Munin dislike this character.

But original appname is required to retrive values from getAppStats
API.  So preserve original appname and translate it at only actually
needed.
2012-09-05 10:02:52 +09:00
deveth0
7f8d2e8cd6 Fixed bug which only displays the first 5 zones 2012-09-05 01:00:03 +03:00
Steve Schnepp
a132ba5d1e nn_: fix configuration example 2012-09-01 11:30:36 +02:00
Steve Schnepp
91ddb3edd7 nn: no need for such a recent Perl 2012-09-01 11:29:46 +02:00
Steve Schnepp
19673b2711 nn: use M::P::clean_fieldname() 2012-09-01 11:29:12 +02:00
Jan Astrup
2e5609e325 Added support for mysqlconfig in plugin configuration file 2012-09-01 11:24:46 +02:00
Jan Astrup
9171087314 Added support for mysqlconfig in munin-node.conf 2012-09-01 11:24:45 +02:00
Jan Astrup
14bfe7f243 Added newznab plugin 2012-09-01 11:24:45 +02:00
Steve Schnepp
e8d5b8448b senderscore: fix doc 2012-09-01 11:23:01 +02:00
Ben
2e566be36d Update plugins/system/debsecan
adjusted patterns to grep
2012-09-01 11:15:54 +02:00
ricardo
dac093c3b0 tomcat access plugin 2012-09-01 11:15:46 +02:00
Josh Robb
15e41f87f6 Add a plugin for monitoring senderscore repuation. 2012-09-01 11:15:03 +02:00
Simon Whittaker
4b83635595 Added nginx check for upstream access times 2012-09-01 11:09:57 +02:00
Niall Donegan
ad4d972499 Changed from COUNTER to DERIVE with a min of 0 for CPU time. 2012-09-01 11:06:18 +02: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ò
6201fbd9c3 esxi__sensors: remove broken reference to snmp__sensors. 2012-08-28 17:12:57 -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ò
b4817a7f01 netapp_if_: remove, superseded by snmp__if_. 2012-08-28 17:05:26 -07:00
Diego Elio Pettenò
715d059c21 boinc_projs: avoid using snmp references.
There is no reason to feign this is a SNMP plugin; it's just like any
other virtual node.
2012-08-28 16:55:01 -07:00
Diego Elio Pettenò
65a69fb62c printer-ink-levels-by-percent: remove as superseded by snmp__print_supplies 2012-08-28 16:43:06 -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
ricardo
68b65c84ba tomcat access plugin 2012-08-28 11:27:43 +02:00
ricardo
2cbf4a93b6 tomcat access plugin 2012-08-28 11:26:00 +02:00
ricardo
e9ce5f9633 tomcat access plugin 2012-08-27 14:08:54 +02:00
Diego Elio Pettenò
bcaee8ef9c Merge pull request #174 from UWMobileLearningLab/master
New plugin for ARIS
2012-08-24 15:28:13 -07:00
David Gagnon
573a58f9c1 Added GPL2 License in Header 2012-08-24 17:14:52 -05:00
David Gagnon
a08c0c8824 Added plugin for ARIS
This plugin allows munin users to monitor server instances of the ARIS
locative game engine. See http://arisgames.org
2012-08-24 16:39:15 -05:00