From aee4dd6f36cc36e27d1c134a0283285473ec9de0 Mon Sep 17 00:00:00 2001 From: UrBnW <40244829+UrBnW@users.noreply.github.com> Date: Fri, 17 Apr 2020 10:59:37 +0200 Subject: [PATCH] Typo --- .../lenovo/flexsystem/snmp/mode/components/temperature.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/network/lenovo/flexsystem/snmp/mode/components/temperature.pm b/centreon-plugins/network/lenovo/flexsystem/snmp/mode/components/temperature.pm index b7d0529b4..5c8ac9868 100644 --- a/centreon-plugins/network/lenovo/flexsystem/snmp/mode/components/temperature.pm +++ b/centreon-plugins/network/lenovo/flexsystem/snmp/mode/components/temperature.pm @@ -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