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

This commit is contained in:
UrBnW 2021-07-05 08:54:23 +02:00 committed by GitHub
parent f1a045e5a1
commit e4f9eb3128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,