fix new naming alcatel isam
This commit is contained in:
parent
a93b9876ed
commit
88c137e688
|
@ -54,7 +54,7 @@ sub set_counters {
|
||||||
closure_custom_threshold_check => $self->can('custom_qsap_threshold'),
|
closure_custom_threshold_check => $self->can('custom_qsap_threshold'),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ label => 'out-traffic', nlabel => 'sap.traffic.out.bitsperseconds', set => {
|
{ label => 'out-traffic', nlabel => 'sap.traffic.out.bitspersecond', set => {
|
||||||
key_values => [ { name => 'out', diff => 1 }, { name => 'display' } ],
|
key_values => [ { name => 'out', diff => 1 }, { name => 'display' } ],
|
||||||
per_second => 1,
|
per_second => 1,
|
||||||
closure_custom_calc => $self->can('custom_sap_calc'), closure_custom_calc_extra_options => { label_ref => 'out' },
|
closure_custom_calc => $self->can('custom_sap_calc'), closure_custom_calc_extra_options => { label_ref => 'out' },
|
||||||
|
|
Loading…
Reference in New Issue