mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 18:07:20 +00:00
Improve documantion of many plugins
Specifically the configuration examples are now indented properly.
This commit is contained in:
parent
384d482fe2
commit
09b88141b3
92 changed files with 556 additions and 388 deletions
|
@ -17,14 +17,17 @@ You will need the perl fastcgi::client on your host
|
|||
|
||||
You have to put this in your plugin.conf.d folder
|
||||
|
||||
# If your php process is listening on TCP
|
||||
[php_fpm_process]
|
||||
In case your php process is listening on TCP:
|
||||
|
||||
[php_fpm_process]
|
||||
env.serveraddr 127.0.0.1
|
||||
env.port 9000
|
||||
env.path /status
|
||||
|
||||
# If your php process is listening on Unix Socket
|
||||
[php_fpm_process]
|
||||
|
||||
In case your php process is listening on a Unix Socket:
|
||||
|
||||
[php_fpm_process]
|
||||
env.sock /var/run/php-fpm.sock
|
||||
env.path /status
|
||||
|
||||
|
@ -40,6 +43,7 @@ You have to put this in your plugin.conf.d folder
|
|||
=head1 AUTHOR
|
||||
|
||||
Minitux
|
||||
|
||||
Olivier Mehani <shtrom+munin@ssji.net>
|
||||
|
||||
=head1 LICENSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue