mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-24 06:05:17 +02:00
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…
x
Reference in New Issue
Block a user