+ Fix aruba '--warning-snr'

This commit is contained in:
garnier-quentin 2015-11-12 21:40:34 +01:00
parent d6314d7093
commit 81f1ce5c30
1 changed files with 2 additions and 2 deletions

View File

@ -55,11 +55,11 @@ my $maps_counters = {
],
}
},
'003_nsr' => { set => {
'003_snr' => { set => {
key_values => [ { name => 'apSignalToNoiseRatio' }, { name => 'bssid' }, ],
output_template => 'Signal to noise ratio : %d',
perfdatas => [
{ label => 'nsr', value => 'apSignalToNoiseRatio_absolute', template => '%d',
{ label => 'snr', value => 'apSignalToNoiseRatio_absolute', template => '%d',
label_extra_instance => 1, instance_use => 'bssid_absolute' },
],
}