diff --git a/centreon-plugins/network/dell/os10/snmp/mode/components/temperature.pm b/centreon-plugins/network/dell/os10/snmp/mode/components/temperature.pm index 5e2463b64..864730e42 100644 --- a/centreon-plugins/network/dell/os10/snmp/mode/components/temperature.pm +++ b/centreon-plugins/network/dell/os10/snmp/mode/components/temperature.pm @@ -72,7 +72,7 @@ sub check { } $self->{output}->perfdata_add( unit => 'C', - nlabel => 'hardware.chassis.temperature.celsius', + nlabel => 'hardware.temperature.celsius', instances => $name, value => $result->{os10ChassisTemp}, warning => $warn,