Skip to content

Commit

Permalink
Plugin brc_rssi: convert documentation to perldoc header
Browse files Browse the repository at this point in the history
  • Loading branch information
sumpfralle committed Oct 4, 2020
1 parent df47073 commit cd05363
Showing 1 changed file with 49 additions and 21 deletions.
70 changes: 49 additions & 21 deletions plugins/network/brc_rssi
@@ -1,25 +1,53 @@
#!/bin/sh
#
# Munin plugin for WiFi access points with Broadcom chipset such as found
# on hardware supported by OpenWRT.
#
# NOTE: NEEDS NON FREE UTILITY "wl"
# Configuration:
# [brc_rssi]
# env.WIFISIDE eth0 # Set the WiFi side interface. Used to filter arp entries.
# # On a openwrt box defaults to "nvram get lan_ifname" otherwise
# # no default.
#
# Written by Nicolai Langfeldt (janl@linpro.no) 2007/02/18
#
# Bugs:
# - Should have a persistent list of macs ever seen
#
# License: GPL v.2
#
#%# family=contrib
#%# capabilities=autoconf
#

: <<=cut
=head1 NAME
brc_rssi - monitor RSSI (Received Signal Strength Indication) of wireless accesspoints
=head1 APPLICABLE SYSTEMS
Wireless accesspoints with Broadcom chipset such as found on hardware supported by OpenWRT.
The utility "wl" is required.
=head1 CONFIGURATION
[brc_rssi]
env.WIFISIDE eth0 # Set the WiFi side interface. Used to filter arp entries.
# On a openwrt box defaults to "nvram get lan_ifname" otherwise
# no default.
=head1 BUGS
=over 4
=item Should have a persistent list of macs ever seen.
=back
=head1 AUTHORS
Copyright (C) 2007 Nicolai Langfeldt <janl@linpro.no>
=head1 LICENSE
GNU General Public License v2.0 only
SPDX-License-Identifier: GPL-2.0-only
=head1 MAGIC MARKERS
#%# family=contrib
#%# capabilities=autoconf
=cut


PATH=/usr/bin:/usr/sbin:/bin:/sbin
export PATH
Expand Down

0 comments on commit cd05363

Please sign in to comment.