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

Plugin bbox: convert documentation to perlpod format

This commit is contained in:
Lars Kruse 2020-10-05 03:59:02 +02:00
parent 2e3f5acd9a
commit 55b983f357

View file

@ -1,11 +1,30 @@
#! /bin/sh
# Parse bbox information - https://fr.wikipedia.org/wiki/Bbox
# (c) 2018 - GPLv2 - Steve Schnepp <steve.schnepp@pwkf.org>
#
# Configuration is done via ENV vars, here is the default :
#
# [bbox]
# env.IP 192.168.1.254
: <<=cut
=head1 NAME
bbox - parse bbox information - https://fr.wikipedia.org/wiki/Bbox
=head1 CONFIGURATION
The following default configuration is used:
[bbox]
env.IP 192.168.1.254
=head1 AUTHORS
Copyright (C) 2018 Steve Schnepp <steve.schnepp@pwkf.org>
=head1 LICENSE
GNU Library General Public License v2 only
SPDX-License-Identifier: GPL-2.0-only
=cut
# fail on error