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

2380 Commits

Author SHA1 Message Date
Marco Schmidt
197aeb265e Update sge_queue_xml_
changed to "committed by"
2013-10-24 15:00:30 +02:00
Steve Schnepp
e3af199459 Merge pull request #390 from inhumantsar/patch-1
Changed interpreter from /bin/sh to bash
2013-10-17 00:40:59 -07:00
delinuxspecialist
58c0038473 Update backuppc plugin, fix issues with hostnames with dot(s) (.)
We encountered an issue where the hostnames in backuppc had also the domain/subdomain names. As dots are not allowed in munin datasource names we had to fix the backuppc script. Ours is as above, you can find the explanation for clear_fieldnames at : http://munin-monitoring.org/wiki/notes_on_datasource_names.
2013-10-16 14:45:48 +02: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
Kunzol
f665a37134 Create sge_queue_xml_
Wildcard-plugin to monitor Grid Engine queue state.
Using qstat xml output to generate stats.
Graph output optimized.
Summary of a list of queues possible.
2013-10-14 12:51:44 +02:00
aquadraht
9f85e0ae9a Create postfwd-rbl 2013-10-08 14:53:58 +02: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
Steve Schnepp
f7cc0e0314 Merge pull request #387 from caseycs/add_executable_flag
add executable flag
2013-10-07 05:36:31 -07:00
Ilia Kondrashov
98ffc02a76 add executable flag 2013-10-06 11:14:46 +04:00
Steve Schnepp
33a83975eb Merge pull request #386 from Necoro/lighty_digest
lighttpd: Allow also digest auth mechanism.
2013-10-04 14:07:43 -07:00
Simon Tennant
f3917e1595 Support SNI in the certificate checking
plugin was checking the first vhost rather than the correct vhost's ssl certificate validity.
2013-10-03 09:50:57 +02: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
Pierre Schweitzer
7693a3a08b Fix mediawiki_api when called with admins arg
It was using wrong var and was missing a break
Tested successfully
2013-09-18 13:27:49 +02:00
Phil
cdd5c4a88f Update tinychat_users_
changed the graph_category
2013-09-16 10:36:47 +01: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
Deathjam
74ee8b7b1a updated tinychat plugin to also monitor users broadcasting 2013-09-08 23:03:14 +01:00
Thomas Heidrich
cdce48d444 HTTP-Response code plugin
imported from gnuheidix/munin-plugins
2013-09-08 16:35:07 +02:00
Thomas Heidrich
4551e4495a Google PageSpeed plugin added
imported from gnuheidix/munin-plugins
2013-09-08 16:25:31 +02:00
Deathjam
c6e8f02928 added tinychat plugin 2013-09-06 22:33:30 +01: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
rantal
3fec132427 Added ability to monitor check/resync status of raid arrays, bugfix with regexp check while empty @output[0] 2013-09-04 00:57:12 -07:00
Edgar Veiga
5baefd986b Add nutcracker plugin. 2013-09-02 10:33:31 +01:00
eveiga
649eb4465e New riak plugin for get/put 95th percentile time
Commit includes: a new riak plugin to monitor the 95th percentile time between reception of client PUT/GET request and subsequent response to client. 
The structure of the plugin is based on the two previously existing ones.
2013-08-29 10:16:12 +01: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
rfrail3
ef018d3dd1 Fix response name 2013-08-27 09:08:21 +02:00
rfrail3
433f1a69aa Adding new plugins for 1.5 version 2013-08-27 09:05:12 +02:00
Fabio Rueda
e5bcd283dd reverted freedisk plugin to show abs used values to disk, would be better to see line growing until the upper limit to the area (total size) 2013-08-23 14:03:40 +02:00
Thomas VIAL
5cfe8f9abf fping_ => Fixed documentation 2013-08-22 23:53:28 +02:00
Thomas VIAL
5cbdd737f0 fping_ => Improved display 2013-08-21 12:03:09 +02:00
tomav
29be1c0078 fping_ => Added informations and fixed a bug 2013-08-20 22:48:47 +02:00
Thomas VIAL
12d632ca62 fping_ => Added file to monitor server/network availability 2013-08-20 21:31:15 +02:00