mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 05:35:01 +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(
|
$self->{output}->perfdata_add(
|
||||||
unit => 'C',
|
unit => 'C',
|
||||||
nlabel => 'hardware.chassis.temperature.celsius',
|
nlabel => 'hardware.temperature.celsius',
|
||||||
instances => $name,
|
instances => $name,
|
||||||
value => $result->{os10ChassisTemp},
|
value => $result->{os10ChassisTemp},
|
||||||
warning => $warn,
|
warning => $warn,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user