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
|
@ -14,7 +14,7 @@ Memcached Multi - A Plugin to monitor Memcached Servers (Multigraph)
|
|||
The following configuration information can be overridden by placing environment definitions
|
||||
like shown here, in a file located in /etc/munin/plugin-conf.d
|
||||
|
||||
[memcached_multi_*]
|
||||
[memcached_multi_*]
|
||||
env.host 127.0.0.1 *default*
|
||||
env.port 11211 *default*
|
||||
env.timescale 3 *default*
|
||||
|
@ -32,7 +32,7 @@ The following configuration information can be overridden by placing environment
|
|||
=head2 BASIC TROUBLESHOOTING
|
||||
|
||||
Please make sure you can telnet to your memcache servers and issue the
|
||||
following commands: stats, stats settings, stats items and stats slabs.
|
||||
following commands: stats, stats settings, stats items and stats slabs.
|
||||
|
||||
=head2 PLUGIN INFORMATION
|
||||
|
||||
|
@ -88,8 +88,8 @@ GPLv2
|
|||
|
||||
=head1 MAGIC MARKERS
|
||||
|
||||
#%# family=auto
|
||||
#%# capabilities=autoconf suggest
|
||||
#%# family=auto
|
||||
#%# capabilities=autoconf suggest
|
||||
|
||||
=cut
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue