Révision cd053638
Plugin brc_rssi: convert documentation to perldoc header
| plugins/network/brc_rssi | ||
|---|---|---|
| 1 | 1 |
#!/bin/sh |
| 2 |
# |
|
| 3 |
# Munin plugin for WiFi access points with Broadcom chipset such as found |
|
| 4 |
# on hardware supported by OpenWRT. |
|
| 5 |
# |
|
| 6 |
# NOTE: NEEDS NON FREE UTILITY "wl" |
|
| 7 |
# Configuration: |
|
| 8 |
# [brc_rssi] |
|
| 9 |
# env.WIFISIDE eth0 # Set the WiFi side interface. Used to filter arp entries. |
|
| 10 |
# # On a openwrt box defaults to "nvram get lan_ifname" otherwise |
|
| 11 |
# # no default. |
|
| 12 |
# |
|
| 13 |
# Written by Nicolai Langfeldt (janl@linpro.no) 2007/02/18 |
|
| 14 |
# |
|
| 15 |
# Bugs: |
|
| 16 |
# - Should have a persistent list of macs ever seen |
|
| 17 |
# |
|
| 18 |
# License: GPL v.2 |
|
| 19 |
# |
|
| 20 |
#%# family=contrib |
|
| 21 |
#%# capabilities=autoconf |
|
| 22 |
# |
|
| 2 |
|
|
| 3 |
: <<=cut |
|
| 4 |
|
|
| 5 |
=head1 NAME |
|
| 6 |
|
|
| 7 |
brc_rssi - monitor RSSI (Received Signal Strength Indication) of wireless accesspoints |
|
| 8 |
|
|
| 9 |
=head1 APPLICABLE SYSTEMS |
|
| 10 |
|
|
| 11 |
Wireless accesspoints with Broadcom chipset such as found on hardware supported by OpenWRT. |
|
| 12 |
The utility "wl" is required. |
|
| 13 |
|
|
| 14 |
|
|
| 15 |
=head1 CONFIGURATION |
|
| 16 |
|
|
| 17 |
[brc_rssi] |
|
| 18 |
env.WIFISIDE eth0 # Set the WiFi side interface. Used to filter arp entries. |
|
| 19 |
# On a openwrt box defaults to "nvram get lan_ifname" otherwise |
|
| 20 |
# no default. |
|
| 21 |
|
|
| 22 |
|
|
| 23 |
=head1 BUGS |
|
| 24 |
|
|
| 25 |
=over 4 |
|
| 26 |
|
|
| 27 |
=item Should have a persistent list of macs ever seen. |
|
| 28 |
|
|
| 29 |
=back |
|
| 30 |
|
|
| 31 |
|
|
| 32 |
=head1 AUTHORS |
|
| 33 |
|
|
| 34 |
Copyright (C) 2007 Nicolai Langfeldt <janl@linpro.no> |
|
| 35 |
|
|
| 36 |
|
|
| 37 |
=head1 LICENSE |
|
| 38 |
|
|
| 39 |
GNU General Public License v2.0 only |
|
| 40 |
|
|
| 41 |
SPDX-License-Identifier: GPL-2.0-only |
|
| 42 |
|
|
| 43 |
|
|
| 44 |
=head1 MAGIC MARKERS |
|
| 45 |
|
|
| 46 |
#%# family=contrib |
|
| 47 |
#%# capabilities=autoconf |
|
| 48 |
|
|
| 49 |
=cut |
|
| 50 |
|
|
| 23 | 51 |
|
| 24 | 52 |
PATH=/usr/bin:/usr/sbin:/bin:/sbin |
| 25 | 53 |
export PATH |
Formats disponibles : Unified diff