tjstein / php5-fpm-munin-plugins

A set of Munin plugins for PHP5-FPM
http://tjstein.com
MIT License
109 stars 45 forks source link

Untitled #1

Closed hermzz closed 13 years ago

hermzz commented 13 years ago

I've taken your very useful php-fpm munin plugin and added a env.phpbin variable to change the PHP binary name (when compiled by hand PHP5.3.5 calls the binary php-fpm, not php5-bin). I accidentally also included in this commit a change to phpfpm_connections that makes the graph a DERIVE type rather than the default incremental. It makes more sense to me like that, but I can take it out if you don't want it.

tjstein commented 13 years ago

Thanks for your input. I've added you as a collaborator to this repository. As you can probably see, this project isn't in active development so you are more than welcome to commit changes.

tjstein commented 13 years ago

For some reason, it won't let me merge the changes right now...

$ git pull https://github.com/hermzz/PHP5-FPM-Munin-Plugins.git f1a4016 fatal: Couldn't find remote ref f1a4016

hermzz commented 13 years ago

Thanks! I couldn't do merge the pull request either using the short instructions here, but the more generic pull request help worked: http://help.github.com/pull-requests/