repaired perldoc header: mikrotik_system

This commit is contained in:
Michael Grote 2021-12-13 09:12:39 +01:00 committed by Lars Kruse
parent 09d6135a6d
commit c39639b450
1 changed files with 16 additions and 14 deletions

View File

@ -3,40 +3,42 @@
: << EOF
=head1 NAME
mikrotik_system - This plugin fetches multiple Values from a mikrotik device.
=head1 CONFIGURATION
tested with a RB493G, RB750GR3, RB5009 and CRS309.
Dependencies:
- sshpass
A User is needed for this plugin to work:
/user add name=munin group=read password=hallowelt address=<munin-server-ip>
/user add name=munin group=read password=hallowelt address=<munin-server-ip>
plugin config:
[mt_system_<name>]
user root
env.ssh_user munin
env.ssh_password hallowelt
env.ssh_host 192.168.2.1
[mt_system_<name>]
user root
env.ssh_user munin
env.ssh_password hallowelt
env.ssh_host 192.168.2.1
=head1 AUTHOR
=over 4
=item * Michael Grote
=back
Michael Grote
=head1 LICENSE
GPLv3 or later
SPDX-License-Identifier: GPL-3.0-or-later
=head1 MAGIC MARKERS
=begin comment
These magic markers are used by munin-node-configure when installing
munin-node.
=end comment
#%# family=auto
#%# family=auto
=cut
EOF
# set variables with default values