Projet

Général

Profil

Révision 01c2f1ca

ID01c2f1ca2dced33d782a4eac9b2190fdec0aae61
Parent c71c2ebb
Enfant 7c3074b5

Ajouté par Lars Kruse il y a plus de 7 ans

Change category for plugins from 'network' to 'wireless'

Voir les différences:

plugins/wifi/wifi_signal
22 22
    echo "graph_title WiFi signal and noise"
23 23
    echo "graph_args --base 1000 -u 0"
24 24
    echo "graph_vlabel dB"
25
    echo "graph_category network"
25
    echo "graph_category wireless"
26 26
    echo "graph_info This graph shows the noise and singal levels of your WiFi devices"
27 27
    
28 28
    awk -F'[ :]*' '/:/ {
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}"
plugins/wifi/wireless_signal_noise_
110 110
	echo "graph_title Wireless signal quality - $wifi"
111 111
	echo "graph_args --upper-limit 0"
112 112
	echo "graph_vlabel Signal and noise [dBm]"
113
	echo "graph_category network"
113
	echo "graph_category wireless"
114 114
	echo "graph_info This graph shows the signal and noise for all wifi peers"
115 115
	echo "noise.label Noise floor"
116 116
	echo "noise.draw LINE"
plugins/wifi/wireless_signal_ranges_
99 99
	echo "graph_title Wireless signal quality ranges - $wifi"
100 100
	echo "graph_args --upper-limit 0"
101 101
	echo "graph_vlabel Signal ranges"
102
	echo "graph_category network"
102
	echo "graph_category wireless"
103 103
	echo "graph_info This graph shows numbers of peers with defined wifi signal ranges"
104 104
	lower="noise"
105 105
	for level in $SIGNAL_THRESHOLDS; do

Formats disponibles : Unified diff