mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
fix typo
This commit is contained in:
parent
cbc3cab2c8
commit
c6e158646c
@ -91,7 +91,7 @@ sub check {
|
||||
threshold => [ { label => 'critical-sensor-instance-' . $instance, exit_litteral => 'critical' },
|
||||
{ label => 'warning-sensor-instance-' . $instance, exit_litteral => 'warning' } ]);
|
||||
$warn = $self->{perfdata}->get_perfdata_for_output(label => 'warning-sensor-instance-' . $instance);
|
||||
$crit = $self->{perfdata}->get_perfdata_for_output(label => 'critical-sensor-instance-' . $instance)
|
||||
$crit = $self->{perfdata}->get_perfdata_for_output(label => 'critical-sensor-instance-' . $instance);
|
||||
}
|
||||
|
||||
if (!$self->{output}->is_status(value => $exit, compare => 'ok', litteral => 1)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user