From c39639b450616e95d69f3f14e318c0371c818e32 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 13 Dec 2021 09:12:39 +0100 Subject: [PATCH] repaired perldoc header: mikrotik_system --- plugins/router/mikrotik_system | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/plugins/router/mikrotik_system b/plugins/router/mikrotik_system index b444719c..2c753d7b 100755 --- a/plugins/router/mikrotik_system +++ b/plugins/router/mikrotik_system @@ -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= + + /user add name=munin group=read password=hallowelt address= plugin config: -[mt_system_] -user root -env.ssh_user munin -env.ssh_password hallowelt -env.ssh_host 192.168.2.1 + [mt_system_] + 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