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

38 Commits

Author SHA1 Message Date
Lars Kruse
4b2fcbf8b9 replace hard-coded paths (e.g. '/var/lib/munin/plugin-state') with '$MUNIN_PLUGSTATE'
see http://guide.munin-monitoring.org/en/latest/plugin/env.html
2017-04-18 23:32:55 +02:00
klemens
8589c6df43 spelling fixes (2nd try) 2017-04-17 22:43:38 +02:00
dipohl
30685b4c66 Category Tree: Reduce number of categories
slony -> db (postgresql)
qpid -> webserver (apache)
solr -> search (solr)
2017-02-22 20:59:43 +01:00
dipohl
65652aa0bd Category Tree: Reduce number of categories
ceph, samba, zfs into "fs"
apache into "webserver"
lighttpd into "webserver"
..
2017-02-21 22:15:07 +01:00
dipohl
b19b3a813b Category Tree: Reduce number of categories 2017-02-21 18:24:41 +01:00
dipohl
3c98d06933 Category Tree: Reduce number of categories 2017-02-21 17:11:23 +01:00
Lars Kruse
3d3f5179fa [apache_logparser] remove unused 'type' setting
the manual common/combined type detection was replaced with an
automatism earlier
2016-11-25 02:23:19 +01:00
Lars Kruse
89b2f76701 [apache_logparser] fix syntax error of for-loop 2016-11-25 02:18:29 +01:00
Lars Kruse
02f80a35a3 [apache_logparser] carefully import unavailable module 'File::Tail::Multi
this will allow travis checks again
2016-11-25 02:17:41 +01:00
Stig Sandbeck Mathisen
03e71fdc1e Merge pull request #707 from drzraf/apache_average_time_last_n_requests
apache_average_time_last_n_requests: multi-vhosts
2016-04-05 15:05:00 +02:00
Raphaël Droz
7e3664da84 apache_average_time_last_n_requests: ability to create multiple instances for distincts log files 2016-04-04 13:07:02 -03:00
Raphaël Droz
71f28aaf63 added apache_cache_disk_count 2016-04-04 13:03:29 -03:00
Raphaël Droz
2a776fa560 Update apache_average_time_last_n_requests 2015-10-16 00:24:20 -03:00
Raphaël Droz
22292022bc Ability to configure Apache access_log field number 2015-10-16 00:19:07 -03:00
Veres Lajos
fba800ae52 typofixes - https://github.com/vlajos/misspell_fixer
Suspicious sections:
plugins/mail/postfix_mail_stats		recieved.label
plugins/nginx/nginx_vhost_traffic
2015-03-02 11:51:38 +00:00
Brian Hourigan
1b60ea870d Apache response time was incorrectly divided by 1000 twice, fixed that bug and moved division to save function to get higher precision 2014-11-22 19:53:50 -05:00
Stig Sandbeck Mathisen
a2bedd79e7 Fix syntax error in string concatenation 2014-10-04 20:31:07 +02:00
Gabriele Pohl
e3899a30d8 Reduce number of categories, use more generic terms 2014-09-06 22:28:53 +02:00
Lars Windolf
6a13df5618 Fix typo 2014-06-15 21:14:44 +02:00
Steve Schnepp
760b07cdb6 Merge pull request #407 from northox/glob_support
Add file expansion (glob) and switch to MIT license
2013-12-04 03:26:00 -08:00
Danny Fullerton
cf03f9b045 Add file expansion (glob) and switch to MIT license 2013-12-03 21:23:50 -05:00
ToM
b0f3e4347d [FIX] apache_byprojects/byprojects_access: missing \n. 2013-04-02 11:25:34 +02:00
Alexandru Iacob
1d2ba32404 Display the page load time
The plugin will generate a graph that displays the page load time
We need to add our custom log format into Apache config.
The plugin was tested on Ubuntu Server 12.04.02 LTS - munin version
1.4.6
LogFormat "%h %l %u %t \"%r\" %>s %O %b %D \"%{Referer}i\"
\"%{User-Agent}i\"" custom
2013-02-20 16:29:21 +00:00
Danny Fullerton
5271859ff0 Switch to strict mode.
Fix hash/array syntax causing regex-based log to fail.
2012-12-12 22:56:38 -05:00
Diego Elio Pettenò
ecd21d50c5 apache_status: change the vlabel to use the same unit as input.
This way it's possible to avoid the cdef altogether.
2012-11-20 22:01:48 -08:00
Diego Elio Pettenò
dbb14174e1 apache_status: set all minimals to 0 to discard negative values. 2012-11-07 11:49:57 -08:00
Diego Elio Pettenò
569e801eea apache_status: make it easy to monitor other hosts as a virtual node 2012-11-05 15:17:41 -08:00
Diego Elio Pettenò
de8f24a464 apache_status: remove apache_average_request compatibility.
There is no reason to keep this, which is simply Apache's value from
apache_accesses, and that one we can actually configure with the period we want.
2012-11-05 14:32:55 -08:00
Diego Elio Pettenò
1b2574a43a apache_status: add a new multigraph plugin to replace the old apache_* from the main repository.
This plugin uses a single requests to parse all the statistics instead
of making three of them, reducing the overhead, and uses the
multigraph capabilities to generate the same graphs. The naming is
compatible so that it should be a clean update from the previous
plugins.

This also merges in apache_average_requests (and apache_request_rate)
which, albeit not as relevant, also parsed the same file.
2012-11-05 12:23:46 -08:00
Diego Elio Pettenò
4895666d4d apache_*: remove some references to the server-status URL when it's not used. 2012-11-05 11:55:29 -08:00
rfrail3
d189784ce2 Fix grep command 2012-09-19 08:49:07 +02:00
rfrail3
4771fd2b53 New plugins for Apache web server 2012-09-18 19:15:56 +02:00
stimpy23
672fd1c32a updated apache_vhost to actually work (at least on my debian squeeze machine..): Surrounded thaw by eval{} to suppress error at the very first run and escaped "." and "-" at the sanitizing regex in apache_pipelogger 2012-08-17 17:26:11 +02:00
Diego Elio Pettenò
d3a4f12d3f Move some more plugins in their place. 2012-08-09 16:47:30 -07:00
Diego Elio Pettenò
178747d96d Move php plugins where they belong. 2012-08-09 15:54:31 -07:00
Danny Fullerton
614c22dfe4 Add ithe byprojects family (vhost AND regex monitoring) to apache and nginx. 2012-04-17 17:49:02 -04:00
Kenyon Ralph
942bda3165 extract apache_vhosts tarball 2012-04-04 02:33:39 -07:00
Steve Schnepp
08346aac58 - have some dirs 2012-02-13 18:24:46 +01:00