1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00
Commit graph

55 commits

Author SHA1 Message Date
Lars Kruse
09b88141b3 Improve documantion of many plugins
Specifically the configuration examples are now indented properly.
2020-10-24 17:29:08 +02:00
Lars Kruse
3bc9396918 Unify file encodings to UTF8 2020-08-25 17:44:17 +02:00
Lars Kruse
f6738f415e Plugin apache_memory: fix title description formatting
The plugin gallery and "munin-run" relies on a space after the hyphen.
2020-04-21 20:14:04 +02:00
Lars Kruse
dbaeb0253c Plugins apache_tmemory and apache_servers: multiple changes
* use base SI units for memory consumption
  (breaks graph values compared to older version)
* fix quoting for regular expressions
* use common defaults for configuration settings
2020-04-21 20:11:27 +02:00
Lars Kruse
16ab1d10e1 Plugin apache_memory: fix spelling and mark as clean 2020-04-21 20:02:04 +02:00
Lars Kruse
62ff5981d2 Rename plugin "apache_memmory" to "apache_memory"
The original name was misspelled.
2020-04-21 19:51:52 +02:00
Lars Kruse
e7fbfe0b8b Plugin apache_memory: use base SI units for result
Munin will take care for proper units dynamically.

This breaks previously existing graphs.
2020-04-21 19:51:02 +02:00
Lars Kruse
d8fd604e8f Plugin apache_memory: improve title 2020-04-21 19:46:34 +02:00
Lars Kruse
1ac5fbdfe0 Plugin apache_memory: fix quoting 2020-04-21 19:46:34 +02:00
Lars Kruse
dd41152cdd Plugin apache_memory: properly quote patterns and simplify calculation
Previously the calculation had some issues:
* patterns with whitespace caused errors
* the number of processes could change between the steps for
  counting and averaging
* handle "no match" properly (returning "U" - unknown - instead of an
  error)
* avoid calculation based on unsafe "eval"
2020-04-21 19:46:34 +02:00
Lars Kruse
b087127c04 Plugin apache_memory: unify whitespace 2020-04-21 19:46:32 +02:00
Lars Kruse
edb4e1e81b Plugin apache_memory: specify common default values
Previously the plugin did not work without configuration.
Now it should work on many systems out of the box.
2020-04-21 19:40:04 +02:00
Steve Schnepp
a975706fff plugins: another round of defined(@array) fixing 2019-07-31 20:46:42 +02:00
Lars Kruse
e4cd049b01 Fix trivial instances of wrong autoconf exitcodes 2018-09-16 04:03:31 +02:00
Lars Kruse
17f784270a Whitespace cleanup
* remove trailing whitespace
* remove empty lines at the end of files
2018-08-02 02:33:25 +02:00
Lars Kruse
7c62b9b6de added executable permission for multiple plugins 2018-03-09 00:18:30 +01:00
Lars Kruse
74b58a592a perl modules: fix braces for loop array 2018-03-08 04:49:45 +01:00
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