Kenyon Ralph
57ac05dd1f
Merge pull request #379 from eucher/xfs
...
new xfs stats plugin
2013-11-03 01:33:01 -07:00
Kenyon Ralph
4dd6e93c4f
Merge pull request #380 from eucher/gearman
...
Gearman jobs&workers plugins
2013-11-03 01:32:40 -07:00
Kenyon Ralph
e58ad151df
Merge pull request #355 from nagyrobi/patch-8
...
New plugin: voltcraft_tcm220_
2013-11-03 01:30:57 -07:00
Kenyon Ralph
ce4db1a169
Merge pull request #384 from nagyrobi/patch-12
...
Create ubiquiti_airfiber_
2013-11-03 01:30:30 -07:00
Kenyon Ralph
eb3fab6d03
Merge pull request #383 from nagyrobi/patch-11
...
Update ubiquiti_airos_
2013-11-03 01:30:07 -07:00
Kenyon Ralph
d1a47b7d12
Merge pull request #381 from dotdoom/master
...
Minor fixes in plugins
2013-11-03 01:29:24 -07:00
Kenyon Ralph
250fdc7c66
Merge pull request #369 from averni/master
...
Solr4 update
2013-11-03 01:28:46 -07:00
Kenyon Ralph
fe76476933
mail/postfix_stats: convert to unix line endings
2013-11-03 01:20:42 -07:00
Kenyon Ralph
17c0715a26
Merge pull request #332 from ppaeps/master
...
nsd_: new plugin to monitor NSD name servers
2013-11-03 01:08:32 -07:00
Kenyon Ralph
ea08f30e8a
Merge pull request #393 from fcomparini/patch-1
...
Update haproxy_rate_frontend
2013-10-29 10:17:04 -07:00
Johann Schmitz
f1552118ec
Use correct line endings for the sa-learn plugin
2013-10-29 17:19:25 +01:00
fcomparini
e331ad4045
Update haproxy_rate_frontend
...
Just a typo on line 86, change "sencond" for second
2013-10-29 11:09:27 -03:00
Shaun M
53fbef95a3
Changed interpreter from /bin/sh to bash so string substitution wouldn't explode
...
"cproc=${proc//[^A-Za-z0-9_]/_}" would break (Bad Substitution errors) on my Debian Wheezy system. Changed the interpreter to bash and script began to run without issue.
2013-10-15 17:29:48 -07:00
Steve Schnepp
42aa1e1854
Merge pull request #385 from slashsBin/master
...
Fix a Bug and Improved doc comments
2013-10-07 05:37:26 -07:00
Ilia Kondrashov
98ffc02a76
add executable flag
2013-10-06 11:14:46 +04:00
René 'Necoro' Neumann
1f04d10a6d
Allow also digest auth mechanism.
...
Currently only basic auth was supported. I added the ability of doing
digest auth (via 'env.auth_type').
Also, I fixed a bug where 'env.status_url' was ignored.
2013-10-01 17:26:39 +02:00
Artem Sheremet
b7755b2ef5
netstat_s: support singular nouns
...
BSD netstat uses singular nouns when the statistics entry value is 1:
* fragment(s)
* packet(s)
* redirect(s)
* datagram(s)
2013-09-30 00:50:52 +03:00
Artem Sheremet
7c8df226cf
Fix typos in netstat_bsd_m and ejabberd_scanlog
2013-09-30 00:50:52 +03:00
Mohammad Shokri
55c30227fb
Fixed env section of manual(doc)
2013-09-28 13:37:12 +03:30
Mohammad Shokri
f4070fafba
Fixed env section of manual(doc)
2013-09-28 13:37:02 +03:30
Mohammad Shokri
2e0503aca5
Fixed env section of manual(doc)
2013-09-28 13:36:54 +03:30
Mohammad Shokri
7310fe3227
Fixed env section of manual(doc)
2013-09-28 13:36:24 +03:30
Mohammad Shokri
daac83c489
Fixed env section of manual(doc)
2013-09-28 13:25:37 +03:30
Mohammad Shokri
9daf3766a4
Add table_prefix to registered_users query
2013-09-28 13:23:10 +03:30
Nicolai Langfeldt
defc59e110
* Rather complete rewrite of snmp__apc_ups3_ script: All perl, all multigraph, one plugin to graph it all.
2013-09-26 14:46:06 +02:00
Nicolai Langfeldt
734dd52262
* snmp__apc_ups2_ is in fact snmp__ups_ - a plugin for UPSes that supports the UPS-MIB
2013-09-23 15:46:23 +02:00
nagyrobi
a8cf8e1dd7
Create ubiquiti_airfiber_
...
Multigraph munin plugin to monitor Ubiquiti AirOS F (airFiber) devices various parameters.
It can gather information from AirFibers through Telnet, SSH with password authenttication, or SSH with public key authenttication (not requiring password).
2013-09-18 17:50:30 +02:00
nagyrobi
2820bf65c7
Update ubiquiti_airos_
...
Multigraph munin plugin to monitor Ubiquiti AirOS devices various parameters.
v0.9 - added SSH support and saved some memory, thanks to NVX@UbiquitiNetworksCommunity
2013-09-18 17:48:22 +02:00
antonio
5cc126eebc
Comment cleanup
2013-09-18 13:29:26 +02:00
antonio
b9781d98a9
fix issue #3
2013-09-12 23:57:59 +02:00
Evgeni Cherdancev
04ad36b605
Gearmand workers count and jobs queue
2013-09-09 14:49:49 +07:00
Evgeni Cherdancev
2a0351098e
new xfs stats plugin
2013-09-09 14:07:39 +07:00
Steve Schnepp
88e1563b48
dovecot: avoid using sort & wc when grepping
...
egrep has the -c option, that does a wc -l.
Also, there's no need to sort the output prior counting it.
2013-09-05 00:30:45 +02:00
Steve Schnepp
2a72cc32dd
dovecot: Use DERIVE to avoid ugly computations
...
Using a timed grep with a state computation is usually mostly wrong. The DERIVE
field type is specifically designed for that very purpose.
Closes #264
2013-09-05 00:29:22 +02:00
Steve Schnepp
4055fb1562
assp: fix typo
...
Closes #168
2013-09-04 19:09:25 +02:00
Steve Schnepp
2e2cfafeca
assp-message-statistics: fix typo
...
Closes #167
2013-09-04 18:28:30 +02:00
Steve Schnepp
211ec3afdb
temperature_: fix for F units
...
Closes #371
2013-09-04 18:18:15 +02:00
antonio
ef960abcf9
Commit includes: fix slash in url params, examples update, fix issue #1 and #2 , qps graph uses request instead of avgRequestPerSecond, new 'memory' graph, deprecation of availableram parameter
2013-08-27 21:48:51 +02:00
nagyrobi
738587993a
Create voltcraft_tcm220_
...
Munin plugin to monitor values reported by a Voltcraft TCM 220 or 320 temperature swicth module connected to a serial port.
2013-08-05 11:17:27 +02:00
Luc Duchosal
1efbf2309b
fixed missing tmp cleanup
2013-07-24 07:42:53 +02:00
Steve Schnepp
2471bc8304
Merge pull request #339 from thalic/patch-1
...
Create accounting_
2013-07-19 14:48:15 +02:00
Steve Schnepp
7dc2b70b5d
move the accounting_ plugin to the network/ subdir
2013-07-19 14:45:40 +02:00
Steve Schnepp
b5a78b9124
Merge pull request #341 from hefee/patch-1
...
Fix Prosody Registered Users
2013-07-19 05:15:21 -07:00
Steve Schnepp
6374860f95
Merge pull request #342 from aptivate/master
...
S3 storage plugin fixes
2013-07-19 05:15:13 -07:00
Steve Schnepp
a07fc867a0
Merge pull request #340 from elfurbe/nfs-freebsd
...
NFS Plugins for FreeBSD
2013-07-19 05:14:08 -07:00
Steve Schnepp
e6ec8c803b
Merge pull request #350 from steveschnepp/pull-317-fix
...
Create dovecot, plugin to monitor dovecot connections
2013-07-19 05:08:41 -07:00
Steve Schnepp
03135541dc
always use plain $PATH
2013-07-19 11:02:19 +02:00
Steve Schnepp
cdfe518d36
use Munin::Plugin for statefiles
2013-07-19 10:59:36 +02:00
Steve Schnepp
166a50f43a
Merge pull request #343 from averni/master
...
Solr4 Multigraph
2013-07-19 01:44:11 -07:00
Steve Schnepp
72c17e1100
Merge pull request #278 from frdmn/master
...
New Minecraft/Bukkit plugins
2013-07-19 01:40:29 -07:00