mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
Fix pacemaker
This commit is contained in:
parent
5cacf9e536
commit
5a7a2292b0
@ -126,7 +126,7 @@ sub parse_output {
|
|||||||
} elsif ($line =~ /^Failed actions\:/) {
|
} elsif ($line =~ /^Failed actions\:/) {
|
||||||
# Check Failed Actions
|
# Check Failed Actions
|
||||||
my $skip = 0;
|
my $skip = 0;
|
||||||
foreach ($self->{option_results}->{ignore_failed_actions}) {
|
foreach (@{$self->{option_results}->{ignore_failed_actions})} {
|
||||||
if ($line =~ /$_/) {
|
if ($line =~ /$_/) {
|
||||||
$skip = 1;
|
$skip = 1;
|
||||||
last;
|
last;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user