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:
parent
2e3f5acd9a
commit
55b983f357
1 changed files with 26 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue