Artem Sheremet
85419c5357
New/updated plugins
...
* moved netstat_bsd_ (collecting netstat -m stats) to netstat_bsd_m_
* added netstat_bsd_s_ collecting netstat -s (and some images)
* updated ejabberd_scanlog plugin (fixed error message, added a couple of new log types)
2012-03-20 11:43:21 +03:00
Artem Sheremet
9dac1e3456
Merge remote-tracking branch 'upstream/master'
2012-03-20 11:39:17 +03:00
Steve Schnepp
2580942ba2
fixed output
2012-03-18 12:56:22 +01:00
Steve Schnepp
dec087a5ce
using bash instead of ksh. it should be quite compatible. better would be a proper port to sh (or better, perl)
2012-03-18 12:40:03 +01:00
Steve Schnepp
219b679f5c
adding a glassfish plugin with wildcard
2012-03-18 12:34:48 +01:00
Artem Sheremet
5ea6583374
Merge remote-tracking branch 'upstream/master'
2012-03-17 02:11:13 +03:00
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
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
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
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
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
dd4afac869
Move the screenshots next to plugins
2012-03-07 12:53:52 +01:00
Andreas Thienemann
c96bafa128
New plugin to monitor a single raw value from a disk. Great to chart LOAD_CYCLE_COUNT
...
or CURRENT_PENDING_SECTORS as they indicate disk lifetime...
2012-03-07 12:21:41 +01:00
Andreas Thienemann
031d4e669f
Plugin to check fanspeed readings from a Thecus NAS server.
2012-03-07 12:09:04 +01:00
Andreas Thienemann
227e510310
updated (c) line
2012-03-07 11:59:43 +01:00