remove cisco standard sensors rounded

This commit is contained in:
garnier-quentin 2019-05-24 14:58:00 +02:00
parent e898e8d197
commit 0549e24efb
1 changed files with 0 additions and 1 deletions

View File

@ -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},