remove cisco standard sensors rounded
This commit is contained in:
parent
e898e8d197
commit
0549e24efb
|
@ -204,7 +204,6 @@ sub check {
|
|||
|
||||
$result->{entSensorValue} = defined($result->{entSensorValue}) ?
|
||||
$result->{entSensorValue} * (10 ** ($result->{entSensorScale}) * (10 ** -($result->{entSensorPrecision}))) : undef;
|
||||
$result->{entSensorValue} = sprintf("%.2f", $result->{entSensorValue});
|
||||
|
||||
$self->{output}->output_add(long_msg => sprintf("Sensor '%s' status is '%s' [instance: %s] [value: %s %s]",
|
||||
$sensor_descr, $result->{entSensorStatus},
|
||||
|
|
Loading…
Reference in New Issue