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

1724 Commits

Author SHA1 Message Date
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
Diego Elio Pettenò
bac376c23e Merge pull request #193 from brycied00d/patch-1
Correct wildcard name handling on plugin net/vnstat_
2012-09-24 14:46:20 -07: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
Lasse Karstensen
bcb9ed82ea Merge branch 'master' of github.com:munin-monitoring/contrib 2012-09-17 12:08:31 +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
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