mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +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
|
@ -11,13 +11,13 @@ use Cache::Memcached;
|
|||
|
||||
=head1 example config for /plugin-conf.d/munin-node
|
||||
|
||||
[memcached_bytes_1]
|
||||
env.server 127.0.0.1:11211
|
||||
env.label "first local server"
|
||||
[memcached_bytes_1]
|
||||
env.server 127.0.0.1:11211
|
||||
env.label "first local server"
|
||||
|
||||
[memcached_bytes_2]
|
||||
env.server /var/run/memcached/memcached.sock
|
||||
env.label "second local server"
|
||||
[memcached_bytes_2]
|
||||
env.server /var/run/memcached/memcached.sock
|
||||
env.label "second local server"
|
||||
|
||||
=cut
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue