fix typo
This commit is contained in:
parent
4e460c34be
commit
e6453003ab
|
@ -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…
Reference in New Issue