From 5061ef1d25bf773dbb74e64188cefe17b48de0e7 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Mon, 5 Oct 2020 03:33:46 +0200 Subject: [PATCH] Plugin dartybox: convert documentation to perlpod format --- plugins/router/dartybox | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/plugins/router/dartybox b/plugins/router/dartybox index eeb77622..445de292 100755 --- a/plugins/router/dartybox +++ b/plugins/router/dartybox @@ -1,11 +1,32 @@ #! /bin/sh -# Parse box information -# (c) 2013 - GPLv2 - Steve Schnepp -# -# Configuration is done via ENV vars, here is the default : -# -# [dartybox] -# env.IP 192.168.1.254 + +: <<=cut + +=head1 NAME + +dartybox - parse router information + + +=head1 CONFIGURATION + +The following default configuration is used: + + [dartybox] + env.IP 192.168.1.254 + + +=head1 AUTHORS + +Copyright (C) 2013 Steve Schnepp + + +=head1 LICENSE + +GNU Library General Public License v2 only + +SPDX-License-Identifier: GPL-2.0-only + +=cut . $MUNIN_LIBDIR/plugins/plugin.sh