Typos fix
This commit is contained in:
parent
38bd5f3144
commit
9691abdd38
|
@ -174,7 +174,7 @@ sub manage_selection {
|
|||
|
||||
my $result = $options{custom}->execute_command(command => 'show high-availability state');
|
||||
if ($result->{enabled} ne 'yes') {
|
||||
$self->{output}->add_option_msg(short_msg => 'high-availibility is disbaled');
|
||||
$self->{output}->add_option_msg(short_msg => 'high-availibility is disabled');
|
||||
$self->{output}->option_exit();
|
||||
}
|
||||
|
||||
|
@ -216,47 +216,47 @@ Check high availability.
|
|||
=item B<--unknown-sync-status>
|
||||
|
||||
Set unknown threshold for status (Default: '').
|
||||
Can used special variables like: %{enabled}, %{status}
|
||||
Can use special variables like: %{enabled}, %{status}
|
||||
|
||||
=item B<--warning-sync-status>
|
||||
|
||||
Set warning threshold for status (Default: '').
|
||||
Can used special variables like: %{enabled}, %{status}
|
||||
Can use special variables like: %{enabled}, %{status}
|
||||
|
||||
=item B<--critical-sync-status>
|
||||
|
||||
Set critical threshold for status (Default: '%{enabled} eq "yes" and %{status} ne "synchronized"').
|
||||
Can used special variables like: %{enabled}, %{status}
|
||||
Can use special variables like: %{enabled}, %{status}
|
||||
|
||||
=item B<--unknown-member-status>
|
||||
|
||||
Set unknown threshold for status (Default: '').
|
||||
Can used special variables like: %{state}, %{stateLast}
|
||||
Can use special variables like: %{state}, %{stateLast}
|
||||
|
||||
=item B<--warning-member-status>
|
||||
|
||||
Set warning threshold for status (Default: '').
|
||||
Can used special variables like: %{state}, %{stateLast}
|
||||
Can use special variables like: %{state}, %{stateLast}
|
||||
|
||||
=item B<--critical-member-status>
|
||||
|
||||
Set critical threshold for status (Default: '%{state} ne %{stateLast}').
|
||||
Can used special variables like: %{state}, %{stateLast}
|
||||
Can use special variables like: %{state}, %{stateLast}
|
||||
|
||||
=item B<--unknown-link-status>
|
||||
|
||||
Set unknown threshold for status (Default: '').
|
||||
Can used special variables like: %{status}, %{display}
|
||||
Can use special variables like: %{status}, %{display}
|
||||
|
||||
=item B<--warning-link-status>
|
||||
|
||||
Set warning threshold for status (Default: '').
|
||||
Can used special variables like: %{status}, %{display}
|
||||
Can use special variables like: %{status}, %{display}
|
||||
|
||||
=item B<--critical-link-status>
|
||||
|
||||
Set critical threshold for status (Default: '%{status} ne "up"').
|
||||
Can used special variables like: %{status}, %{display}
|
||||
Can use special variables like: %{status}, %{display}
|
||||
|
||||
=back
|
||||
|
||||
|
|
Loading…
Reference in New Issue