enh(os10): temperature new label (#2934)

This commit is contained in:
UrBnW 2021-07-05 08:54:23 +02:00 committed by GitHub
parent c19314dbb8
commit d8766a7fed
1 changed files with 1 additions and 1 deletions

View File

@ -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,