1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 09:57:09 +00:00

Fixed formatting for all my Plugins

This commit is contained in:
Michael Grote 2022-06-12 22:08:57 +02:00
parent fafb0d9bd6
commit 396c2c2d1f
6 changed files with 77 additions and 75 deletions

View file

@ -4,28 +4,33 @@
: << EOF
=head1 NAME
mikrotik_system - This plugin fetches multiple Values from a mikrotik device.
mikrotik_system
=head1 NOTES
This plugin fetches multiple values from a mikrotik device. Tested with a RB493G, RB750GR3, RB5009, CRS305 and CRS309 on Router OS >6.49.* and >7.0.4. sshpass is a dependency for this Plugin.
=head1 CONFIGURATION
tested with a RB493G, RB750GR3, RB5009 and CRS309.
Dependencies:
- sshpass
A User is needed for this plugin to work:
A User on the Target-Device is needed for this plugin to work:
/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
plugin config:
[mt_system_<name>]
user root
env.ssh_user munin
env.ssh_password hallowelt
env.ssh_host 192.168.2.1
=head1 MAGIC MARKERS
#%# family=auto
=head1 AUTHOR
Michael Grote
Michael Grote - git.mgrote.net
=head1 LICENSE
@ -33,12 +38,6 @@ GPLv3 or later
SPDX-License-Identifier: GPL-3.0-or-later
=head1 MAGIC MARKERS
#%# family=auto
=cut
EOF
# set variables with default values