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

23 Commits

Author SHA1 Message Date
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