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

2149 Commits

Author SHA1 Message Date
Kenyon Ralph
c398f857d9 Merge pull request #67 from apankov/plugin_redis_resque
adding new plugin for resque monitoring
2012-03-14 18:15:23 -07:00
Steve Schnepp
a7c9b43582 Merge pull request #66 from gullevek/master
pgbouncer_ update, postgresql database detail
2012-03-14 10:02:34 -07:00
Andrey Pankov
decb171556 adding new plugin for resque monitoring 2012-03-14 14:56:33 +03:00
Clemens Schwaighofer
f1952dc3b0 postgres size detail
Added "other" in case this data exists.
2012-03-14 19:44:11 +09:00
Clemens Schwaighofer
8de0f08367 postgres database size in detail
shows the data, index, sequence and view size of a single database.

Uses the default munin postgresql perl plugin.
2012-03-14 19:27:04 +09:00
Clemens Schwaighofer
6facd3c331 die commands if no DB connection can be made
graceful die script if DB connection cannot be created. Also for
prepare & execute command
2012-03-14 17:26:15 +09:00
Kenyon Ralph
a02eb363d4 Merge pull request #65 from gullevek/master
Plugin to monitor PgBouncer
2012-03-13 23:32:42 -07:00
Clemens Schwaighofer
647632f7af pgbouncer_
added strict for perl
2012-03-14 13:27:44 +09:00
Clemens Schwaighofer
a2c35ad7c2 Postfix monitoring plugins to work with multiple postfix installs
If there are more than one postfix running, with separate config file,
and still use the same main log file, this scripts can create stats
split per running postfix instance.

Those scripts have not been tested on the new debian multiple postfix
infrastructure, only on real separate running postfix services.

Except postfix_mailvolume_multi, each plugin needs to be configured per
running postfix.

For mailqueue* it is the config folder name, for mailstats it is the
syslog_name in the config file.

mailvolume is also based on the syslog_name, but can do auto config if
nothing has been set.
2012-03-14 12:43:50 +09:00
Clemens Schwaighofer
8a515d2476 Plugin to monitor PgBouncer
a new plugin to monitor PostgreSQL pgbouncer.
Uses perl and DBD::Pg
2012-03-14 10:23:34 +09:00
Kenyon Ralph
0e1d54f2fd fix tor-bandwidth-usage
I mistakenly broke the authentication routine during my overhaul of
the plugin.
2012-03-11 04:08:48 -07:00
Kenyon Ralph
d8ef1a40a1 add plugin to monitor ARRIS TM502G cable modem 2012-03-10 23:58:28 -08:00
Antoine Beaupré
6871dd842d remove non-instanced variable 2012-03-09 19:35:32 -05:00
Antoine Beaupré
849e68a858 explain how to configure logs 2012-03-09 19:32:38 -05:00
Antoine Beaupré
e2a069517f document the configuration file 2012-03-09 19:28:15 -05:00
Antoine Beaupré
10f90b04c3 explain why we read data we then discard 2012-03-09 19:27:29 -05:00
Antoine Beaupré
20191c2b0c proper yes 2012-03-09 19:25:48 -05:00
Antoine Beaupré
468d26f34f discard config file 2012-03-09 19:25:42 -05:00
Antoine Beaupré
b1c0367027 distinguish between open and close for pipe error messages 2012-03-09 19:24:50 -05:00
Antoine Beaupré
7fdf0482fa fix debug printing 2012-03-09 19:19:48 -05:00
Antoine Beaupré
70a119e8e5 add autoconf capability 2012-03-09 19:18:39 -05:00
Antoine Beaupré
e5ffe76311 stronger regex 2012-03-09 19:09:32 -05:00
Antoine Beaupré
93155c82ab remove warning 2012-03-09 19:09:15 -05:00
Antoine Beaupré
2275fef141 fixup: more parse error 2012-03-09 19:09:00 -05:00
Antoine Beaupré
1b3a25741b fix more syntax errors 2012-03-09 18:59:55 -05:00
Antoine Beaupré
9791e32178 fixup: remove the right stuff 2012-03-09 18:58:59 -05:00
Antoine Beaupré
9962245e93 remove dependency on logtail 2012-03-09 18:51:40 -05:00
Antoine Beaupré
dc02d80000 call need_multigraph() on top as this is what the module says 2012-03-09 18:48:05 -05:00
Antoine Beaupré
03b11d9257 use proper DEBUG variable from module 2012-03-09 18:46:53 -05:00
Antoine Beaupré
f3eca64eda move our plugin in a subdir, like the others 2012-03-09 18:42:38 -05:00
Antoine Beaupré
9f8061ff98 reindent with spaces 2012-03-09 03:43:01 -05:00
Antoine Beaupré
e8da2ee518 fix syntax 2012-03-09 02:57:20 -05:00
Antoine Beaupré
f6f1b07a92 properly escape value output 2012-03-09 02:57:19 -05:00
Antoine Beaupré
2fae403dd2 update todo 2012-03-09 02:25:40 -05:00
Antoine Beaupré
a3f989a9f2 get missing availability values from relayctl, if necessary 2012-03-09 02:25:39 -05:00
Antoine Beaupré
cd70960d1e prefix fieldnames in config too 2012-03-09 02:25:38 -05:00
Antoine Beaupré
99df8a0ed1 use parsed hosts all the time 2012-03-09 02:25:37 -05:00
Antoine Beaupré
97fd896837 relayd statistics support for munin 2012-03-09 02:25:35 -05:00
Kenyon Ralph
731d83d841 Merge pull request #63 from Deathjam/master
vbulletin_users
2012-03-08 20:46:00 -08:00
Phil Wray
c9ab85cccf Added a version for vbulletin4, just made a change to the html tags 2012-03-08 18:28:57 +00:00
Phil Wray
43642c1b7f fixed typo on line 46 2012-03-08 18:19:00 +00:00
Steve Schnepp
18b69829c0 Pmmn is now mature enough to be called 1.0.0 2012-03-08 11:46:43 +01:00
Steve Schnepp
affbf60f2a Merge branch 'master' of github.com:munin-monitoring/contrib 2012-03-08 10:29:51 +01:00
Steve Schnepp
8eee012f2c Adding basic spoolfetch plugin support 2012-03-08 10:29:03 +01:00
Alexey Illarionov
7fc99a3716 Fixed typo in plugins.conf configuration description.
Reported by Ilya Evseev at http://forum.nag.ru/forum/index.php?showtopic=70527&view=findpost&p=671563
2012-03-08 10:29:03 +01:00
Alexey Illarionov
8232e65515 ifem_: copy-paste error in description fixed 2012-03-08 10:29:03 +01:00
Steve Schnepp
d252526b93 Adding copyright notice 2012-03-08 10:20:22 +01:00
Kenyon Ralph
fdd29ed62f Merge pull request #62 from littlesavage/patch-1
ifem_, ipfwcnt_ typos fixes
2012-03-07 21:04:22 -08:00
Alexey Illarionov
2f2252e98d Fixed typo in plugins.conf configuration description.
Reported by Ilya Evseev at http://forum.nag.ru/forum/index.php?showtopic=70527&view=findpost&p=671563
2012-03-08 00:19:06 +04:00
Alexey Illarionov
5b1303b08d ifem_: copy-paste error in description fixed 2012-03-08 00:10:06 +04:00