Révision 01c2f1ca
Change category for plugins from 'network' to 'wireless'
| plugins/wifi/wireless_channel_active_ | ||
|---|---|---|
| 86 | 86 |
echo "graph_title Wireless channel usage - $phy" |
| 87 | 87 |
echo "graph_args --base 1000 -r --lower-limit 0 --upper-limit 100" |
| 88 | 88 |
echo "graph_vlabel Channel usage by time in percent" |
| 89 |
echo "graph_category network"
|
|
| 89 |
echo "graph_category wireless"
|
|
| 90 | 90 |
echo "graph_info This graph shows the currently used channel of your WiFi device(s)" |
| 91 | 91 |
get_physical_interfaces_channel_descriptions "$phy" | while read -r channel description; do |
| 92 | 92 |
fieldname="channel_${channel}"
|
Formats disponibles : Unified diff