1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-11 16:34:34 +00:00

Improve documantion of many plugins

Specifically the configuration examples are now indented properly.
This commit is contained in:
Lars Kruse 2020-10-24 17:28:11 +02:00
parent 384d482fe2
commit 09b88141b3
92 changed files with 556 additions and 388 deletions

View file

@ -18,8 +18,8 @@ insecure because it doesn't encrypt the community string.
The following parameters will help you get this plugin working:
[snmp_*]
env.community MyCommunity
[snmp_*]
env.community MyCommunity
If your community name is 'public', you should really worry about
security and immediately reconfigure your appliance.
@ -39,12 +39,13 @@ Network Appliance. It reports the content of the v3Calls OID.
=head1 MAGIC MARKERS
#%# family=snmpauto
#%# capabilities=snmpconf
#%# family=snmpauto
#%# capabilities=snmpconf
=head1 VERSION
v1.0 - 06/19/2009 18:36:02 CEST
Initial revision
=head1 AUTHOR
@ -63,6 +64,8 @@ please report any to Guillaume Blairon E<lt>L<g@yom.be>E<gt>.
GPLv2 or (at your option) any later version.
SPDX-License-Identifier: GPL-2.0-or-later
=cut
use strict;