mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-07 20:35:27 +02:00
Fix hardware nokia timos snmp
This commit is contained in:
parent
57902d41af
commit
7caab59e9e
@ -201,7 +201,7 @@ sub check {
|
||||
$result->{tmnxHwName}, $result->{tmnxHwTemperature}));
|
||||
}
|
||||
$self->{output}->perfdata_add(
|
||||
label => 'temperature' . , unit => 'C',
|
||||
label => 'temperature', unit => 'C',
|
||||
nlabel => 'hardware.entity.temperature.celsius',
|
||||
instances => $result->{tmnxHwName},
|
||||
value => $result->{tmnxHwTemperature},
|
||||
|
Loading…
x
Reference in New Issue
Block a user