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

1662 Commits

Author SHA1 Message Date
Helmut Grohne
339b8f43a9 added #define PROC_STAT "/proc/stat" 2013-01-28 13:29:19 +01:00
Helmut Grohne
bdf2dd257a added if_err_ plugin 2013-01-28 13:29:19 +01:00
Helmut Grohne
a61fdfd103 readme -> disadvantages? 2013-01-28 13:29:19 +01:00
Helmut Grohne
1adee55736 it was not really clear to be about munin 2013-01-28 13:29:19 +01:00
Helmut Grohne
ad5c0c537a added a README 2013-01-28 13:29:19 +01:00
Helmut Grohne
881a6374f5 strip the binary 2013-01-28 13:29:19 +01:00
Helmut Grohne
2f167d679f fix bug in swap.c 2013-01-28 13:29:19 +01:00
Helmut Grohne
bede1947b2 change name to munin-plugins-busybox 2013-01-28 13:29:19 +01:00
Helmut Grohne
209937078b initial tree 2013-01-28 13:29:19 +01:00
Steve Schnepp
0cde2ae787 Merge pull request #240 from CWempe/patch-1
svdrpsend.pl was renamed
2013-01-28 03:43:23 -08:00
Kenyon Ralph
7454dead8f Merge pull request #241 from ju0/master
Add plugin mysql_size_ondisk - reports the on-disk size of MySQL DBs.
2013-01-27 10:20:16 -08:00
Jakob Unterwurzacher
b9ffe6035e Add plugin mysql_size_ondisk - reports the on-disk size of MySQL DBs. 2013-01-27 16:16:17 +01:00
CWempe
0595306b2d svdrpsend.pl was renamed
The script "svdrpsend.pl" was renamed to "svdrpsend" in VDR Version 1.7.23.
see http://www.vdr-wiki.de/wiki/index.php/SVDRP#svdrpsend
2013-01-24 23:03:51 +01:00
Kenyon Ralph
9eb29b306d Merge pull request #218 from jimmyjones2/master
Add plugins for Apache Qpid
2013-01-24 12:24:44 -08:00
Jimmy Jones
c87caf6cd7 Add licence and more description 2013-01-24 12:20:12 -08:00
Stig Sandbeck Mathisen
81ae39dfc0 Test for values of $warning and $critical before try emitting them 2013-01-23 10:31:30 +01:00
Stig Sandbeck Mathisen
32bee48e0d Support warning and critical 2013-01-23 10:26:54 +01:00
Stig Sandbeck Mathisen
e4f5983339 Merge pull request #237 from mjholtkamp/master
Added traffic_percent multigraph to traffic plugin.

Thanks for the contribution. :)
2013-01-18 13:37:07 -08:00
Michiel Holtkamp
21fa1d24e3 Added a line of whitespace between =item's 2013-01-18 22:19:11 +01:00
Michiel Holtkamp
6fcde6d8f1 Added multigraph so not only volume but also ratio is graphed 2013-01-13 15:13:59 +01:00
Kenyon Ralph
f3d55ddf30 Merge pull request #234 from unluckypixie/master
New plugin for packetship media streaming server
2013-01-12 16:54:42 -08:00
Diego Elio Pettenò
01f1399166 Merge pull request #236 from 0x46616c6b/master
Wrong permission for netatalk plugin
2013-01-04 09:56:21 -08:00
louis
a38bb464b3 set executable bit for netatalk plugin 2013-01-04 18:53:51 +01:00
Dave Fennell
2912117ad4 Updated packetship plugin to support multiple pumps. 2013-01-03 17:36:27 +00:00
Dave Fennell
9bfb1101b5 Slight fix to output format of packetship_ plugin. 2013-01-02 14:17:11 +00:00
Dave Fennell
819e2a6fe9 Added plugin for packetship media streaming server. 2013-01-02 13:58:27 +00:00
Diego Elio Pettenò
2ac27fb961 Merge pull request #231 from barttenbrinke/master
Fix freeimpi undefined warnings
2012-12-31 04:25:19 -08:00
Bart ten Brinke
ab27dffa6d Fixed undefined warnings 2012-12-31 09:29:37 +01:00
Diego Elio Pettenò
cd4dd57e24 asterisk: replace the remaining two Asterisk plugins.
The fourth graph (asterisk_codecs) replaces both asterisk_sipchannels
and asterisk_codecs, as the latter already included the data from the
first. If we want to get more details we could have sub-multigraphs
for a breakdown of the codecs per channel type, but right now it feels
unneeded.
2012-12-30 14:02:17 -08:00
Diego Elio Pettenò
608c1a90ef asterisk: add graph to replace asterisk_meetme and asterisk_meetmeusers. 2012-12-30 13:38:41 -08:00
Diego Elio Pettenò
1a98faf11c asterisk: refactor command/response handling.
Instead of having a dumb readreply, already drop some of the unneeded
lines of the command when sending the request, and handle errors in
place.

This simplifies the code a little, even though it requires a few more
"discard loops" in the code (to avoid garbage in Asterisk's logs).
2012-12-30 13:36:36 -08:00
Diego Elio Pettenò
b77eef4a62 asterisk: handle more gracefully errors on the asterisk_channels path. 2012-12-30 13:07:24 -08:00
Diego Elio Pettenò
9f56a03d05 asterisk: add asterisk_voicemail replacement code as well.
This is a bit trickier, since the voicemail might not be enabled
anywhere. Unfortunately it's not easy to set this up during
autoconfig, as voicemails can be added on the fly.
2012-12-30 13:04:25 -08:00
Diego Elio Pettenò
f5064c9398 asterisk: add support for showing the per-type breakdown of channels.
This makes it possible for a single graph to replace the two
apache_channels and apache_channeltypes plugins.
2012-12-30 12:44:29 -08:00
Diego Elio Pettenò
fce7502342 asterisk: first part of the new Asterisk plugin.
This plugin is targeting to enter main distribution in 2.1 to remove
the multiple Asterisk plugins present in 2.0.

It features full autoconfiguration support, multigraph capabilities,
and less error-prone code.

For the moment, it only implements a replacement for asterisk_channels.
2012-12-30 12:22:52 -08:00
Diego Elio Pettenò
5b22647d68 hwmon: support non-dirtyconfig capable nodes. 2012-12-30 09:27:05 -08:00
Diego Elio Pettenò
548a2b626e freeipmi: implement suggestions from Bart ten Brinke for FreeIPMI 1.1.x.
This adds support for versions of FreeIPMI before 1.2 (without the
threshold information), and explicits the dependency information.

It also works with older Munin nodes where dirtyconfig is not supported.
2012-12-30 09:25:17 -08:00
Kenyon Ralph
0adad54696 Merge pull request #204 from thiagocsf/master
Add plugins for Sick-Beard
2012-12-25 14:09:04 -08:00
Kenyon Ralph
1b2db4de8b Merge pull request #225 from claudius23/patch-1
Update plugins/zfs/zfs_stats_
2012-12-25 13:48:29 -08:00
Kenyon Ralph
94c0585a59 whitespace cleanup 2012-12-24 18:29:12 -08:00
Kenyon Ralph
b7e0cab72e add some description 2012-12-24 18:28:38 -08:00
Kenyon Ralph
1730ada661 Merge pull request #228 from deveth0/patch-3
Update plugins/system/zones_mem
2012-12-24 18:26:22 -08:00
Kenyon Ralph
5ebdabf44a whitespace cleanup 2012-12-23 20:49:42 -08:00
Kenyon Ralph
fdcc9f79a7 Merge pull request #229 from claudius23/zfs_usage_
Add plugins/zfs_usage_
2012-12-23 20:42:41 -08:00
Diego Elio Pettenò
0628832aef Merge pull request #230 from unluckypixie/master
3 New Bind9 Plugins + 3 New PgBouncer plugins
2012-12-21 04:16:32 -08:00
Dave Fennell
fc43808f2b Slight change to formatting of licence information in new bind9 and pgbouncer plugins. 2012-12-21 11:53:59 +00:00
Dave Fennell
b4d9f32859 Updated new pgbouncer plugins with license information and added MUNIN_CAP_DIRTYCONFIG support. 2012-12-21 10:37:29 +00:00
Dave Fennell
d79ab66b69 Updated new bind9 plugins with license information and added MUNIN_CAP_DIRTYCONFIG support. 2012-12-21 10:37:00 +00:00
Diego Elio Pettenò
166449208b Merge pull request #221 from FakenMC/master
Add plugins for monitoring NVIDIA and AMD GPUs
2012-12-20 10:33:50 -08:00
Claudius
a129a67998 add license 2012-12-20 17:11:29 +01:00