mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-20 04:04:44 +02:00
+ Fix pacemaker script
This commit is contained in:
parent
cac2103248
commit
2efbf6f425
@ -123,7 +123,7 @@ sub parse_output {
|
||||
# Check Master/Slave stopped
|
||||
$self->{output}->output_add(severity => $self->{threshold},
|
||||
short_msg => "$1 Stopped");
|
||||
} elsif ($line =~ /^Failed actions\:/) { && !defined($self->{option_results}->{ignore_failed_actions})) {
|
||||
} elsif ($line =~ /^Failed actions\:/) {
|
||||
# Check Failed Actions
|
||||
my $skip = 0;
|
||||
foreach ($self->{option_results}->{ignore_failed_actions}) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user