1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

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

View file

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