Skip to content

Commit 75959c6

Browse files
committed
updated git:// to user all lc
1 parent 39b3826 commit 75959c6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.textile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
h2. To install on Ubuntu 10.04:
22

33
<pre><code>cd /usr/share/munin/plugins
4-
git clone git://github.com/bummercloud/PHP5-FPM-Munin-Plugins.git
5-
chmod +x PHP5-FPM-Munin-Plugins/phpfpm_*
6-
ln -s /usr/share/munin/plugins/PHP5-FPM-Munin-Plugins/phpfpm_average /etc/munin/plugins/phpfpm_average
7-
ln -s /usr/share/munin/plugins/PHP5-FPM-Munin-Plugins/phpfpm_connections /etc/munin/plugins/phpfpm_connections
8-
ln -s /usr/share/munin/plugins/PHP5-FPM-Munin-Plugins/phpfpm_memory /etc/munin/plugins/phpfpm_memory
9-
ln -s /usr/share/munin/plugins/PHP5-FPM-Munin-Plugins/phpfpm_status /etc/munin/plugins/phpfpm_status
10-
ln -s /usr/share/munin/plugins/PHP5-FPM-Munin-Plugins/phpfpm_processes /etc/munin/plugins/phpfpm_processes
4+
git clone git://github.com/bummercloud/php5-fpm-munin-plugins.git
5+
chmod +x php5-fpm-munin-plugins/phpfpm_*
6+
ln -s /usr/share/munin/plugins/php5-fpm-munin-plugins/phpfpm_average /etc/munin/plugins/phpfpm_average
7+
ln -s /usr/share/munin/plugins/php5-fpm-munin-plugins/phpfpm_connections /etc/munin/plugins/phpfpm_connections
8+
ln -s /usr/share/munin/plugins/php5-fpm-munin-plugins/phpfpm_memory /etc/munin/plugins/phpfpm_memory
9+
ln -s /usr/share/munin/plugins/php5-fpm-munin-plugins/phpfpm_status /etc/munin/plugins/phpfpm_status
10+
ln -s /usr/share/munin/plugins/php5-fpm-munin-plugins/phpfpm_processes /etc/munin/plugins/phpfpm_processes
1111
service munin-node restart</code></pre>
1212

1313
For the phpfpm_status and phpfpm_connections plugins, 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:

0 commit comments

Comments
 (0)