mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-07 20:35:27 +02:00
+ Fix pacemaker script
This commit is contained in:
parent
461ff0e5c5
commit
96cb6b6584
@ -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