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

1482 Commits

Author SHA1 Message Date
Joseph Bauer
5e5508799c - merged copy-pasted functions into a generic one
- changed host detection, which was broken after plugin rename
- fixed some typos
2012-11-26 16:21:53 +01:00
iammookli
11405c780a Support underscores in URLs; typo. 2012-11-25 17:50:47 -08:00
Diego Elio Pettenò
edb8732d8e snmp__if_combined: fix syntax to use explicit 'my'. 2012-11-21 16:19:43 -08:00
Diego Elio Pettenò
7dd40e24d7 snmp__if_combined: output extinfo in the right spot. 2012-11-21 16:19:30 -08:00
Diego Elio Pettenò
f63f73d3b5 sensors/hplog_*: remove in favour of hpasmcli2_
These two plugins are using a different command coming from the same
package as hpasmcli, they lack a license identification, and are a tad
more rough than the one that would replace them.
2012-11-21 09:16:28 -08:00
Diego Elio Pettenò
65fb3d8e5f hpasmcli2_: try to be a bit more forgiving in perl choices. 2012-11-20 22:21:50 -08:00
Diego Elio Pettenò
c5ab6538cc snmp_room_alert_: move together with the other snmp plugins. 2012-11-20 22:07:09 -08:00
Diego Elio Pettenò
36c0e91b30 openvpn_multi: move together with the other openvpn plugins. 2012-11-20 22:03:27 -08:00
Diego Elio Pettenò
ecd21d50c5 apache_status: change the vlabel to use the same unit as input.
This way it's possible to avoid the cdef altogether.
2012-11-20 22:01:48 -08:00
Diego Elio Pettenò
e09d236f5f snmp__apc_ups2_: rename correctly. 2012-11-20 12:00:18 -08:00
Diego Elio Pettenò
3de4d5d4ed snmp__acp_ups2_: move to sensors category. 2012-11-20 11:59:59 -08:00
Diego Elio Pettenò
bb2076ecc9 snmp__acp_ups2_: remove commented-out cdef line. 2012-11-20 11:59:41 -08:00
Diego Elio Pettenò
6c1541a682 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.
2012-11-20 11:52:06 -08:00
Diego Elio Pettenò
bfe824f76a 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
interface level.
2012-11-20 11:50:58 -08:00
Diego Elio Pettenò
36ac271c5d 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.
2012-11-20 11:09:59 -08:00
Diego Elio Pettenò
7777738e05 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.
2012-11-20 09:19:17 -08:00
nukleus
471311dfaf Update plugins/network/ip_forward_
Fix typos in plugins/network/ip_forward_
2012-11-17 19:18:47 +00:00
Steve Schnepp
3b64d836f8 add license 2012-11-16 14:06:40 +01:00
iborodikhin
874877878e Added new plugin to monitor lighttpd web server 2012-11-16 14:06:40 +01:00
iborodikhin
47ddbce4d2 Moved sphinx_* plugins from directory php/ to sphinx/ because they're made to monitor sphinx search engine. 2012-11-16 14:06:40 +01:00
Diego Elio Pettenò
3b62e60756 snmp__if_multi: fix properly ifAlias usage. 2012-11-12 18:58:40 -08:00
Diego Elio Pettenò
a4dbacada0 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.
2012-11-12 18:58:40 -08:00
Diego Elio Pettenò
4943ded336 snmp__if_: remove in favour of snmp__if_ in main repository. 2012-11-12 17:39:05 -08:00
Diego Elio Pettenò
3505cf5213 snmp__if_combined: graph all interfaces, not only ethernetCsmacd.
For routers it might very well that you're trying to graph tunnels as
well.
2012-11-12 16:43:34 -08:00
Diego Elio Pettenò
5a98a7672f 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.
2012-11-12 16:37:21 -08:00
Diego Elio Pettenò
060ddd51f2 misc: make some plugin speak dirtyconfig, saving a few roundtrips. 2012-11-11 16:56:29 -08:00
Kenyon Ralph
b7e6b69bd9 Merge pull request #209 from iborodikhin/master
Bug fixes in redis plugin
2012-11-08 01:42:41 -08:00
iborodikhin
285c11cdfb Fixed undefined variable use and division by zero in redis plugin 2012-11-08 09:06:45 +06:00
Diego Elio Pettenò
dbb14174e1 apache_status: set all minimals to 0 to discard negative values. 2012-11-07 11:49:57 -08:00
ToM
238aaf5d21 New plugin: mpdstats_. 2012-11-06 12:37:30 +01:00
Diego Elio Pettenò
569e801eea apache_status: make it easy to monitor other hosts as a virtual node 2012-11-05 15:17:41 -08:00
Diego Elio Pettenò
de8f24a464 apache_status: remove apache_average_request compatibility.
There is no reason to keep this, which is simply Apache's value from
apache_accesses, and that one we can actually configure with the period we want.
2012-11-05 14:32:55 -08:00
Diego Elio Pettenò
1b2574a43a apache_status: add a new multigraph plugin to replace the old apache_* from the main repository.
This plugin uses a single requests to parse all the statistics instead
of making three of them, reducing the overhead, and uses the
multigraph capabilities to generate the same graphs. The naming is
compatible so that it should be a clean update from the previous
plugins.

This also merges in apache_average_requests (and apache_request_rate)
which, albeit not as relevant, also parsed the same file.
2012-11-05 12:23:46 -08:00
Diego Elio Pettenò
4895666d4d apache_*: remove some references to the server-status URL when it's not used. 2012-11-05 11:55:29 -08:00
Caius Durling
ecd6f3599e Strip hidden characters from raid-mismatch script
Seems to have windows line-endings and a hidden unicode (U+FEFF) character on the first line which stops it running for me.
2012-11-01 12:55:13 +00:00
thiago
e62ea879a2 Add plugins for Sick-Beard
* Number of shows (sample: http://imgur.com/5Uxih)
 * Number of Episodes (sample: http://imgur.com/3fG8M)
2012-10-28 08:30:28 +11:00
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ò
910d197016 freeipmi: fix off-by-one in high limits. 2012-10-25 22:29:18 -07:00
Eugen Ganshorn
2f4f429842 FIXED: /etc/munin/plugins/pdns_rec_throttle: 40: Syntax error: end of file unexpected (expecting "fi") 2012-10-24 17:44:16 +02:00
Diego Elio Pettenò
4c0e44be9d freeipmi: fix multigraph declaration. 2012-10-24 07:36:20 -07:00
Diego Elio Pettenò
157c0675fa hwmon: fix autoconf when only one hwmon device is present. 2012-10-23 17:33:52 -07:00
Diego Elio Pettenò
9a46eb9bf5 freeipmi: avoid reporting N/A values. 2012-10-23 17:26:08 -07:00
Diego Elio Pettenò
1f9d76a7cb freeipmi: avoid using undefined values. 2012-10-23 17:20:46 -07:00
Diego Elio Pettenò
7ed16b61e5 freeipmi: replace wildcard plugin with a multigraph one.
This new plugin is written in Perl rather than sh+awk, executes
ipmi-sensors only once per call (config/fetch still require two calls
total), and with one call it produces all the available graphs
depending on the available sensors.

This still allows for monitoring a remote system, and that becomes
even more interesting since it only fetches data once.

The plugin will also now fail autoconf if there is no sensor output
that can be monitored.
2012-10-23 17:14:57 -07:00
Diego Elio Pettenò
fd5126e02b hwmon: initial import of a sysfs-based plugin to monitor Linux hardware sensors.
This is designed as a replacement for the sensors_ plugin in Munin; it
accesses the same data as that plugin, but does so through direct
access to /sys, following the kernel-mandated interface, instead of
using the `sensors` command.

This allows much faster and reliable monitoring, especially on
dme1737-based systems where the driver is prone to failures.

Compared to the sensors_ plugin, this does not let you change the
warning/critical levels from the node configuration, nor to ignore any
particular sensor, as it provides whatever the kernel is providing.

Also, this plugin will show humidity and current readings, if present.
2012-10-23 17:14:54 -07:00
Diego Elio Pettenò
5597599198 snmp__screenos: fix typos. 2012-10-23 15:50:45 -07:00
Steve Schnepp
369506efbb Merge pull request #201 from rfrail3/master
New plugins for ipvs
2012-10-22 08:34:24 -07:00
rfrail3
5e94465b62 plugin for monitor ipvs 2012-10-22 12:32:51 +02:00
Steve Schnepp
d8d74a510d Merge pull request #200 from rfrail3/master
OpenVPN AS plugins
2012-10-19 15:16:11 -07:00
Steve Schnepp
8a13b49960 Merge pull request #191 from aborrero/master
Traffic plugin. Monitor total throughput by IP protocol.
2012-10-19 15:14:04 -07:00
Steve Schnepp
f28b447484 Merge pull request #187 from ze42/master
cpu_linux_multi
2012-10-19 15:10:35 -07:00
Steve Schnepp
442bc6808e Merge pull request #184 from iborodikhin/master
Mysql COUNT(*) plugin
2012-10-19 15:09:33 -07:00
rfrail3
8410e921e1 openvpn as plugins 2012-10-09 10:59:38 +02:00
iborodikhin
80cb77cb31 Removed totals from child graphs and changed draw method for better readability 2012-10-03 16:09:07 +06:00
iborodikhin
f6276fc91a Multigraph plugin to monitor nginx cache status (everything, not only hits, misses and expired objects) 2012-10-03 08:17:35 +06:00
Kenyon Ralph
bcf2659fae Merge pull request #185 from seidler2547/master
New Plugin: HugePages usage
2012-09-30 11:14:09 -07:00
Kenyon Ralph
a5fd2bede4 Merge pull request #190 from rfrail3/master
New plugins for monitor Apache
2012-09-30 11:13:10 -07:00
Kenyon Ralph
7e30ed6457 Merge pull request #194 from jdponomarev/patch-1
Update plugins/mongodb/mongo_lag
2012-09-30 11:10:26 -07:00
Kenyon Ralph
30341ad6a5 Merge pull request #195 from jdponomarev/patch-2
Update plugins/mongodb/mongo_lag
2012-09-30 11:09:44 -07:00
Kenyon Ralph
84cc3cf562 Merge pull request #199 from dotdoom/master-ejabberd_scanlog_refactoring
Refactoring ejabberd_scanlog plugin
2012-09-30 11:03:11 -07:00
Kenyon Ralph
ca5d75b987 Merge pull request #192 from M3d1c5/master
Updated prosody plugin
2012-09-30 10:59:19 -07:00
Steve Schnepp
f5e55355f5 Merge pull request #197 from nknotzer/master
Femon Plugin: Update to Version 1.3
2012-09-29 00:31:11 -07:00
Artem Sheremet
bfe49e6d12 Refactoring ejabberd_scanlog plugin
More flexible config, making easier to add new log error types.
Should be faster as well.
2012-09-27 19:24:42 +03:00
Artem Sheremet
d112f623fb Fixing a warning in the ping plugin
Error message:
Use of uninitialized value $ping_time in concatenation (.) or string at /etc/munin/plugins/ping line 176.

Fix is to declare a variable prior to using it in postfix-if assignment
2012-09-27 18:40:42 +03:00
nknotzer
dacd37d046 Update plugins/dvb/femon
# v1.3 25/10/2011 - Configure upper and lower graph limits with graph_args environment variable.
2012-09-26 16:41:06 +03:00
Sebastian Wyder
6935241315 Fixed typos & bad English 2012-09-26 16:03:54 +03:00
Arturo Borrero Gonzalez
f203253861 Added support even larger numbers. 2012-09-25 14:03:59 +02:00
jdponomarev
ea5dde3fb4 Update plugins/mongodb/mongo_lag
fixed bug for python 2.6 and for replica sets with arbiters
2012-09-25 12:51:21 +04:00
jdponomarev
c854b3b70d Update plugins/mongodb/mongo_lag
fixed pymongo connection - now allows to connect to a port different from 27017
2012-09-25 12:32:26 +04:00
Bryce Chidester
a2f35e9b68 Correct wildcard name handling
The previous awk function did not work for my system, always returned the script name instead. Replaced with the same clean and sanitary bash variable logic that if_ uses to extract the interface name from $0.
2012-09-24 14:45:00 -07:00
Christian Bendt
995ddbc4a0 Updated prosody plugin
Updated prosody plugin to the most recent version
2012-09-24 20:07:15 +02:00
iborodikhin
86847af6d8 Adding custom label and vlabel environment variables support 2012-09-24 15:40:28 +06:00
Arturo Borrero Gonzalez
09b0f002d5 added "Total bps" to help know the exact total traffic in the graph. 2012-09-21 10:50:29 +02:00
Arturo Borrero Gonzalez
0a0cc634ea changed permissions, like others pluggins. 2012-09-20 17:31:26 +02:00
Arturo Borrero Gonzalez
e49b78ab52 Added `traffic' plugin, to allow measure server total throughput in both IPv4 and IPv6 2012-09-20 17:30:18 +02:00
rfrail3
d189784ce2 Fix grep command 2012-09-19 08:49:07 +02:00
rfrail3
4771fd2b53 New plugins for Apache web server 2012-09-18 19:15:56 +02:00
Steve Schnepp
73bf794ad9 Merge pull request #189 from rfrail3/master
Add support for unix sockets in request and auto limit value
2012-09-17 05:46:04 -07:00
Lasse Karstensen
47e34fdf83 Remove outdated varnish3 plugins, point to upstream version 2012-09-17 12:11:48 +02:00
rfrail3
4f29ff59b1 Add support for sockets 2012-09-17 10:49:02 +02:00
Diego Elio Pettenò
b9194db081 Merge pull request #188 from dotdoom/master-sshd_log_crlf_to_lf
sshd_log: CRLF to LF (bad interp. error)
2012-09-15 10:36:06 -07:00
Artem Sheremet
4ab213e166 sshd_log: CRLF to LF (bad interp. error) 2012-09-15 17:32:20 +03:00
Steve Schnepp
97dd02a720 Merge pull request #183 from rfrail3/master
Haproxy monitor plugin
2012-09-15 05:08:33 -07:00
Adrien "ze" Urban
cdf6eeb3df interfaces_linux_multi: interfaces, supersampling, multigraph
First release
3 graphs per interfaces :
- bps
- pkt/s
- errors
graph types can be disabled/enabled
interfaces can be included/excluded
2012-09-14 19:06:15 +02:00
Adrien "ze" Urban
5d4c3e8ec1 cpu_linux_multi: fix a typo preventing it to run 2012-09-14 17:56:12 +02:00
rfrail3
a717a91344 change license 2012-09-14 09:27:38 +02:00
Adrien "ze" Urban
5a92255cf2 cpu_linux_multi: license
license, and a few more comments
2012-09-13 21:24:05 +02:00
Adrien "ze" Urban
44e6672036 cpu_linux_multi: detailed cpu usage per core (multigraph, supersampling) 2012-09-13 21:02:01 +02:00
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