Skip to content

Commit

Permalink
added version tidbit
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstein committed Jul 30, 2010
1 parent f9c50a6 commit e05c41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ln -s /usr/share/munin/plugins/PHP5-FPM-Munin-Plugins/phpfpm_status /etc/munin/p
ln -s /usr/share/munin/plugins/PHP5-FPM-Munin-Plugins/phpfpm_processes /etc/munin/plugins/phpfpm_processes
service munin-node restart</code></pre>

For the phpfpm_status plugin, you'll need to enable the status feature included in newer version of PHP-FPM. Open up the php5-fpm.conf, /etc/php5/fpm, and uncomment line 186 for the pm.status_path directive:
For the phpfpm_status plugin, you'll need to enable the status feature included in newer versions (5.3.2+) of PHP-FPM. Open up the php5-fpm.conf, /etc/php5/fpm, and uncomment line 186 for the pm.status_path directive:

<pre><code>pm.status_path = /status</code></pre>

Expand Down

0 comments on commit e05c41d

Please sign in to comment.