mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 21:55:16 +02:00
enh(os10): temperature new label (#2934)
This commit is contained in:
parent
f1a045e5a1
commit
e4f9eb3128
@ -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