Commit Graph

45 Commits

Author SHA1 Message Date
Lars Kruse 9cef55a3ed Restructure incomplete or broken "autoconf" implementations
Some plugins with non-zero autoconf exitcodes (it must be zero instead)
deserved a bit of code cleanup for improved readability.
2018-09-16 15:17:14 +02:00
Lars Kruse 2ec4e4c1f7 Improve incorrect or unspecific output for "autoconf"
Some plugins emit wrongly formatted "no" messages or lack the "yes"
message on success.
2018-09-16 15:13:38 +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 7a37bfb1d8 Plugins: unify shebang for ruby scripts 2018-07-11 19:35:32 +02:00
Lars Kruse 7c62b9b6de added executable permission for multiple plugins 2018-03-09 00:18:30 +01:00
dipohl ed77c82d8a Category Tree: Reduce number of categories
multiple plugins -> "mail" (qsmtpd, zimbra)
ossec -> "security" (ossec)
zeo -> appserver (zope)
2017-02-22 23:20:56 +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
Markus Staab 5b95369780 dont waste time by retrieving per script stats 2017-01-05 14:49:37 +01:00
Steve Schnepp 4ddb98bddb Merge pull request #607 from leeclemens/fix_php_apc_percentages
Add graph_scale no to php_acp_ for Percents graph
2016-10-08 13:43:53 +02:00
Stig Sandbeck Mathisen 779d9831ec Merge pull request #709 from drzraf/php_errors
improve php_errors
2016-04-05 15:03:42 +02:00
Raphaël Droz f8bf3961da added slow requests for php fpm (going multigraph) 2016-04-04 14:44:38 -03:00
Raphaël Droz edd681a891 fixed usage example 2016-04-04 13:17:51 -03:00
Raphaël Droz e699d5a71f php_errors plugin is multi-instance compatible 2016-04-04 12:59:08 -03:00
Raphaël Droz c324c34ea7 php_errors: coding-style/bash 2016-04-04 12:59:05 -03:00
Raphaël Droz c3cf6b45d3 php_errors handle multiple logs 2016-04-04 12:59:02 -03:00
Lee Clemens 311e2aa082 Add graph_scale no to php_acp_ for Percents graph 2015-04-15 12:29:09 -04:00
Lee Clemens edff2bdc5c Make capitalization and grammar consistent 2015-04-15 12:14:52 -04:00
Mikel Olasagasti Uranga ec4951b732 Add wasted memory to the graph, now the sum is always the total assigned memory 2015-03-26 19:03:11 +01:00
Mikel Olasagasti Uranga 2ad552cb04 Normalize php's plugin categories 2015-03-25 15:13:27 +01:00
Gabriele Pohl 81db94e2d3 Reduce number of categories 2014-09-07 14:20:12 +02:00
Vincent Viallet 926c0ee4cd Add unix socket support, change some indent / format. 2014-02-20 13:31:39 +08:00
metfan 5b9a588453 add plugins to monitor PHP execution time based on time provide by apache in log 2013-11-14 23:17:45 +01:00
metfan 7f0db9e848 add plugins to monitor PHP errors from log file 2013-11-14 23:09:44 +01:00
Steve Schnepp a9e629317b Merge branch 'pr/336' 2013-11-04 18:21:36 +01:00
Ilia Kondrashov 98ffc02a76 add executable flag 2013-10-06 11:14:46 +04:00
Daniel Lo Nigro 8a2075756d Fix indentation 2013-06-24 23:18:30 +11:00
Daniel Lo Nigro cde616b8d0 Add PHP OPcache plugin 2013-06-24 22:11:49 +10:00
Calle Kabo 4528900a44 Updated name and added env.pool
- The name in =head1 did not match the filename.
- The $pool-variable was used in the config-section, but was never initialized. It is now extracted from the fcgi-response
2013-05-06 13:09:06 +03:00
Daniel Lo Nigro d59e98f3f6 Delete php-fcgi as it's a copy of php-fastcgi 2013-03-25 21:54:30 +11:00
Daniel Lo Nigro 4373a305fb Move php5-fpm_status into PHP directory 2013-03-25 21:53:32 +11:00
iborodikhin 47ddbce4d2 Moved sphinx_* plugins from directory php/ to sphinx/ because they're made to monitor sphinx search engine. 2012-11-16 14:06:40 +01:00
Jens Jahnke d0d36f4926 Use ${CMD_...} only to check if command exists
and use the real command e.g. grep, sed, etc. in the command line.
2012-08-24 17:33:41 +02:00
Jens Jahnke f25c788c3d Remove "[GB]" from graph title. 2012-08-24 17:24:40 +02:00
Jens Jahnke 123d91cf70 Added output of memory usage to graph.
The memory consumption of all processes (not threads) is calculated
in GB and added to the graph.
2012-08-24 10:29:55 +02:00
Jens Jahnke 361a5316c7 Don't use hard coded paths to the used command line tools.
The tools grep, sed and wc may have a different path. Therefore
they are now evaluated via "which". If a command is not found the script
exits with an error message and the exit code 1.
2012-08-24 09:46:07 +02:00
Diego Elio Pettenò 178747d96d Move php plugins where they belong. 2012-08-09 15:54:31 -07:00
C-Duv c6bc5c7ce6 Make the php_apc.php script's URL configurable
I've made the "URL" parameter look up if not already defined (in munin-node configuration file) before defaulting to http://localhost/php_apc.php.
2012-07-30 18:13:53 +03:00
Kenyon Ralph 77d44c5f42 Merge pull request #134 from minitux/master
New plugin : php_fpm_process
2012-06-21 21:06:24 -07:00
Kenyon Ralph 4b7a73e078 organize php plugins 2012-06-21 21:04:58 -07:00
minitux c0e3ed7f0e New plugin : get php-fpm status with fastcgi::client perl lib
so without need http protocol to get the information
2012-06-14 18:13:48 +02:00
Kenyon Ralph f4af59b794 untar php_apc_ to address issue #37 2012-02-17 15:02:05 -08:00
Steve Schnepp 08346aac58 - have some dirs 2012-02-13 18:24:46 +01:00