mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
enh(os10): temperature new label (#2934)
This commit is contained in:
parent
c19314dbb8
commit
d8766a7fed
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user