mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
Typo
This commit is contained in:
parent
0c5d007cd9
commit
6d3628bc08
@ -101,7 +101,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