Fixing typos and improving help for some options (#4433)

This commit is contained in:
omercier 2023-06-02 10:07:11 +02:00 committed by GitHub
parent 722bee3236
commit fb87a462a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
731 changed files with 2193 additions and 2143 deletions

View File

@ -489,7 +489,7 @@ You can set the memcached server with the option ``--memcached``:
What does ``--dyn-mode`` option do ?
------------------------------------
With the option, you can used a mode with a plugin. It commonly used for database checks.
With the option, you can use a mode with a plugin. It is commonly used for database checks.
For example, I have an application which stores some monitoring information on a database. The developer can use another plugin to create the check (no need to do the SQL connections,... It saves time):
::

View File

@ -248,32 +248,32 @@ Antivirus daily.cvd file (Default: '/var/lib/clamav/daily.cvd').
=item B<--warning-engine-status>
Set warning threshold for status (Default: '')
Can used special variables like: %{last_engine_version}, %{current_engine_version}
You can use the following variables: %{last_engine_version}, %{current_engine_version}
=item B<--critical-engine-status>
Set critical threshold for status (Default: '%{last_engine_version} ne %{current_engine_version}').
Can used special variables like: %{last_engine_version}, %{current_engine_version}
You can use the following variables: %{last_engine_version}, %{current_engine_version}
=item B<--warning-maindb-status>
Set warning threshold for status (Default: '')
Can used special variables like: %{last_maindb_version}, %{current_maindb_version}, %{current_maindb_timediff}
You can use the following variables: %{last_maindb_version}, %{current_maindb_version}, %{current_maindb_timediff}
=item B<--critical-maindb-status>
Set critical threshold for status (Default: '%{last_maindb_version} ne %{current_maindb_version}').
Can used special variables like: %{last_maindb_version}, %{current_maindb_version}, %{current_maindb_timediff}
You can use the following variables: %{last_maindb_version}, %{current_maindb_version}, %{current_maindb_timediff}
=item B<--warning-dailydb-status>
Set warning threshold for status (Default: '')
Can used special variables like: %{last_dailydb_version}, %{current_dailydb_version}, %{current_dailydb_timediff}
You can use the following variables: %{last_dailydb_version}, %{current_dailydb_version}, %{current_dailydb_timediff}
=item B<--critical-dailydb-status>
Set critical threshold for status (Default: '%{last_dailydb_version} ne %{current_dailydb_version} || %{current_dailydb_timediff} > 432000').
Can used special variables like: %{last_dailydb_version}, %{current_dailydb_version}, %{current_dailydb_timediff}
You can use the following variables: %{last_dailydb_version}, %{current_dailydb_version}, %{current_dailydb_timediff}
=back

View File

@ -146,17 +146,17 @@ Display failed hosts list in verbose output.
=item B<--unknown-job-status>
Set unknown threshold for status (Default: '%{last_job_status} =~ /default/').
Can used special variables like: %{last_job_status}, %{display}
You can use the following variables: %{last_job_status}, %{display}
=item B<--warning-job-status>
Set warning threshold for status.
Can used special variables like: %{last_job_status}, %{display}
You can use the following variables: %{last_job_status}, %{display}
=item B<--critical-job-status>
Set critical threshold for status (Default: '%{last_job_status} =~ /failed/').
Can used special variables like: %{last_job_status}, %{display}
You can use the following variables: %{last_job_status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -216,17 +216,17 @@ Number of seconds between retries (Default : 10).
=item B<--unknown-job-status>
Set unknown threshold for status (Default: '%{last_job_status} =~ /default/').
Can used special variables like: %{last_job_status}, %{display}
You can use the following variables: %{last_job_status}, %{display}
=item B<--warning-job-status>
Set warning threshold for status.
Can used special variables like: %{last_job_status}, %{display}
You can use the following variables: %{last_job_status}, %{display}
=item B<--critical-job-status>
Set critical threshold for status (Default: '%{last_job_status} =~ /failed/').
Can used special variables like: %{last_job_status}, %{display}
You can use the following variables: %{last_job_status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -167,17 +167,17 @@ Filter schedule name (Can use regexp).
=item B<--unknown-job-status>
Set unknown threshold for status (Default: '%{last_job_status} =~ /default/').
Can used special variables like: %{last_job_status}, %{display}
You can use the following variables: %{last_job_status}, %{display}
=item B<--warning-job-status>
Set warning threshold for status.
Can used special variables like: %{last_job_status}, %{display}
You can use the following variables: %{last_job_status}, %{display}
=item B<--critical-job-status>
Set critical threshold for status (Default: '%{last_job_status} =~ /failed/').
Can used special variables like: %{last_job_status}, %{display}
You can use the following variables: %{last_job_status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -231,17 +231,17 @@ Timezone of mssql server (If not set, we use current server execution timezone).
=item B<--ok-status>
Set ok threshold for status (Default: '%{status} == 1')
Can used special variables like: %{display}, %{status}
You can use the following variables: %{display}, %{status}
=item B<--warning-status>
Set warning threshold for status (Default: '%{status} == 1')
Can used special variables like: %{display}, %{status}, %{type}
You can use the following variables: %{display}, %{status}, %{type}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} != 1').
Can used special variables like: %{display}, %{status}, %{type}
You can use the following variables: %{display}, %{status}, %{type}
=item B<--warning-total>

View File

@ -278,12 +278,12 @@ Only get alerts by severity (can be a regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '%{severity} =~ /warning/i')
Can used special variables like: %{name}, %{severity}, %{source}, %{category}, %{timeraised}, %{message}
You can use the following variables: %{name}, %{severity}, %{source}, %{category}, %{timeraised}, %{message}
=item B<--critical-status>
Set critical threshold for status (Default: '%{severity} =~ /error/i').
Can used special variables like: %{name}, %{severity}, %{source}, %{category}, %{timeraised}, %{message}
You can use the following variables: %{name}, %{severity}, %{source}, %{category}, %{timeraised}, %{message}
=item B<--warning-*> B<--critical-*>

View File

@ -305,12 +305,12 @@ Filter disks by type (can be a regexp).
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{name}, %{type}.
You can use the following variables: %{status}, %{name}, %{type}.
=item B<--critical-status>
Set critical threshold for status.
Can used special variables like: %{status}, %{name}, %{type}.
You can use the following variables: %{status}, %{name}, %{type}.
=item B<--warning-*> B<--critical-*>

View File

@ -308,22 +308,22 @@ Filter job with end time greater than current time less value in seconds (Defaul
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{name}, %{status}, %{subStatus}, %{type}, %{isActive}.
You can use the following variables: %{name}, %{status}, %{subStatus}, %{type}, %{isActive}.
=item B<--critical-status>
Set critical threshold for status (Default: 'not %{status} =~ /succeeded/i').
Can used special variables like: %{name}, %{status}, %{subStatus}, %{type}, %{isActive}.
You can use the following variables: %{name}, %{status}, %{subStatus}, %{type}, %{isActive}.
=item B<--warning-long>
Set warning threshold for long jobs.
Can used special variables like: %{name}, %{status}, %{subStatus}, %{type}, %{isActive}, %{elapsed}.
You can use the following variables: %{name}, %{status}, %{subStatus}, %{type}, %{isActive}, %{elapsed}.
=item B<--critical-long>
Set critical threshold for long jobs.
Can used special variables like: %{name}, %{status}, %{subStatus}, %{type}, %{isActive}, %{elapsed}.
You can use the following variables: %{name}, %{status}, %{subStatus}, %{type}, %{isActive}, %{elapsed}.
=item B<--warning-detected>

View File

@ -212,12 +212,12 @@ Filter alerts by type (can be a regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '%{severity} =~ /warning/')
Can used special variables like: %{severity}, %{status}, %{type}, %{name}, %{since}
You can use the following variables: %{severity}, %{status}, %{type}, %{name}, %{since}
=item B<--critical-status>
Set critical threshold for status (Default: '%{severity} =~ /critical/').
Can used special variables like: %{severity}, %{status}, %{type}, %{name}, %{since}
You can use the following variables: %{severity}, %{status}, %{type}, %{name}, %{since}
=item B<--memory>

View File

@ -266,22 +266,22 @@ Set timeframe in seconds (E.g '3600' to check last 60 minutes).
=item B<--warning-status>
Set warning threshold for status (Default: '%{status} =~ /abnormal/i')
Can used special variables like: %{display}, %{status}, %{type}
You can use the following variables: %{display}, %{status}, %{type}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} =~ /errors|failed/i').
Can used special variables like: %{display}, %{status}, %{type}
You can use the following variables: %{display}, %{status}, %{type}
=item B<--warning-long>
Set warning threshold for long jobs.
Can used special variables like: %{display}, %{status}, %{elapsed}, %{type}
You can use the following variables: %{display}, %{status}, %{elapsed}, %{type}
=item B<--critical-long>
Set critical threshold for long jobs.
Can used special variables like: %{display}, %{status}, %{elapsed}, %{type}
You can use the following variables: %{display}, %{status}, %{elapsed}, %{type}
=item B<--warning-*> B<--critical-*>

View File

@ -178,17 +178,17 @@ Filter media agents by name (Can be a regexp).
=item B<--unknown-device-status>
Set unknown threshold for status.
Can used special variables like: %{status}, %{name}
You can use the following variables: %{status}, %{name}
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{is_maintenance}, %{offline_reason}, %{name}
You can use the following variables: %{status}, %{is_maintenance}, %{offline_reason}, %{name}
=item B<--critical-status>
Set critical threshold for status (Default: '%{is_maintenance} eq "no" and %{status} eq "offline"').
Can used special variables like: %{status}, %{is_maintenance}, %{offline_reason}, %{name}
You can use the following variables: %{status}, %{is_maintenance}, %{offline_reason}, %{name}
=item B<--warning-*> B<--critical-*>

View File

@ -167,17 +167,17 @@ Filter storage pools by name (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status.
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /online/i').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -252,17 +252,17 @@ Set timezone (If not set, we use current server execution timezone).
=item B<--unknown-status>
Set unknown threshold for status.
Can used special variables like: %{display}, %{status}, %{type}
You can use the following variables: %{display}, %{status}, %{type}
=item B<--warning-status>
Set warning threshold for status (Default: '%{status} =~ /warning/i').
Can used special variables like: %{display}, %{status}, %{type}
You can use the following variables: %{display}, %{status}, %{type}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} =~ /failed/i').
Can used special variables like: %{display}, %{status}, %{type}
You can use the following variables: %{display}, %{status}, %{type}
=item B<--warning-total>

View File

@ -207,12 +207,12 @@ Set critical threshold in percent.
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{display}, %{status}
You can use the following variables: %{display}, %{status}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /up/i').
Can used special variables like: %{display}, %{status}
You can use the following variables: %{display}, %{status}
=back

View File

@ -133,12 +133,12 @@ Filter drive name (can be a regexp).
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{display}, %{status}
You can use the following variables: %{display}, %{status}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /up/i').
Can used special variables like: %{display}, %{status}
You can use the following variables: %{display}, %{status}
=back

View File

@ -336,38 +336,38 @@ Filter job with end time greater than current time less value in seconds (Defaul
=item B<--ok-status>
Set ok threshold for status (Default: '%{status} == 0')
Can used special variables like: %{display}, %{status}
You can use the following variables: %{display}, %{status}
=item B<--warning-status>
Set warning threshold for status (Default: '%{status} == 1')
Can used special variables like: %{display}, %{status}, %{type}
You can use the following variables: %{display}, %{status}, %{type}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} > 1').
Can used special variables like: %{display}, %{status}, %{type}
You can use the following variables: %{display}, %{status}, %{type}
=item B<--warning-long>
Set warning threshold for long jobs (Default: none)
Can used special variables like: %{display}, %{status}, %{elapsed}, %{type}
You can use the following variables: %{display}, %{status}, %{elapsed}, %{type}
=item B<--critical-long>
Set critical threshold for long jobs (Default: none).
Can used special variables like: %{display}, %{status}, %{elapsed}, %{type}
You can use the following variables: %{display}, %{status}, %{elapsed}, %{type}
=item B<--warning-frozen>
Set warning threshold for frozen jobs (Default: none)
Can used special variables like:
You can use the following variables:
%{display}, %{status}, %{elapsed}, %{type}, %{kb}, %{parentid}, %{schedule}, %{jobid}
=item B<--critical-frozen>
Set critical threshold for frozen jobs (Default: '%{state} =~ /active|queue/ && %{kb} == 0').
Can used special variables like:
You can use the following variables:
%{display}, %{status}, %{elapsed}, %{type}, %{kb}, %{parentid}, %{schedule}, %{jobid}
=item B<--warning-total>

View File

@ -226,12 +226,12 @@ Thresholds are on free tape left.
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /active/i').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-*>

View File

@ -177,32 +177,32 @@ Command used: '/quadstorvtl/bin/impexp -l'
=item B<--warning-status>
Set warning threshold for status (Default: none)
Can used special variables like: %{display}, %{status}
You can use the following variables: %{display}, %{status}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} =~ /error/i').
Can used special variables like: %{display}, %{status}
You can use the following variables: %{display}, %{status}
=item B<--warning-long>
Set warning threshold for long jobs (Default: none)
Can used special variables like: %{display}, %{status}, %{elapsed}
You can use the following variables: %{display}, %{status}, %{elapsed}
=item B<--critical-long>
Set critical threshold for long jobs (Default: none).
Can used special variables like: %{display}, %{status}, %{elapsed}
You can use the following variables: %{display}, %{status}, %{elapsed}
=item B<--warning-frozen>
Set warning threshold for frozen jobs (Default: none)
Can used special variables like: %{display}, %{status}, %{elapsed}, %{kb}
You can use the following variables: %{display}, %{status}, %{elapsed}, %{kb}
=item B<--critical-frozen>
Set critical threshold for frozen jobs (Default: none).
Can used special variables like: %{display}, %{status}, %{elapsed}, %{kb}
You can use the following variables: %{display}, %{status}, %{elapsed}, %{kb}
=back

View File

@ -252,12 +252,12 @@ Thresholds are on free tape left.
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /active/i').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -158,17 +158,17 @@ Check agents.
=item B<--unknown-status>
Set unknown threshold for status (Default: '%{status} =~ /unreachable/i').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} =~ /failed|authenticationError/i').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -188,17 +188,17 @@ Check repositories.
=item B<--unknown-status>
Set unknown threshold for status (Default: '%{status} =~ /unknown/i').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} =~ /error/i').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -174,17 +174,17 @@ Which cluster to check (Default: 'me').
=item B<--unknown-status>
Set unknown threshold for status.
Can used special variables like: %{status}, %{name}
You can use the following variables: %{status}, %{name}
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{name}
You can use the following variables: %{status}, %{name}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /ok/i').
Can used special variables like: %{status}, %{name}
You can use the following variables: %{status}, %{name}
=item B<--warning-*> B<--critical-*>

View File

@ -178,17 +178,17 @@ Filter disks by disk id (can be a regexp).
=item B<--unknown-disks-status>
Set unknown threshold for status.
Can used special variables like: %{status}, %{id}
You can use the following variables: %{status}, %{id}
=item B<--warning-disk-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{id}
You can use the following variables: %{status}, %{id}
=item B<--critical-disk-status>
Set critical threshold for status (Default: '%{status} !~ /active/i').
Can used special variables like: %{status}, %{id}
You can use the following variables: %{status}, %{id}
=item B<--warning-*> B<--critical-*>

View File

@ -178,17 +178,17 @@ Filter nodes by node id (can be a regexp).
=item B<--unknown-node-status>
Set unknown threshold for status.
Can used special variables like: %{status}, %{ip_address}, %{id}
You can use the following variables: %{status}, %{ip_address}, %{id}
=item B<--warning-node-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{ip_address}, %{id}
You can use the following variables: %{status}, %{ip_address}, %{id}
=item B<--critical-node-status>
Set critical threshold for status (Default: '%{status} !~ /ok/i').
Can used special variables like: %{status}, %{ip_address}, %{id}
You can use the following variables: %{status}, %{ip_address}, %{id}
=item B<--warning-*> B<--critical-*>

View File

@ -159,12 +159,12 @@ Get activity log more recent than X hour(s) (default: '1').
=item B<--warning-status>
Set warning threshold for status (Default: '%{severity} =~ /warning/')
Can used special variables like: %{message}, %{severity}, %{since}
You can use the following variables: %{message}, %{severity}, %{since}
=item B<--critical-status>
Set critical threshold for status (Default: '%{severity} =~ /error|severe/').
Can used special variables like: %{message}, %{severity}, %{since}
You can use the following variables: %{message}, %{severity}, %{since}
=item B<--timezone>

View File

@ -182,12 +182,12 @@ Filter by session type.
=item B<--warning-status>
Set warning threshold for status (Default: '')
Can used special variables like: %{client_name}, %{state}, %{session_type}, %{since}
You can use the following variables: %{client_name}, %{state}, %{session_type}, %{since}
=item B<--critical-status>
Set critical threshold for status (Default: '').
Can used special variables like: %{client_name}, %{state}, %{session_type}, %{since}
You can use the following variables: %{client_name}, %{state}, %{session_type}, %{since}
=item B<--warning-*>

View File

@ -319,27 +319,27 @@ Filter job with end time greater than current time less value in seconds (Defaul
=item B<--ok-status>
Set ok threshold for status.
Can used special variables like: %{display}, %{status}, %{type}, %{is_running}, %{scheduled}.
You can use the following variables: %{display}, %{status}, %{type}, %{is_running}, %{scheduled}.
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{display}, %{status}, %{type}, %{is_running}, %{scheduled}.
You can use the following variables: %{display}, %{status}, %{type}, %{is_running}, %{scheduled}.
=item B<--critical-status>
Set critical threshold for status (Default: '%{is_running} == 0 and not %{status} =~ /Success/i').
Can used special variables like: %{display}, %{status}, %{type}, %{is_running}, %{scheduled}.
You can use the following variables: %{display}, %{status}, %{type}, %{is_running}, %{scheduled}.
=item B<--warning-long>
Set warning threshold for long jobs.
Can used special variables like: %{display}, %{status}, %{type}, %{elapsed}.
You can use the following variables: %{display}, %{status}, %{type}, %{elapsed}.
=item B<--critical-long>
Set critical threshold for long jobs.
Can used special variables like: %{display}, %{status}, %{type}, %{elapsed}.
You can use the following variables: %{display}, %{status}, %{type}, %{elapsed}.
=item B<--warning-total>

View File

@ -338,12 +338,12 @@ Filter licenses by status (can be a regexp).
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{to}, %{status}, %{type}.
You can use the following variables: %{to}, %{status}, %{type}.
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} =~ /expired|invalid/i').
Can used special variables like: %{to}, %{status}, %{type}.
You can use the following variables: %{to}, %{status}, %{type}.
=item B<--unit>

View File

@ -302,12 +302,12 @@ Filter repositories by type (can be a regexp).
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{name}, %{type}.
You can use the following variables: %{status}, %{name}, %{type}.
=item B<--critical-status>
Set critical threshold for status (Default: 'not %{status} =~ /ordinal|maintenance/i').
Can used special variables like: %{status}, %{name}, %{type}.
You can use the following variables: %{status}, %{name}, %{type}.
=item B<--warning-*> B<--critical-*>

View File

@ -255,17 +255,17 @@ Filter job type (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status (Default: '')
Can used special variables like: %{display}, %{enabled}, %{type}, %{last_result}, %{last_state}.
You can use the following variables: %{display}, %{enabled}, %{type}, %{last_result}, %{last_state}.
=item B<--warning-status>
Set warning threshold for status (Default: '')
Can used special variables like: %{display}, %{enabled}, %{type}, %{last_result}, %{last_state}.
You can use the following variables: %{display}, %{enabled}, %{type}, %{last_result}, %{last_state}.
=item B<--critical-status>
Set critical threshold for status (Default: '%{enabled} == 1 and not %{last_result} =~ /Success|None/i').
Can used special variables like: %{display}, %{enabled}, %{type}, %{last_result}, %{last_state}.
You can use the following variables: %{display}, %{enabled}, %{type}, %{last_result}, %{last_state}.
=item B<--warning-total>

View File

@ -291,17 +291,17 @@ Filter job type (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status.
Can used special variables like: %{name}, %{type}, %{status}, %{duration}.
You can use the following variables: %{name}, %{type}, %{status}, %{duration}.
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{name}, %{type}, %{status}, %{duration}.
You can use the following variables: %{name}, %{type}, %{status}, %{duration}.
=item B<--critical-status>
Set critical threshold for status (Default: 'not %{status} =~ /success/i').
Can used special variables like: %{name}, %{type}, %{status}, %{duration}.
You can use the following variables: %{name}, %{type}, %{status}, %{duration}.
=item B<--warning-*> B<--critical-*>

View File

@ -245,12 +245,12 @@ Can be: 'speed-events', 'queued-events', 'unacknowledged-events'.
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{queue_file_enabled}, %{state}, %{status}, %{type}, %{display}
You can use the following variables: %{queue_file_enabled}, %{state}, %{status}, %{type}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{type} eq "output" and %{queue_file_enabled} =~ /yes/i').
Can used special variables like: %{queue_file_enabled}, %{state}, %{status}, %{type}, %{display}
You can use the following variables: %{queue_file_enabled}, %{state}, %{status}, %{type}, %{display}
=back

View File

@ -101,12 +101,12 @@ Check overall cluster status.
=item B<--warning-status>
Set warning threshold for status (Default: '%{status} =~ /warn/i')
Can used special variables like: %{status}, %{message}
You can use the following variables: %{status}, %{message}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} =~ /error/i').
Can used special variables like: %{status}, %{message}
You can use the following variables: %{status}, %{message}
=back

View File

@ -145,12 +145,12 @@ Filter by type (can be a regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '')
Can used special variables like: %{type}, %{active_time}
You can use the following variables: %{type}, %{active_time}
=item B<--critical-status>
Set critical threshold for status (Default: '').
Can used special variables like: %{type}, %{active_time}
You can use the following variables: %{type}, %{active_time}
=item B<--memory>

View File

@ -199,17 +199,17 @@ Filter license name (can be a regexp).
=item B<--unknown-license-status>
Set unknown threshold for status.
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-license-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--critical-license-status>
Set critical threshold for status (Default: '%{status} !~ /in compliance/i').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -304,22 +304,22 @@ Can use format: 'Europe/London' or '+0100'.
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{name}, %{status}, %{application}, %{folder}, %{type}
You can use the following variables: %{name}, %{status}, %{application}, %{folder}, %{type}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} =~ /ended not ok/i').
Can used special variables like: %{name}, %{status}, %{application}, %{folder}, %{type}
You can use the following variables: %{name}, %{status}, %{application}, %{folder}, %{type}
=item B<--warning-long>
Set warning threshold for long jobs.
Can used special variables like: %{name}, %{status}, %{elapsed}, %{application}, %{folder}, %{type}
You can use the following variables: %{name}, %{status}, %{elapsed}, %{application}, %{folder}, %{type}
=item B<--critical-long>
Set critical threshold for long jobs.
Can used special variables like: %{name}, %{status}, %{elapsed}, %{application}, %{folder}, %{type}
You can use the following variables: %{name}, %{status}, %{elapsed}, %{application}, %{folder}, %{type}
=item B<--warning-*> B<--critical-*>

View File

@ -199,17 +199,17 @@ Filter hosts by host name (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status.
Can used special variables like: %{status}, %{name}
You can use the following variables: %{status}, %{name}
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{name}
You can use the following variables: %{status}, %{name}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /powerPathManaged/').
Can used special variables like: %{status}, %{name}
You can use the following variables: %{status}, %{name}
=item B<--warning-*> B<--critical-*>

View File

@ -261,47 +261,47 @@ Filter tdd cells by id (can be a regexp).
=item B<--unknown-node-sync-status>
Set unknown threshold for synchronization status.
Can used special variables like: %{node_id}, %{sync_status}
You can use the following variables: %{node_id}, %{sync_status}
=item B<--warning-node-sync-status>
Set warning threshold for synchronization status.
Can used special variables like: %{node_id}, %{sync_status}
You can use the following variables: %{node_id}, %{sync_status}
=item B<--critical-node-sync-status>
Set critical threshold for synchronization status (Default: '%{sync_status} =~ /unsynchronized/i').
Can used special variables like: %{node_id}, %{sync_status}
You can use the following variables: %{node_id}, %{sync_status}
=item B<--unknown-fru-status>
Set unknown threshold for field replaceable unit status.
Can used special variables like: %{node_id}, %{fru_id}, %{label}, %{administrative_state}, %{availability_status}, %{operational_state}
You can use the following variables: %{node_id}, %{fru_id}, %{label}, %{administrative_state}, %{availability_status}, %{operational_state}
=item B<--warning-fru-status>
Set warning threshold for field replaceable unit status.
Can used special variables like: %{node_id}, %{fru_id}, %{label}, %{administrative_state}, %{availability_status}, %{operational_state}
You can use the following variables: %{node_id}, %{fru_id}, %{label}, %{administrative_state}, %{availability_status}, %{operational_state}
=item B<--critical-fru-status>
Set critical threshold for field replaceable unit status.
Can used special variables like: %{node_id}, %{fru_id}, %{label}, %{administrative_state}, %{availability_status}, %{operational_state}
You can use the following variables: %{node_id}, %{fru_id}, %{label}, %{administrative_state}, %{availability_status}, %{operational_state}
=item B<--unknown-cell-tdd-status>
Set unknown threshold for cell tdd status.
Can used special variables like: %{node_id}, %{cell_tdd_id}, %{label}, %{administrative_state}, %{availability_status}, %{operational_state}
You can use the following variables: %{node_id}, %{cell_tdd_id}, %{label}, %{administrative_state}, %{availability_status}, %{operational_state}
=item B<--warning-cell-tdd-status>
Set warning threshold for cell tdd status.
Can used special variables like: %{node_id}, %{cell_tdd_id}, %{label}, %{administrative_state}, %{availability_status}, %{operational_state}
You can use the following variables: %{node_id}, %{cell_tdd_id}, %{label}, %{administrative_state}, %{availability_status}, %{operational_state}
=item B<--critical-cell-tdd-status>
Set critical threshold for cell tdd status.
Can used special variables like: %{node_id}, %{cell_tdd_id}, %{label}, %{administrative_state}, %{availability_status}, %{operational_state}
You can use the following variables: %{node_id}, %{cell_tdd_id}, %{label}, %{administrative_state}, %{availability_status}, %{operational_state}
=item B<--warning-*> B<--critical-*>

View File

@ -88,12 +88,12 @@ Check health.
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{state}, %{version}
You can use the following variables: %{state}, %{version}
=item B<--critical-status>
Set critical threshold for status (Default: '%{state} ne "ok"').
Can used special variables like: %{state}, %{version}
You can use the following variables: %{state}, %{version}
=back

View File

@ -235,12 +235,12 @@ Filter backend name (can be a regexp).
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /UP/i').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -226,12 +226,12 @@ Filter backend name (can be a regexp).
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /OPEN/i').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -147,17 +147,17 @@ Filter drive name (Can use regexp).
=item B<--unknown-status>
Set unknown threshold for status.
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /ok/i').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -171,17 +171,17 @@ Exclude resource groups by name (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status (Default: '%{opState} =~ /unknown/i').
Can used special variables like: %{opState}, %{nominalState}, %{name}
You can use the following variables: %{opState}, %{nominalState}, %{name}
=item B<--warning-status>
Set warning threshold for status (Default: '%{opState} =~ /pending/i').
Can used special variables like: %{opState}, %{nominalState}, %{name}
You can use the following variables: %{opState}, %{nominalState}, %{name}
=item B<--critical-status>
Set critical threshold for status (Default: '%{opState} =~ /failed offline|stuck online/i || %{opState} ne %{nominalState}').
Can used special variables like: %{opState}, %{nominalState}, %{name}
You can use the following variables: %{opState}, %{nominalState}, %{name}
=item B<--warning-*> B<--critical-*>

View File

@ -158,12 +158,12 @@ Filter span name (can be a regexp).
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /closed|ready/i').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-*>

View File

@ -242,12 +242,12 @@ Filter client name (can be a regexp).
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{accept_sessions}, %{status}, %{display}
You can use the following variables: %{accept_sessions}, %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /^ready/i').
Can used special variables like: %{accept_sessions}, %{status}, %{display}
You can use the following variables: %{accept_sessions}, %{status}, %{display}
=item B<--warning-*>

View File

@ -168,12 +168,12 @@ Filter agent name (can be a regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{since}, %{display}, %{ipaddress}, %{active}
You can use the following variables: %{since}, %{display}, %{ipaddress}, %{active}
=item B<--critical-status>
Set critical threshold for status (Default: '').
Can used special variables like: %{since}, %{display}, %{ipaddress}, %{active}
You can use the following variables: %{since}, %{display}, %{ipaddress}, %{active}
=item B<--timezone>

View File

@ -139,12 +139,12 @@ Filter queue name (can be a regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{display}, %{status}
You can use the following variables: %{display}, %{status}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /GREEN/i').
Can used special variables like: %{display}, %{status}
You can use the following variables: %{display}, %{status}
=back

View File

@ -143,12 +143,12 @@ Filter server name (can be a regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{display}, %{ipaddress}, %{active}
You can use the following variables: %{display}, %{ipaddress}, %{active}
=item B<--critical-status>
Set critical threshold for status (Default: '').
Can used special variables like: %{display}, %{ipaddress}, %{active}
You can use the following variables: %{display}, %{ipaddress}, %{active}
=back

View File

@ -144,12 +144,12 @@ Check VRRP instances status.
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{instanceWantedState}, %{instanceStateLast}, %{instanceState}, %{instancePrimaryInterface}
You can use the following variables: %{instanceWantedState}, %{instanceStateLast}, %{instanceState}, %{instancePrimaryInterface}
=item B<--critical-status>
Set critical threshold for status (Default: '%{instanceState} ne %{instanceWantedState} or %{instanceState} ne %{instanceStateLast}').
Can used special variables like: %{instanceWantedState}, %{instanceStateLast}, %{instanceState}, %{instancePrimaryInterface}
You can use the following variables: %{instanceWantedState}, %{instanceStateLast}, %{instanceState}, %{instancePrimaryInterface}
=back

View File

@ -202,17 +202,17 @@ Filter subnets by address (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status.
Can used special variables like: %{status}, %{name}
You can use the following variables: %{status}, %{name}
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{name}
You can use the following variables: %{status}, %{name}
=item B<--critical-status>
Set critical threshold for status.
Can used special variables like: %{status}, %{name}
You can use the following variables: %{status}, %{name}
=item B<--warning-*> B<--critical-*>

View File

@ -190,12 +190,12 @@ Print powershell output.
=item B<--warning>
Set warning threshold.
Can used special variables like: %{result}, %{scenario}
You can use the following variables: %{result}, %{scenario}
=item B<--critical>
Set critical threshold (Default: '%{result} !~ /Success/i').
Can used special variables like: %{result}, %{scenario}
You can use the following variables: %{result}, %{scenario}
=item B<--mailbox>

View File

@ -447,42 +447,42 @@ Skip mapi/mailflow test (regexp can be used. In Powershell).
=item B<--warning-status>
Set warning threshold.
Can used special variables like: %{mounted}, %{database}, %{server}
You can use the following variables: %{mounted}, %{database}, %{server}
=item B<--critical-status>
Set critical threshold (Default: '%{mounted} == 0').
Can used special variables like: %{mounted}, %{database}, %{server}
You can use the following variables: %{mounted}, %{database}, %{server}
=item B<--warning-mapi>
Set warning threshold.
Can used special variables like: %{mapi_result}, %{database}, %{server}
You can use the following variables: %{mapi_result}, %{database}, %{server}
=item B<--critical-mapi>
Set critical threshold (Default: '%{mapi_result} !~ /Success/i').
Can used special variables like: %{mapi_result}, %{database}, %{server}
You can use the following variables: %{mapi_result}, %{database}, %{server}
=item B<--warning-mailflow>
Set warning threshold.
Can used special variables like: %{mailflow_result}, %{database}, %{server}
You can use the following variables: %{mailflow_result}, %{database}, %{server}
=item B<--critical-mailflow>
Set critical threshold (Default: '%{mailflow_result} !~ /Success/i').
Can used special variables like: %{mailflow_result}, %{database}, %{server}
You can use the following variables: %{mailflow_result}, %{database}, %{server}
=item B<--warning-copystatus>
Set warning threshold.
Can used special variables like: %{mailflow_result}, %{database}, %{server}
You can use the following variables: %{mailflow_result}, %{database}, %{server}
=item B<--critical-copystatus>
Set critical threshold (Default: '%{contentindexstate} !~ /Healthy/i').
Can used special variables like: %{copystatus_indexstate}, %{database}, %{server}
You can use the following variables: %{copystatus_indexstate}, %{database}, %{server}
=back

View File

@ -188,12 +188,12 @@ Print powershell output.
=item B<--warning>
Set warning threshold.
Can used special variables like: %{result}, %{scenario}
You can use the following variables: %{result}, %{scenario}
=item B<--critical>
Set critical threshold (Default: '%{result} !~ /Success/i').
Can used special variables like: %{result}, %{scenario}
You can use the following variables: %{result}, %{scenario}
=item B<--mailbox>

View File

@ -182,12 +182,12 @@ Print powershell output.
=item B<--warning>
Set warning threshold.
Can used special variables like: %{result}, %{scenario}
You can use the following variables: %{result}, %{scenario}
=item B<--critical>
Set critical threshold (Default: '%{result} !~ /Success/i').
Can used special variables like: %{result}, %{scenario}
You can use the following variables: %{result}, %{scenario}
=item B<--mailbox>

View File

@ -184,12 +184,12 @@ Print powershell output.
=item B<--warning>
Set warning threshold.
Can used special variables like: %{type}, %{id}, %{message}
You can use the following variables: %{type}, %{id}, %{message}
=item B<--critical>
Set critical threshold (Default: '%{type} !~ /Success|Information/i').
Can used special variables like: %{type}, %{id}, %{message}
You can use the following variables: %{type}, %{id}, %{message}
=item B<--mailbox>

View File

@ -196,12 +196,12 @@ Print powershell output.
=item B<--warning>
Set warning threshold.
Can used special variables like: %{result}, %{scenario}
You can use the following variables: %{result}, %{scenario}
=item B<--critical>
Set critical threshold (Default: '%{result} !~ /Success/i').
Can used special variables like: %{result}, %{scenario}
You can use the following variables: %{result}, %{scenario}
=item B<--url>

View File

@ -248,12 +248,12 @@ Print powershell output.
=item B<--warning-status>
Set warning threshold.
Can used special variables like: %{status}, %{identity}, %{is_valid}, %{delivery_type}, %{message_count}
You can use the following variables: %{status}, %{identity}, %{is_valid}, %{delivery_type}, %{message_count}
=item B<--critical-status>
Set critical threshold (Default: '%{status} !~ /Ready|Active/i').
Can used special variables like: %{status}, %{identity}, %{is_valid}, %{delivery_type}, %{message_count}
You can use the following variables: %{status}, %{identity}, %{is_valid}, %{delivery_type}, %{message_count}
=back

View File

@ -175,12 +175,12 @@ Print powershell output.
=item B<--warning>
Set warning threshold.
Can used special variables like: %{result}, %{server}, %{isvalid}, %{check}
You can use the following variables: %{result}, %{server}, %{isvalid}, %{check}
=item B<--critical>
Set critical threshold (Default: '%{result} !~ /Passed/i').
Can used special variables like: %{result}, %{server}, %{isvalid}, %{check}
You can use the following variables: %{result}, %{server}, %{isvalid}, %{check}
=back

View File

@ -175,12 +175,12 @@ Print powershell output.
=item B<--warning>
Set warning threshold.
Can used special variables like: %{servicesrunning}, %{servicesnotrunning}, %{role}, %{requiredservicesrunning}
You can use the following variables: %{servicesrunning}, %{servicesnotrunning}, %{role}, %{requiredservicesrunning}
=item B<--critical>
Set critical threshold (Default: '%{requiredservicesrunning} =~ /True/i and %{servicesnotrunning} ne ""').
Can used special variables like: %{servicesrunning}, %{servicesnotrunning}, %{role}, %{requiredservicesrunning}
You can use the following variables: %{servicesrunning}, %{servicesnotrunning}, %{role}, %{requiredservicesrunning}
=back

View File

@ -307,24 +307,24 @@ Filter virtual machine status (can be a regexp) (Default: 'running').
=item B<--warning-global-status>
Set warning threshold for status (Default: '%{integration_service_state} =~ /Update required/i').
Can used special variables like: %{vm}, %{integration_service_state},
You can use the following variables: %{vm}, %{integration_service_state},
%{integration_service_version}, %{state}
=item B<--critical-global-status>
Set critical threshold for status (Default: '').
Can used special variables like: %{vm}, %{integration_service_state},
You can use the following variables: %{vm}, %{integration_service_state},
%{integration_service_version}, %{state}
=item B<--warning-service-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{vm}, %{service}, %{primary_status}, %{secondary_status}, %{enabled}
You can use the following variables: %{vm}, %{service}, %{primary_status}, %{secondary_status}, %{enabled}
=item B<--critical-service-status>
Set critical threshold for status (Default: '%{primary_status} !~ /Ok/i').
Can used special variables like: %{vm}, %{service}, %{primary_status}, %{secondary_status}, %{enabled}
You can use the following variables: %{vm}, %{service}, %{primary_status}, %{secondary_status}, %{enabled}
=back

View File

@ -213,12 +213,12 @@ Filter virtual machines (can be a regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '%{health} =~ /Warning/i').
Can used special variables like: %{vm}, %{state}, %{health}
You can use the following variables: %{vm}, %{state}, %{health}
=item B<--critical-status>
Set critical threshold for status (Default: '%{health} =~ /Critical/i').
Can used special variables like: %{vm}, %{state}, %{health}
You can use the following variables: %{vm}, %{state}, %{health}
=back

View File

@ -226,12 +226,12 @@ Filter by VM notes (can be a regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{vm}, %{state}, %{status}, %{is_clustered}
You can use the following variables: %{vm}, %{state}, %{status}, %{is_clustered}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /Operating normally/i').
Can used special variables like: %{vm}, %{state}, %{status}, %{is_clustered}
You can use the following variables: %{vm}, %{state}, %{status}, %{is_clustered}
=back

View File

@ -355,12 +355,12 @@ Filter hostgroup (can be a regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{vm}, %{vmaddition}, %{status}
You can use the following variables: %{vm}, %{vmaddition}, %{status}
=item B<--critical-status>
Set critical threshold for status (Default: '%{vmaddition} =~ /not detected/i').
Can used special variables like: %{vm}, %{vmaddition}, %{status}
You can use the following variables: %{vm}, %{vmaddition}, %{status}
=back

View File

@ -266,12 +266,12 @@ Filter by description (can be a regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{vm}, %{status}, %{hostgroup}
You can use the following variables: %{vm}, %{status}, %{hostgroup}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /Running|Stopped/i').
Can used special variables like: %{vm}, %{status}, %{hostgroup}
You can use the following variables: %{vm}, %{status}, %{hostgroup}
=back

View File

@ -143,17 +143,17 @@ Filter application pool name (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status.
Can used special variables like: %{name}, %{state}, %{auto_start}.
You can use the following variables: %{name}, %{state}, %{auto_start}.
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{name}, %{state}, %{auto_start}.
You can use the following variables: %{name}, %{state}, %{auto_start}.
=item B<--critical-status>
Set critical threshold for status (Default: '%{auto_start} eq "on" and not %{state} =~ /started|starting/').
Can used special variables like: %{name}, %{state}, %{auto_start}.
You can use the following variables: %{name}, %{state}, %{auto_start}.
=back

View File

@ -133,17 +133,17 @@ Filter application pool name (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status.
Can used special variables like: %{status}, %{auto_start}, %{display}
You can use the following variables: %{status}, %{auto_start}, %{display}
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{auto_start}, %{display}
You can use the following variables: %{status}, %{auto_start}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{auto_start} eq "true" and %{status} !~ /starting|started/').
Can used special variables like: %{status}, %{auto_start}, %{display}
You can use the following variables: %{status}, %{auto_start}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -169,17 +169,17 @@ Filter website name (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status.
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /starting|started/').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -139,17 +139,17 @@ Filter application pool name (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status.
Can used special variables like: %{name}, %{state}, %{auto_start}.
You can use the following variables: %{name}, %{state}, %{auto_start}.
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{name}, %{state}, %{auto_start}.
You can use the following variables: %{name}, %{state}, %{auto_start}.
=item B<--critical-status>
Set critical threshold for status (Default: '%{auto_start} eq "on" and not %{state} =~ /started|starting/').
Can used special variables like: %{name}, %{state}, %{auto_start}.
You can use the following variables: %{name}, %{state}, %{auto_start}.
=item B<--warning-*> B<--critical-*>

View File

@ -128,17 +128,17 @@ Filter interface name (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status (Default: '%{state} =~ /unknown/').
Can used special variables like: %{state}, %{display}
You can use the following variables: %{state}, %{display}
=item B<--warning-status>
Set warning threshold for status (Default: none).
Can used special variables like: %{state}, %{display}
You can use the following variables: %{state}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{state} =~ /down|partitioned|unavailable/').
Can used special variables like: %{state}, %{display}
You can use the following variables: %{state}, %{display}
=back

View File

@ -127,17 +127,17 @@ Filter node name (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status (Default: '%{state} =~ /unknown/').
Can used special variables like: %{state}, %{display}
You can use the following variables: %{state}, %{display}
=item B<--warning-status>
Set warning threshold for status (Default: '%{state} =~ /pause|joining/').
Can used special variables like: %{state}, %{display}
You can use the following variables: %{state}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{state} =~ /down/').
Can used special variables like: %{state}, %{display}
You can use the following variables: %{state}, %{display}
=back

View File

@ -196,17 +196,17 @@ Filter resource group name (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status (Default: '%{state} =~ /unknown/').
Can used special variables like: %{state}, %{display}, %{owner_node}
You can use the following variables: %{state}, %{display}, %{owner_node}
=item B<--warning-status>
Set warning threshold for status (Default: '%{is_preferred_node} == 0').
Can used special variables like: %{state}, %{display}, %{owner_node}
You can use the following variables: %{state}, %{display}, %{owner_node}
=item B<--critical-status>
Set critical threshold for status (Default: '%{state} =~ /failed|offline/').
Can used special variables like: %{state}, %{display}, %{owner_node}
You can use the following variables: %{state}, %{display}, %{owner_node}
=back

View File

@ -132,17 +132,17 @@ Filter resource name (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status (Default: '%{state} =~ /unknown/').
Can used special variables like: %{state}, %{display}
You can use the following variables: %{state}, %{display}
=item B<--warning-status>
Set warning threshold for status (Default: none).
Can used special variables like: %{state}, %{display}, %{owner_node}
You can use the following variables: %{state}, %{display}, %{owner_node}
=item B<--critical-status>
Set critical threshold for status (Default: '%{state} =~ /failed|offline/').
Can used special variables like: %{state}, %{display}, %{owner_node}
You can use the following variables: %{state}, %{display}, %{owner_node}
=back

View File

@ -286,22 +286,22 @@ Print powershell output.
=item B<--warning-link-status>
Set warning threshold for current synchronisation status (Default: '')
Can used special variables like: %{status}.
You can use the following variables: %{status}.
=item B<--critical-link-status>
Set critical threshold for current synchronisation status (Default: '').
Can used special variables like: %{status}.
You can use the following variables: %{status}.
=item B<--warning-site-status>
Set warning threshold for current synchronisation status (Default: '')
Can used special variables like: %{status}, %{type}, %{site_to_site_state}, %{last_sync_time}.
You can use the following variables: %{status}, %{type}, %{site_to_site_state}, %{last_sync_time}.
=item B<--critical-site-status>
Set critical threshold for current synchronisation status (Default: '').
Can used special variables like: %{status}, %{type}, %{site_to_site_state}, %{last_sync_time}.
You can use the following variables: %{status}, %{type}, %{site_to_site_state}, %{last_sync_time}.
=back

View File

@ -244,12 +244,12 @@ Print powershell output.
=item B<--warning-status>
Set warning threshold for current synchronisation status (Default: '').
Can used special variables like: %{status}, %{mode}, %{type}, %{name}.
You can use the following variables: %{status}, %{mode}, %{type}, %{name}.
=item B<--critical-status>
Set critical threshold for current synchronisation status (Default: '').
Can used special variables like: %{status}, %{mode}, %{type}, %{name}.
You can use the following variables: %{status}, %{mode}, %{type}, %{name}.
=back

View File

@ -374,22 +374,22 @@ Set if WSUS use ssl.
=item B<--warning-synchronisation-status>
Set warning threshold for current synchronisation status (Default: '')
Can used special variables like: %{status}.
You can use the following variables: %{status}.
=item B<--critical-synchronisation-status>
Set critical threshold for current synchronisation status (Default: '').
Can used special variables like: %{status}.
You can use the following variables: %{status}.
=item B<--warning-last-synchronisation-status>
Set warning threshold for current synchronisation status (Default: '')
Can used special variables like: %{status}.
You can use the following variables: %{status}.
=item B<--critical-last-synchronisation-status>
Set critical threshold for current synchronisation status (Default: '%{status} !~ /Succeeded/').
Can used special variables like: %{status}.
You can use the following variables: %{status}.
=item B<--warning-*> B<--critical-*>

View File

@ -179,17 +179,17 @@ Filter by monitor name (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status.
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status.
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -322,7 +322,7 @@ Filter scenarios by applicationn name (can be a regexp).
=item B<--display-instance>
Set the scenario display value (Default: '%{name}').
Can used special variables like: %{name}, %{app_name}, %{display_name}, %{id}
You can use the following variables: %{name}, %{app_name}, %{display_name}, %{id}
=item B<--memory>
@ -331,17 +331,17 @@ Only check new result entries for scenarios.
=item B<--unknown-status>
Set unknown threshold for status (Default: '%{status} =~ /unknown/i').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-status>
Set warning threshold for status (Default: '%{status} =~ /warning/i').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} =~ /critical/i').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=back

View File

@ -119,12 +119,12 @@ Default: all services are monitored.
=item B<--warning-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{status}, %{start_mode}
You can use the following variables: %{status}, %{start_mode}
=item B<--critical-status>
Set critical threshold for status (Default: '%{start_mode} =~ /auto/ && %{status} !~ /^running$/').
Can used special variables like: %{status}, %{start_mode}
You can use the following variables: %{status}, %{start_mode}
=back

View File

@ -215,12 +215,12 @@ Can be: 'last-5mns' (default), 'last-hour'
=item B<--warning-status>
Set warning threshold for status (Default: '%{severity} =~ /minor/i')
Can used special variables like: %{severity}, %{type}, %{timeraised}
You can use the following variables: %{severity}, %{type}, %{timeraised}
=item B<--critical-status>
Set critical threshold for status (Default: '%{severity} =~ /major|critical/i').
Can used special variables like: %{severity}, %{type}, %{timeraised}
You can use the following variables: %{severity}, %{type}, %{timeraised}
=item B<--warning-*> B<--critical-*>

View File

@ -169,12 +169,12 @@ Filter by host name (can be a regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '%{severity} =~ /warning/i')
Can used special variables like: %{severity}, %{host}, %{name}, %{timeraised}
You can use the following variables: %{severity}, %{host}, %{name}, %{timeraised}
=item B<--critical-status>
Set critical threshold for status (Default: '%{severity} =~ /critical/i').
Can used special variables like: %{severity}, %{host}, %{name}, %{timeraised}
You can use the following variables: %{severity}, %{host}, %{name}, %{timeraised}
=item B<--warning-*> B<--critical-*>

View File

@ -321,12 +321,12 @@ Filter destination type (Can be a regexp).
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{name}
You can use the following variables: %{status}, %{name}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /Good/i').
Can used special variables like: %{status}, %{name}
You can use the following variables: %{status}, %{name}
=item B<--warning-*> B<--critical-*>

View File

@ -212,17 +212,17 @@ MQTT - Telemetry
=item B<--unknown-status>
Set unknown threshold for status (Default: '').
Can used special variables like: %{channel_status}, %{mca_status}
You can use the following variables: %{channel_status}, %{mca_status}
=item B<--warning-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{channel_status}, %{mca_status}
You can use the following variables: %{channel_status}, %{mca_status}
=item B<--critical-status>
Set critical threshold for status (Default: '%{channel_status} !~ /running|idle/i').
Can used special variables like: %{channel_status}, %{mca_status}
You can use the following variables: %{channel_status}, %{mca_status}
=item B<--warning-*> B<--critical-*>

View File

@ -135,17 +135,17 @@ Check queue manager.
=item B<--unknown-status>
Set unknown threshold for status (Default: '').
Can used special variables like: %{mgr_status}, %{channel_initiator_status}, %{command_server_status}
You can use the following variables: %{mgr_status}, %{channel_initiator_status}, %{command_server_status}
=item B<--warning-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{mgr_status}, %{channel_initiator_status}, %{command_server_status}
You can use the following variables: %{mgr_status}, %{channel_initiator_status}, %{command_server_status}
=item B<--critical-status>
Set critical threshold for status (Default: '%{mgr_status} !~ /running/i').
Can used special variables like: %{mgr_status}, %{channel_initiator_status}, %{command_server_status}
You can use the following variables: %{mgr_status}, %{channel_initiator_status}, %{command_server_status}
=item B<--warning-*> B<--critical-*>

View File

@ -147,17 +147,17 @@ Filter queue managers by name (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status.
Can used special variables like: %{mgr_status}, %{channel_initiator_status}
You can use the following variables: %{mgr_status}, %{channel_initiator_status}
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{mgr_status}, %{channel_initiator_status}
You can use the following variables: %{mgr_status}, %{channel_initiator_status}
=item B<--critical-status>
Set critical threshold for status (Default: '%{mgr_status} !~ /running/i').
Can used special variables like: %{mgr_status}, %{channel_initiator_status}
You can use the following variables: %{mgr_status}, %{channel_initiator_status}
=item B<--warning-*> B<--critical-*>

View File

@ -142,12 +142,12 @@ Filter node name (Can use regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} ne "running"').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -143,12 +143,12 @@ Filter queue name (Can use regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{state}, %{display}
You can use the following variables: %{state}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{state} ne "running"').
Can used special variables like: %{state}, %{display}
You can use the following variables: %{state}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -142,12 +142,12 @@ Filter vhost name (Can use regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} ne "ok"').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -143,17 +143,17 @@ Filter cluster name (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status.
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} eq "notRunning"').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -143,17 +143,17 @@ Filter listener type (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status.
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} ne "running"').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -156,12 +156,12 @@ City name (e.g London or ISO 3166 code like London,uk)
=item B<--warning-weather>
Set warning threshold for weather string desc (Default: '').
Can used special variables like: %{weather}
You can use the following variables: %{weather}
=item B<--critical-weather>
Set critical threshold for weather string desc (Default: '').
Can used special variables like: %{weather}
You can use the following variables: %{weather}
Example :
--critical-weather='%{weather} eq "Clouds'

View File

@ -187,17 +187,17 @@ Filter processes by type (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status.
Can used special variables like: %{status}, %{name}, %{group}, %{type}
You can use the following variables: %{status}, %{name}, %{group}, %{type}
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{name}, %{group}, %{type}
You can use the following variables: %{status}, %{name}, %{group}, %{type}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} =~ /ABENDED/i').
Can used special variables like: %{status}, %{name}, %{group}, %{type}
You can use the following variables: %{status}, %{name}, %{group}, %{type}
=item B<--warning-*> B<--critical-*>

View File

@ -137,17 +137,17 @@ Example: --filter-counters='status'
=item B<--unknown-status>
Set unknown threshold for status.
Can used special variables like: %{status}, %{name}
You can use the following variables: %{status}, %{name}
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{name}
You can use the following variables: %{status}, %{name}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /running/i').
Can used special variables like: %{status}, %{name}
You can use the following variables: %{status}, %{name}
=item B<--warning-*> B<--critical-*>

View File

@ -206,17 +206,17 @@ Filter servers by name (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status.
Can used special variables like: %{running_status}, %{is_maintenance}, %{up2date}, %{name}
You can use the following variables: %{running_status}, %{is_maintenance}, %{up2date}, %{name}
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{running_status}, %{is_maintenance}, %{up2date}, %{name}
You can use the following variables: %{running_status}, %{is_maintenance}, %{up2date}, %{name}
=item B<--critical-status>
Set critical threshold for status.
Can used special variables like: %{running_status}, %{is_maintenance}, %{up2date}, %{name}
You can use the following variables: %{running_status}, %{is_maintenance}, %{up2date}, %{name}
=item B<--warning-*> B<--critical-*>

View File

@ -155,17 +155,17 @@ Filter virtual machines by name (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status.
Can used special variables like: %{running_status}, %{name}
You can use the following variables: %{running_status}, %{name}
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{running_status}, %{name}
You can use the following variables: %{running_status}, %{name}
=item B<--critical-status>
Set critical threshold for status.
Can used special variables like: %{running_status}, %{name}
You can use the following variables: %{running_status}, %{name}
=item B<--warning-*> B<--critical-*>

View File

@ -470,42 +470,42 @@ Filter resource (also clone resource) by name (can be a regexp).
=item B<--warning-connection-status>
Set warning threshold for status.
Can used special variables like: %{connection_status}, %{connection_error}
You can use the following variables: %{connection_status}, %{connection_error}
=item B<--critical-connection-status>
Set critical threshold for status (Default: '%{connection_status} =~ /failed/i').
Can used special variables like: %{connection_status}, %{connection_error}
You can use the following variables: %{connection_status}, %{connection_error}
=item B<--warning-quorum-status>
Set warning threshold for status.
Can used special variables like: %{quorum_status}
You can use the following variables: %{quorum_status}
=item B<--critical-quorum-status>
Set critical threshold for status (Default: '%{quorum_status} =~ /noQuorum/i').
Can used special variables like: %{quorum_status}
You can use the following variables: %{quorum_status}
=item B<--warning-resource-status>
Set warning threshold for status.
Can used special variables like: %{name}, %{status}, %{node}, %{is_unmanaged}
You can use the following variables: %{name}, %{status}, %{node}, %{is_unmanaged}
=item B<--critical-resource-status>
Set critical threshold for status (Default: '%{status} =~ /stopped|failed/i').
Can used special variables like: %{name}, %{status}, %{node}, %{is_unmanaged}
You can use the following variables: %{name}, %{status}, %{node}, %{is_unmanaged}
=item B<--warning-clone-resource-status>
Set warning threshold for status.
Can used special variables like: %{name}, %{status}, %{masters_nodes_name}, %{slaves_nodes_name}, %{is_unmanaged}
You can use the following variables: %{name}, %{status}, %{masters_nodes_name}, %{slaves_nodes_name}, %{is_unmanaged}
=item B<--critical-clone-resource-status>
Set critical threshold for status (Default: '%{status} =~ /failed/i').
Can used special variables like: %{name}, %{status}, %{masters_nodes_name}, %{slaves_nodes_name}, %{is_unmanaged}
You can use the following variables: %{name}, %{status}, %{masters_nodes_name}, %{slaves_nodes_name}, %{is_unmanaged}
=item B<--ignore-failed-actions>

View File

@ -147,17 +147,17 @@ Filter gateway name (can be a regexp).
=item B<--unknown-status>
Set unknon threshold for status (Default: '').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /none/i').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -234,32 +234,32 @@ Check system usage.
=item B<--unknown-service-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--warning-service-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--critical-service-status>
Set critical threshold for status (Default: '%{status} !~ /running/i').
Can used special variables like: %{status}, %{display}
You can use the following variables: %{status}, %{display}
=item B<--unknown-storage-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{status}
You can use the following variables: %{status}
=item B<--warning-storage-status>
Set warning threshold for status (Default: '').
Can used special variables like: %{status}
You can use the following variables: %{status}
=item B<--critical-storage-status>
Set critical threshold for status (Default: '%{status} !~ /ok/i').
Can used special variables like: %{status}
You can use the following variables: %{status}
=item B<--warning-*> B<--critical-*>

View File

@ -109,12 +109,12 @@ Set the share directory.
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{message}
You can use the following variables: %{status}, %{message}
=item B<--critical-status>
Set critical threshold for status (Default: '%{message} !~ /authentication succeeded/i'
Can used special variables like: %{status}, %{message}
You can use the following variables: %{status}, %{message}
=item B<--warning-time>

View File

@ -303,22 +303,22 @@ Can be a file or json content.
=item B<--warning-status>
Set warning threshold for status.
Can used special variables like: %{status}
You can use the following variables: %{status}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} ne "success"')
Can used special variables like: %{status}
You can use the following variables: %{status}
=item B<--warning-step-status>
Set warning threshold for status.
Can used special variables like: %{status}, %{message}
You can use the following variables: %{status}, %{message}
=item B<--critical-step-status>
Set critical threshold for status.
Can used special variables like: %{status}, %{message}
You can use the following variables: %{status}, %{message}
=item B<--warning-*> B<--critical-*>

Some files were not shown because too many files have changed in this diff Show More