mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-24 22:25:02 +02:00
Typo
This commit is contained in:
parent
48d48201fe
commit
cdd716e707
@ -96,7 +96,7 @@ sub check {
|
||||
}
|
||||
$self->{output}->perfdata_add(
|
||||
nlabel => 'hardware.temperature.celsius', unit => 'C',
|
||||
instances => 'switch=' . $instance,
|
||||
instances => 'switch' . $instance,
|
||||
value => $temperature,
|
||||
warning => $warn,
|
||||
critical => $crit
|
||||
|
Loading…
x
Reference in New Issue
Block a user