php5-fpm-munin-plugins
php5-fpm-munin-plugins copied to clipboard
A set of Munin plugins for PHP5-FPM
It is necessary to add `credentials` to the user agent to be able to use a URL which requires authentication. This pull request adds 3 new env which makes the...
Reference: https://github.com/tjstein/php5-fpm-munin-plugins/issues/20 Editing default folders isn't a good idea: it makes them dirty for the package manager and hard to track. `/usr/local` exists for this very purpose.
Could you change to `/usr/local/share/munin/plugins`?
Getting these in the /var/log/munin/munin-update.log `2017/04/03 22:30:12 [ERROR] In RRD: Error updating /var/lib/munin/localhost/localhost-phpfpm_memory-ram-g.rrd: /var/lib/munin/localhost/localhost-phpfpm_memory-ram-g.rrd: conversion of 'Integer' to float not complete: tail 'Integer' ` `2017/04/03 22:30:13 [ERROR] In RRD: Error...
I needed this in my Apache `000-default.conf`: ``` SetHandler php5-fcgi-virt Action php5-fcgi-virt /php5-fcgi virtual ``` Perhaps this can be added to the docs?
Does your plugin need this file? /etc/munin/plugin-conf.d/phpfpm ``` [phpfpm_*] # https://github.com/tjstein/php5-fpm-munin-plugins user root #env.phpbin php5-fpm #env.phppool www ```