Mon 16172 new updates (#4514)

* fix: check all interface

* fix: "to filter interface "

* fix: --oid-display

* enh: "Set critical threshold for status"

* enh: "Set warning threshold for status"

* fix: Threshold warning|critical

* enh: rewrite all "for status"

* enh: attempt to clarify --range-perfdata
This commit is contained in:
omercier 2023-06-28 10:37:32 +02:00 committed by GitHub
parent 058eb41733
commit d7dd019440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1216 changed files with 3568 additions and 3544 deletions

View File

@ -1727,11 +1727,11 @@ Add a description of the mode options:
=item B<--warning>
Threshold warning for dropped packets in packets per second.
Warning threshold for dropped packets in packets per second.
=item B<--critical>
Threshold critical for dropped packets in packets per second.
Critical threshold for dropped packets in packets per second.
=back

View File

@ -1743,11 +1743,11 @@ Ajouter une description aux options du mode :
=item B<--warning>
Threshold warning for dropped packets in packets per second.
Warning threshold for dropped packets in packets per second.
=item B<--critical>
Threshold critical for dropped packets in packets per second.
Critical threshold for dropped packets in packets per second.
=back

View File

@ -247,32 +247,32 @@ Antivirus daily.cvd file (Default: '/var/lib/clamav/daily.cvd').
=item B<--warning-engine-status>
Set warning threshold for status (Default: '')
Define the conditions to match for the status to be WARNING (Default: '')
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}').
Define the conditions to match for the status to be CRITICAL (Default: '%{last_engine_version} ne %{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: '')
Define the conditions to match for the status to be WARNING (Default: '')
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}').
Define the conditions to match for the status to be CRITICAL (Default: '%{last_maindb_version} ne %{current_maindb_version}').
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: '')
Define the conditions to match for the status to be WARNING (Default: '')
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').
Define the conditions to match for the status to be CRITICAL (Default: '%{last_dailydb_version} ne %{current_dailydb_version} || %{current_dailydb_timediff} > 432000').
You can use the following variables: %{last_dailydb_version}, %{current_dailydb_version}, %{current_dailydb_timediff}
=back

View File

@ -297,22 +297,22 @@ Check antivirus software deployment status.
=item B<--warning-status>
Set warning threshold for status. (Default: '%{status} =~ /Warning/i').
Define the conditions to match for the status to be WARNING. (Default: '%{status} =~ /Warning/i').
Can use special variables like: %{status}
=item B<--critical-status>
Set critical threshold for status. (Default: '%{status} =~ /Critical/i').
Define the conditions to match for the status to be CRITICAL. (Default: '%{status} =~ /Critical/i').
Can use special variables like: %{status}
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'progress' (counter or %), 'failed', 'expiring', 'expired'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'progress' (counter or %), 'failed', 'expiring', 'expired'.
=item B<--percent>

View File

@ -120,22 +120,22 @@ Check events status.
=item B<--warning-status>
Set warning threshold for status. (Default: '%{status} =~ /Warning/i').
Define the conditions to match for the status to be WARNING. (Default: '%{status} =~ /Warning/i').
Can use special variables like: %{status}
=item B<--critical-status>
Set critical threshold for status. (Default: '%{status} =~ /Critical/i').
Define the conditions to match for the status to be CRITICAL. (Default: '%{status} =~ /Critical/i').
Can use special variables like: %{status}
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'events'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'events'.
=back

View File

@ -118,22 +118,22 @@ Check full scan status.
=item B<--warning-status>
Set warning threshold for status. (Default: '%{status} =~ /Warning/i').
Define the conditions to match for the status to be WARNING. (Default: '%{status} =~ /Warning/i').
Can use special variables like: %{status}
=item B<--critical-status>
Set critical threshold for status. (Default: '%{status} =~ /Critical/i').
Define the conditions to match for the status to be CRITICAL. (Default: '%{status} =~ /Critical/i').
Can use special variables like: %{status}
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'not-scanned'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'not-scanned'.
=back

View File

@ -152,23 +152,23 @@ Check logical network status.
=item B<--warning-status>
Set warning threshold for status. (Default: '%{status} =~ /Warning/i').
Define the conditions to match for the status to be WARNING. (Default: '%{status} =~ /Warning/i').
Can use special variables like: %{status}
=item B<--critical-status>
Set critical threshold for status. (Default: '%{status} =~ /Critical/i').
Define the conditions to match for the status to be CRITICAL. (Default: '%{status} =~ /Critical/i').
Can use special variables like: %{status}
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'new-hosts', 'groups', 'not-connected-long-time',
'not-controlled'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'new-hosts', 'groups', 'not-connected-long-time',
'not-controlled'.

View File

@ -162,23 +162,23 @@ Check protection status.
=item B<--warning-status>
Set warning threshold for status. (Default: '%{status} =~ /Warning/i').
Define the conditions to match for the status to be WARNING. (Default: '%{status} =~ /Warning/i').
Can use special variables like: %{status}
=item B<--critical-status>
Set critical threshold for status. (Default: '%{status} =~ /Critical/i').
Define the conditions to match for the status to be CRITICAL. (Default: '%{status} =~ /Critical/i').
Can use special variables like: %{status}
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'no-antivirus', 'no-real-time', 'not-acceptable-level',
'not-cured-objects', 'too-many-threats'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'no-antivirus', 'no-real-time', 'not-acceptable-level',
'not-cured-objects', 'too-many-threats'.

View File

@ -197,22 +197,22 @@ Check updates status.
=item B<--warning-status>
Set warning threshold for status. (Default: '%{status} =~ /Warning/i').
Define the conditions to match for the status to be WARNING. (Default: '%{status} =~ /Warning/i').
Can use special variables like: %{status}
=item B<--critical-status>
Set critical threshold for status. (Default: '%{status} =~ /Critical/i').
Define the conditions to match for the status to be CRITICAL. (Default: '%{status} =~ /Critical/i').
Can use special variables like: %{status}
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'last-server-update', 'not-updated'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'last-server-update', 'not-updated'.
=item B<--timezone>

View File

@ -98,12 +98,12 @@ Only display some counters (regexp can be used).
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'clients', 'sockets'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'clients', 'sockets'.
=back

View File

@ -142,13 +142,13 @@ Only display some counters (regexp can be used).
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'legitimate', 'blocked', 'blocked-by-am',
'blocked-by-mf', 'blocked-by-uf'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'legitimate', 'blocked', 'blocked-by-am',
'blocked-by-mf', 'blocked-by-uf'.

View File

@ -144,12 +144,12 @@ Only display some counters (regexp can be used).
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'malware-detected', 'category'
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'malware-detected', 'category'
=back

View File

@ -135,13 +135,13 @@ Only display some counters (regexp can be used).
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'client-to-proxy', 'server-to-proxy',
'proxy-to-client', 'proxy-to-server'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'client-to-proxy', 'server-to-proxy',
'proxy-to-client', 'proxy-to-server'.

View File

@ -151,13 +151,13 @@ Only display some counters (regexp can be used).
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'request', 'client-to-proxy', 'server-to-proxy',
'proxy-to-client', 'proxy-to-server'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'request', 'client-to-proxy', 'server-to-proxy',
'proxy-to-client', 'proxy-to-server'.

View File

@ -152,13 +152,13 @@ Only display some counters (regexp can be used).
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'request', 'client-to-proxy', 'server-to-proxy',
'proxy-to-client', 'proxy-to-server'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'request', 'client-to-proxy', 'server-to-proxy',
'proxy-to-client', 'proxy-to-server'.

View File

@ -169,12 +169,12 @@ Only display some counters (regexp can be used).
=item B<--warning-*>
Threshold warning on last update.
Warning threshold on last update.
Can be: 'dat-version', 'tsdb-version', 'proactive-version'.
=item B<--critical-*>
Threshold critical on last update.
Critical threshold on last update.
Can be: 'dat-version', 'tsdb-version', 'proactive-version'.
=back

View File

@ -148,23 +148,23 @@ Set HTTP headers (Multiple option)
=item B<--unknown-status>
Threshold warning for http response code
Warning threshold for http response code
=item B<--warning-status>
Threshold warning for http response code
Warning threshold for http response code
=item B<--critical-status>
Threshold critical for http response code (Default: '%{http_code} < 200 or %{http_code} >= 300')
Critical threshold for http response code (Default: '%{http_code} < 200 or %{http_code} >= 300')
=item B<--warning>
Threshold warning in seconds (server-status page response time)
Warning threshold in seconds (server-status page response time)
=item B<--critical>
Threshold critical in seconds (server-status page response time)
Critical threshold in seconds (server-status page response time)
=back

View File

@ -145,17 +145,17 @@ Display failed hosts list in verbose output.
=item B<--unknown-job-status>
Set unknown threshold for status (Default: '%{last_job_status} =~ /default/').
Define the conditions to match for the status to be UNKNOWN (Default: '%{last_job_status} =~ /default/').
You can use the following variables: %{last_job_status}, %{display}
=item B<--warning-job-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
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/').
Define the conditions to match for the status to be CRITICAL (Default: '%{last_job_status} =~ /failed/').
You can use the following variables: %{last_job_status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -215,17 +215,17 @@ Number of seconds between retries (Default : 10).
=item B<--unknown-job-status>
Set unknown threshold for status (Default: '%{last_job_status} =~ /default/').
Define the conditions to match for the status to be UNKNOWN (Default: '%{last_job_status} =~ /default/').
You can use the following variables: %{last_job_status}, %{display}
=item B<--warning-job-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
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/').
Define the conditions to match for the status to be CRITICAL (Default: '%{last_job_status} =~ /failed/').
You can use the following variables: %{last_job_status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -166,17 +166,17 @@ Filter schedule name (Can use regexp).
=item B<--unknown-job-status>
Set unknown threshold for status (Default: '%{last_job_status} =~ /default/').
Define the conditions to match for the status to be UNKNOWN (Default: '%{last_job_status} =~ /default/').
You can use the following variables: %{last_job_status}, %{display}
=item B<--warning-job-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
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/').
Define the conditions to match for the status to be CRITICAL (Default: '%{last_job_status} =~ /failed/').
You can use the following variables: %{last_job_status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -230,17 +230,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')
Define the conditions to match for the status to be OK (Default: '%{status} == 1')
You can use the following variables: %{display}, %{status}
=item B<--warning-status>
Set warning threshold for status (Default: '%{status} == 1')
Define the conditions to match for the status to be WARNING (Default: '%{status} == 1')
You can use the following variables: %{display}, %{status}, %{type}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} != 1').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} != 1').
You can use the following variables: %{display}, %{status}, %{type}
=item B<--warning-total>

View File

@ -277,12 +277,12 @@ Only get alerts by severity (can be a regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '%{severity} =~ /warning/i')
Define the conditions to match for the status to be WARNING (Default: '%{severity} =~ /warning/i')
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').
Define the conditions to match for the status to be CRITICAL (Default: '%{severity} =~ /error/i').
You can use the following variables: %{name}, %{severity}, %{source}, %{category}, %{timeraised}, %{message}
=item B<--warning-*> B<--critical-*>

View File

@ -304,12 +304,12 @@ Filter disks by type (can be a regexp).
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
You can use the following variables: %{status}, %{name}, %{type}.
=item B<--critical-status>
Set critical threshold for status.
Define the conditions to match for the status to be CRITICAL.
You can use the following variables: %{status}, %{name}, %{type}.
=item B<--warning-*> B<--critical-*>

View File

@ -307,12 +307,12 @@ Filter job with end time greater than current time less value in seconds (Defaul
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
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').
Define the conditions to match for the status to be CRITICAL (Default: 'not %{status} =~ /succeeded/i').
You can use the following variables: %{name}, %{status}, %{subStatus}, %{type}, %{isActive}.
=item B<--warning-long>

View File

@ -211,12 +211,12 @@ Filter alerts by type (can be a regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '%{severity} =~ /warning/')
Define the conditions to match for the status to be WARNING (Default: '%{severity} =~ /warning/')
You can use the following variables: %{severity}, %{status}, %{type}, %{name}, %{since}
=item B<--critical-status>
Set critical threshold for status (Default: '%{severity} =~ /critical/').
Define the conditions to match for the status to be CRITICAL (Default: '%{severity} =~ /critical/').
You can use the following variables: %{severity}, %{status}, %{type}, %{name}, %{since}
=item B<--memory>

View File

@ -265,12 +265,12 @@ 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')
Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /abnormal/i')
You can use the following variables: %{display}, %{status}, %{type}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} =~ /errors|failed/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /errors|failed/i').
You can use the following variables: %{display}, %{status}, %{type}
=item B<--warning-long>

View File

@ -177,17 +177,17 @@ Filter media agents by name (Can be a regexp).
=item B<--unknown-device-status>
Set unknown threshold for status.
Define the conditions to match for the status to be UNKNOWN.
You can use the following variables: %{status}, %{name}
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
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"').
Define the conditions to match for the status to be CRITICAL (Default: '%{is_maintenance} eq "no" and %{status} eq "offline"').
You can use the following variables: %{status}, %{is_maintenance}, %{offline_reason}, %{name}
=item B<--warning-*> B<--critical-*>

View File

@ -166,17 +166,17 @@ Filter storage pools by name (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status.
Define the conditions to match for the status to be UNKNOWN.
You can use the following variables: %{status}, %{display}
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /online/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /online/i').
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -251,17 +251,17 @@ Set timezone (If not set, we use current server execution timezone).
=item B<--unknown-status>
Set unknown threshold for status.
Define the conditions to match for the status to be UNKNOWN.
You can use the following variables: %{display}, %{status}, %{type}
=item B<--warning-status>
Set warning threshold for status (Default: '%{status} =~ /warning/i').
Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /warning/i').
You can use the following variables: %{display}, %{status}, %{type}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} =~ /failed/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /failed/i').
You can use the following variables: %{display}, %{status}, %{type}
=item B<--warning-total>

View File

@ -206,12 +206,12 @@ Set critical threshold in percent.
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
You can use the following variables: %{display}, %{status}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /up/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /up/i').
You can use the following variables: %{display}, %{status}
=back

View File

@ -126,12 +126,12 @@ Filter drive name (can be a regexp).
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'cleaning'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'cleaning'.
=back

View File

@ -132,12 +132,12 @@ Filter drive name (can be a regexp).
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
You can use the following variables: %{display}, %{status}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /up/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /up/i').
You can use the following variables: %{display}, %{status}
=back

View File

@ -335,17 +335,17 @@ 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')
Define the conditions to match for the status to be OK (Default: '%{status} == 0')
You can use the following variables: %{display}, %{status}
=item B<--warning-status>
Set warning threshold for status (Default: '%{status} == 1')
Define the conditions to match for the status to be WARNING (Default: '%{status} == 1')
You can use the following variables: %{display}, %{status}, %{type}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} > 1').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} > 1').
You can use the following variables: %{display}, %{status}, %{type}
=item B<--warning-long>

View File

@ -200,12 +200,12 @@ Thresholds are on free tape left.
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'usage'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'usage'.
=back

View File

@ -225,22 +225,22 @@ Thresholds are on free tape left.
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /active/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /active/i').
You can use the following variables: %{status}, %{display}
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'usage'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'usage'.
=back

View File

@ -176,12 +176,12 @@ Command used: '/quadstorvtl/bin/impexp -l'
=item B<--warning-status>
Set warning threshold for status (Default: none)
Define the conditions to match for the status to be WARNING (Default: none)
You can use the following variables: %{display}, %{status}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} =~ /error/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /error/i').
You can use the following variables: %{display}, %{status}
=item B<--warning-long>

View File

@ -251,12 +251,12 @@ Thresholds are on free tape left.
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /active/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /active/i').
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -157,17 +157,17 @@ Check agents.
=item B<--unknown-status>
Set unknown threshold for status (Default: '%{status} =~ /unreachable/i').
Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /unreachable/i').
You can use the following variables: %{status}, %{display}
=item B<--warning-status>
Set warning threshold for status (Default: '').
Define the conditions to match for the status to be WARNING (Default: '').
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} =~ /failed|authenticationError/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /failed|authenticationError/i').
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -187,17 +187,17 @@ Check repositories.
=item B<--unknown-status>
Set unknown threshold for status (Default: '%{status} =~ /unknown/i').
Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /unknown/i').
You can use the following variables: %{status}, %{display}
=item B<--warning-status>
Set warning threshold for status (Default: '').
Define the conditions to match for the status to be WARNING (Default: '').
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} =~ /error/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /error/i').
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -173,17 +173,17 @@ Which cluster to check (Default: 'me').
=item B<--unknown-status>
Set unknown threshold for status.
Define the conditions to match for the status to be UNKNOWN.
You can use the following variables: %{status}, %{name}
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
You can use the following variables: %{status}, %{name}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /ok/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /ok/i').
You can use the following variables: %{status}, %{name}
=item B<--warning-*> B<--critical-*>

View File

@ -177,17 +177,17 @@ Filter disks by disk id (can be a regexp).
=item B<--unknown-disks-status>
Set unknown threshold for status.
Define the conditions to match for the status to be UNKNOWN.
You can use the following variables: %{status}, %{id}
=item B<--warning-disk-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
You can use the following variables: %{status}, %{id}
=item B<--critical-disk-status>
Set critical threshold for status (Default: '%{status} !~ /active/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /active/i').
You can use the following variables: %{status}, %{id}
=item B<--warning-*> B<--critical-*>

View File

@ -182,17 +182,17 @@ Filter nodes by node id (can be a regexp).
=item B<--unknown-node-status>
Set unknown threshold for status.
Define the conditions to match for the status to be UNKNOWN.
You can use the following variables: %{status}, %{ip_address}, %{id}
=item B<--warning-node-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
You can use the following variables: %{status}, %{ip_address}, %{id}
=item B<--critical-node-status>
Set critical threshold for status (Default: '%{status} !~ /ok/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /ok/i').
You can use the following variables: %{status}, %{ip_address}, %{id}
=item B<--warning-*> B<--critical-*>

View File

@ -158,12 +158,12 @@ Get activity log more recent than X hour(s) (default: '1').
=item B<--warning-status>
Set warning threshold for status (Default: '%{severity} =~ /warning/')
Define the conditions to match for the status to be WARNING (Default: '%{severity} =~ /warning/')
You can use the following variables: %{message}, %{severity}, %{since}
=item B<--critical-status>
Set critical threshold for status (Default: '%{severity} =~ /error|severe/').
Define the conditions to match for the status to be CRITICAL (Default: '%{severity} =~ /error|severe/').
You can use the following variables: %{message}, %{severity}, %{since}
=item B<--timezone>

View File

@ -181,12 +181,12 @@ Filter by session type.
=item B<--warning-status>
Set warning threshold for status (Default: '')
Define the conditions to match for the status to be WARNING (Default: '')
You can use the following variables: %{client_name}, %{state}, %{session_type}, %{since}
=item B<--critical-status>
Set critical threshold for status (Default: '').
Define the conditions to match for the status to be CRITICAL (Default: '').
You can use the following variables: %{client_name}, %{state}, %{session_type}, %{since}
=item B<--warning-*>

View File

@ -318,17 +318,17 @@ Filter job with end time greater than current time less value in seconds (Defaul
=item B<--ok-status>
Set ok threshold for status.
Define the conditions to match for the status to be OK.
You can use the following variables: %{display}, %{status}, %{type}, %{is_running}, %{scheduled}.
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
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').
Define the conditions to match for the status to be CRITICAL (Default: '%{is_running} == 0 and not %{status} =~ /Success/i').
You can use the following variables: %{display}, %{status}, %{type}, %{is_running}, %{scheduled}.
=item B<--warning-long>

View File

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

View File

@ -301,12 +301,12 @@ Filter repositories by type (can be a regexp).
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
You can use the following variables: %{status}, %{name}, %{type}.
=item B<--critical-status>
Set critical threshold for status (Default: 'not %{status} =~ /ordinal|maintenance/i').
Define the conditions to match for the status to be CRITICAL (Default: 'not %{status} =~ /ordinal|maintenance/i').
You can use the following variables: %{status}, %{name}, %{type}.
=item B<--warning-*> B<--critical-*>

View File

@ -254,17 +254,17 @@ Filter job type (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status (Default: '')
Define the conditions to match for the status to be UNKNOWN (Default: '')
You can use the following variables: %{display}, %{enabled}, %{type}, %{last_result}, %{last_state}.
=item B<--warning-status>
Set warning threshold for status (Default: '')
Define the conditions to match for the status to be WARNING (Default: '')
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').
Define the conditions to match for the status to be CRITICAL (Default: '%{enabled} == 1 and not %{last_result} =~ /Success|None/i').
You can use the following variables: %{display}, %{enabled}, %{type}, %{last_result}, %{last_state}.
=item B<--warning-total>

View File

@ -290,17 +290,17 @@ Filter job type (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status.
Define the conditions to match for the status to be UNKNOWN.
You can use the following variables: %{name}, %{type}, %{status}, %{duration}.
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
You can use the following variables: %{name}, %{type}, %{status}, %{duration}.
=item B<--critical-status>
Set critical threshold for status (Default: 'not %{status} =~ /success/i').
Define the conditions to match for the status to be CRITICAL (Default: 'not %{status} =~ /success/i').
You can use the following variables: %{name}, %{type}, %{status}, %{duration}.
=item B<--warning-*> B<--critical-*>

View File

@ -118,11 +118,11 @@ Check bind memory usage.
=item B<--warning-usage>
Threshold warning.
Warning threshold.
=item B<--critical-usage>
Threshold critical.
Critical threshold.
=back

View File

@ -112,11 +112,11 @@ The mode should be used with mssql plugin and dyn-mode option.
=item B<--warning>
Threshold warning.
Warning threshold.
=item B<--critical>
Threshold critical.
Critical threshold.
=item B<--filter-location>

View File

@ -244,12 +244,12 @@ Can be: 'speed-events', 'queued-events', 'unacknowledged-events'.
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
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').
Define the conditions to match for the status to be CRITICAL (Default: '%{type} eq "output" and %{queue_file_enabled} =~ /yes/i').
You can use the following variables: %{queue_file_enabled}, %{state}, %{status}, %{type}, %{display}
=back

View File

@ -81,11 +81,11 @@ The version is an integer increasing (format: YYYYMMDD of the release).
=item B<--warning>
Threshold warning.
Warning threshold.
=item B<--critical>
Threshold critical.
Critical threshold.
=back

View File

@ -144,22 +144,22 @@ Only display some counters (regexp can be used).
=item B<--warning-status>
Set warning threshold for status. (Default: '').
Define the conditions to match for the status to be WARNING. (Default: '').
Can use special variables like: %{processed_packets}, %{received_packets}, %{diff_packets}.
=item B<--critical-status>
Set critical threshold for status. (Default: '%{processed_packets} < %{received_packets}').
Define the conditions to match for the status to be CRITICAL. (Default: '%{processed_packets} < %{received_packets}').
Can use special variables like: %{processed_packets}, %{received_packets}, %{diff_packets}.
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'received-packets-rate', 'processed-packets-rate'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'received-packets-rate', 'processed-packets-rate'.
=back

View File

@ -134,13 +134,13 @@ Only display some counters (regexp can be used).
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: ''drilldown-candidates-queue', 'cutback-computation-rate',
'minimal-computation-rate', 'recursive-computation-rate'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: ''drilldown-candidates-queue', 'cutback-computation-rate',
'minimal-computation-rate', 'recursive-computation-rate'.

View File

@ -118,7 +118,7 @@ Only display some counters (regexp can be used).
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'open-gate-rate', 'close-gate-rate', 'add-resource-rate', 'poller-restart-rate', 'update-resource-rate',
'session-expired-rate', 'update-acl-children-rate', 'sync-children-rate', 'remove-child-rate',
'update-status-resource-rate', 'remove-resource-rate', 'update-status-inherited-rate', 'add-child-rate',
@ -128,7 +128,7 @@ Can be: 'open-gate-rate', 'close-gate-rate', 'add-resource-rate', 'poller-restar
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'open-gate-rate', 'close-gate-rate', 'add-resource-rate', 'poller-restart-rate', 'update-resource-rate',
'session-expired-rate', 'update-acl-children-rate', 'sync-children-rate', 'remove-child-rate',
'update-status-resource-rate', 'remove-resource-rate', 'update-status-inherited-rate', 'add-child-rate',

View File

@ -95,12 +95,12 @@ perl centreon_plugins.pl --plugin=apps::centreon::map::jmx::plugin --custommode=
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'open-views'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'open-views'.
=back

View File

@ -111,12 +111,12 @@ Only display some counters (regexp can be used).
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'active-session', 'queue-size'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'active-session', 'queue-size'.
=back

View File

@ -243,21 +243,21 @@ Only display some counters (regexp can be used).
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'map-synchronization-centreon-count',
'map-synchronization-centreon-duration-average-milliseconds',
'map-synchronization-centreon-duration-max-milliseconds'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'map-synchronization-centreon-count',
'map-synchronization-centreon-duration-average-milliseconds',
'map-synchronization-centreon-duration-max-milliseconds'.
=item B<--warning-instance-*>
Threshold warning.
Warning threshold.
Can be: 'map-synchronization-acl-count', 'map-synchronization-acl-duration-average-milliseconds',
'map-synchronization-acl-duration-max-milliseconds', 'map-synchronization-resource-count',
'map-synchronization-resource-duration-average-milliseconds',
@ -265,7 +265,7 @@ Can be: 'map-synchronization-acl-count', 'map-synchronization-acl-duration-avera
=item B<--critical-instance-*>
Threshold critical.
Critical threshold.
Can be: 'map-synchronization-acl-count', 'map-synchronization-acl-duration-average-milliseconds',
'map-synchronization-acl-duration-max-milliseconds', 'map-synchronization-resource-count',
'map-synchronization-resource-duration-average-milliseconds',

View File

@ -120,11 +120,11 @@ Centreon storage database name (default: 'centreon_storage').
=item B<--warning>
Threshold warning.
Warning threshold.
=item B<--critical>
Threshold critical.
Critical threshold.
=back

View File

@ -164,11 +164,11 @@ Centreon storage database name (default: 'centreon_storage').
=item B<--warning>
Threshold warning.
Warning threshold.
=item B<--critical>
Threshold critical.
Critical threshold.
=back

View File

@ -146,12 +146,12 @@ Example: --filter-counters='^total-queue-cache$'
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: Can be: 'total-queue-cache', 'total-queue-lock', 'host-queue-cache'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: Can be: 'total-queue-cache', 'total-queue-lock', 'host-queue-cache'.
=item B<--filter-host-queue>

View File

@ -126,11 +126,11 @@ Example: centreon_storage.data_bin
=item B<--warning>
Threshold warning (number of retention forward days)
Warning threshold (number of retention forward days)
=item B<--critical>
Threshold critical (number of retention forward days)
Critical threshold (number of retention forward days)
=item B<--timezone>

View File

@ -111,11 +111,11 @@ Filter by poller name (can be a regexp).
=item B<--warning-delay>
Threshold warning in seconds.
Warning threshold in seconds.
=item B<--critical-delay>
Threshold critical in seconds.
Critical threshold in seconds.
=back

View File

@ -100,12 +100,12 @@ Check overall cluster status.
=item B<--warning-status>
Set warning threshold for status (Default: '%{status} =~ /warn/i')
Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /warn/i')
You can use the following variables: %{status}, %{message}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} =~ /error/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /error/i').
You can use the following variables: %{status}, %{message}
=back

View File

@ -144,12 +144,12 @@ Filter by type (can be a regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '')
Define the conditions to match for the status to be WARNING (Default: '')
You can use the following variables: %{type}, %{active_time}
=item B<--critical-status>
Set critical threshold for status (Default: '').
Define the conditions to match for the status to be CRITICAL (Default: '').
You can use the following variables: %{type}, %{active_time}
=item B<--memory>

View File

@ -124,13 +124,13 @@ Only display some counters (regexp can be used).
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'active-calls', 'local-participants', 'remote-participants',
'call-legs'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'active-calls', 'local-participants', 'remote-participants',
'call-legs'.

View File

@ -130,12 +130,12 @@ Check database status.
=item B<--warning-status>
Set warning threshold for status. (Default: '').
Define the conditions to match for the status to be WARNING. (Default: '').
Can use special variables like: %{hostname}, %{master}, %{up}, %{sync_behind}
=item B<--critical-status>
Set critical threshold for status. (Default: '%{up} !~ /true/i').
Define the conditions to match for the status to be CRITICAL. (Default: '%{up} !~ /true/i').
Can use special variables like: %{hostname}, %{master}, %{up}, %{sync_behind}
=back

View File

@ -132,12 +132,12 @@ Check features licensing.
=item B<--warning-status>
Set warning threshold for status. (Default: '%{status} eq "activated" && %{expiry_days} < 60').
Define the conditions to match for the status to be WARNING. (Default: '%{status} eq "activated" && %{expiry_days} < 60').
Can use special variables like: %{status}, %{expiry_days}, %{feature}
=item B<--critical-status>
Set critical threshold for status. (Default: '%{status} eq "activated" && %{expiry_days} < 30').
Define the conditions to match for the status to be CRITICAL. (Default: '%{status} eq "activated" && %{expiry_days} < 30').
Can use special variables like: %{status}, %{expiry_days}, %{feature}
=back

View File

@ -201,23 +201,23 @@ Only display some counters (regexp can be used).
=item B<--warning-status>
Set warning threshold for status. (Default: '').
Define the conditions to match for the status to be WARNING. (Default: '').
Can use special variables like: %{activated}, %{cluster_enabled}
=item B<--critical-status>
Set critical threshold for status. (Default: '%{activated} !~ /true/i').
Define the conditions to match for the status to be CRITICAL. (Default: '%{activated} !~ /true/i').
Can use special variables like: %{activated}, %{cluster_enabled}
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'active-legs', 'completed-legs', 'audio-outgoing-rate',
'audio-incoming-rate', 'video-outgoing-rate', 'video-incoming-rate'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'active-legs', 'completed-legs', 'audio-outgoing-rate',
'audio-incoming-rate', 'video-outgoing-rate', 'video-incoming-rate'.

View File

@ -104,12 +104,12 @@ Only display some counters (regexp can be used).
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'active-sessions', 'postured-endpoints', 'profiler-service-sessions'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'active-sessions', 'postured-endpoints', 'profiler-service-sessions'.
=back

View File

@ -198,17 +198,17 @@ Filter license name (can be a regexp).
=item B<--unknown-license-status>
Set unknown threshold for status.
Define the conditions to match for the status to be UNKNOWN.
You can use the following variables: %{status}, %{display}
=item B<--warning-license-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
You can use the following variables: %{status}, %{display}
=item B<--critical-license-status>
Set critical threshold for status (Default: '%{status} !~ /in compliance/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /in compliance/i').
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -122,11 +122,11 @@ Check Citrix servers per folder.
=item B<--warning>
Threshold warning of servers per folder.
Warning threshold of servers per folder.
=item B<--critical>
Threshold critical of servers per folder.
Critical threshold of servers per folder.
=item B<--folder>

View File

@ -157,11 +157,11 @@ Check Citrix sessions.
=item B<--warning>
Threshold warning of active sessions.
Warning threshold of active sessions.
=item B<--critical>
Threshold critical of active sessions.
Critical threshold of active sessions.
=item B<--domain>

View File

@ -118,11 +118,11 @@ Check Citrix servers per zone.
=item B<--warning>
Threshold warning of servers per zone.
Warning threshold of servers per zone.
=item B<--critical>
Threshold critical of servers per zone.
Critical threshold of servers per zone.
=item B<--zone>

View File

@ -303,12 +303,12 @@ Can use format: 'Europe/London' or '+0100'.
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
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').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /ended not ok/i').
You can use the following variables: %{name}, %{status}, %{application}, %{folder}, %{type}
=item B<--warning-long>

View File

@ -198,17 +198,17 @@ Filter hosts by host name (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status.
Define the conditions to match for the status to be UNKNOWN.
You can use the following variables: %{status}, %{name}
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
You can use the following variables: %{status}, %{name}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /powerPathManaged/').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /powerPathManaged/').
You can use the following variables: %{status}, %{name}
=item B<--warning-*> B<--critical-*>

View File

@ -149,11 +149,11 @@ Threshold for HTTP timeout (Default: 5)
=item B<--warning>
Threshold warning.
Warning threshold.
=item B<--critical>
Threshold critical.
Critical threshold.
=item B<--owner>

View File

@ -134,11 +134,11 @@ Threshold for HTTP timeout (Default: 5)
=item B<--warning>
Threshold warning.
Warning threshold.
=item B<--critical>
Threshold critical.
Critical threshold.
=item B<--owner>

View File

@ -87,12 +87,12 @@ Check health.
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
You can use the following variables: %{state}, %{version}
=item B<--critical-status>
Set critical threshold for status (Default: '%{state} ne "ok"').
Define the conditions to match for the status to be CRITICAL (Default: '%{state} ne "ok"').
You can use the following variables: %{state}, %{version}
=back

View File

@ -234,12 +234,12 @@ Filter backend name (can be a regexp).
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /UP/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /UP/i').
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -225,12 +225,12 @@ Filter backend name (can be a regexp).
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /OPEN/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /OPEN/i').
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -146,17 +146,17 @@ Filter drive name (Can use regexp).
=item B<--unknown-status>
Set unknown threshold for status.
Define the conditions to match for the status to be UNKNOWN.
You can use the following variables: %{status}, %{display}
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /ok/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /ok/i').
You can use the following variables: %{status}, %{display}
=item B<--warning-*> B<--critical-*>

View File

@ -170,17 +170,17 @@ Exclude resource groups by name (can be a regexp).
=item B<--unknown-status>
Set unknown threshold for status (Default: '%{opState} =~ /unknown/i').
Define the conditions to match for the status to be UNKNOWN (Default: '%{opState} =~ /unknown/i').
You can use the following variables: %{opState}, %{nominalState}, %{name}
=item B<--warning-status>
Set warning threshold for status (Default: '%{opState} =~ /pending/i').
Define the conditions to match for the status to be WARNING (Default: '%{opState} =~ /pending/i').
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}').
Define the conditions to match for the status to be CRITICAL (Default: '%{opState} =~ /failed offline|stuck online/i || %{opState} ne %{nominalState}').
You can use the following variables: %{opState}, %{nominalState}, %{name}
=item B<--warning-*> B<--critical-*>

View File

@ -157,22 +157,22 @@ Filter span name (can be a regexp).
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
You can use the following variables: %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /closed|ready/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /closed|ready/i').
You can use the following variables: %{status}, %{display}
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'active-channels'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'active-channels'.
=back

View File

@ -141,13 +141,13 @@ Filter channel group name (can be a regexp).
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'sip-active-calls', 'tdm-active-calls',
'channel-group-active-calls'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'sip-active-calls', 'tdm-active-calls',
'channel-group-active-calls'.

View File

@ -132,12 +132,12 @@ Filter location name (can be a regexp).
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'elem-count', 'avg-load'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'elem-count', 'avg-load'.
=back

View File

@ -241,22 +241,22 @@ Filter client name (can be a regexp).
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
You can use the following variables: %{accept_sessions}, %{status}, %{display}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /^ready/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /^ready/i').
You can use the following variables: %{accept_sessions}, %{status}, %{display}
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'usage', 'resource-count'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'usage', 'resource-count'.
=item B<--units>

View File

@ -169,12 +169,12 @@ Check disk usages.
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'httpcache-usage', 'tracelog-usage'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'httpcache-usage', 'tracelog-usage'.
=item B<--units>

View File

@ -81,12 +81,12 @@ Check memory.
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'usage' (B).
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'usage' (B).
=back

View File

@ -235,7 +235,7 @@ Filter paths by destionation port (regexp can be used).
=item B<--warning-status>
Set warning threshold for status.
Define the conditions to match for the status to be WARNING.
Can use special variables like: %{state}, %{expected_state}
For example, if you want a warning alert when the path state is in 'error' then
@ -244,7 +244,7 @@ the option would be:
=item B<--critical-status>
Set critical threshold for status. (Default: '%{expected_state} ne %{state}').
Define the conditions to match for the status to be CRITICAL. (Default: '%{expected_state} ne %{state}').
Can use special variables like: %{state}, %{expected_state}
For example, if you want a critical alert when the path state is in 'error' then

View File

@ -167,12 +167,12 @@ Filter agent name (can be a regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '').
Define the conditions to match for the status to be WARNING (Default: '').
You can use the following variables: %{since}, %{display}, %{ipaddress}, %{active}
=item B<--critical-status>
Set critical threshold for status (Default: '').
Define the conditions to match for the status to be CRITICAL (Default: '').
You can use the following variables: %{since}, %{display}, %{ipaddress}, %{active}
=item B<--timezone>

View File

@ -138,12 +138,12 @@ Filter queue name (can be a regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '').
Define the conditions to match for the status to be WARNING (Default: '').
You can use the following variables: %{display}, %{status}
=item B<--critical-status>
Set critical threshold for status (Default: '%{status} !~ /GREEN/i').
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /GREEN/i').
You can use the following variables: %{display}, %{status}
=back

View File

@ -142,12 +142,12 @@ Filter server name (can be a regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '').
Define the conditions to match for the status to be WARNING (Default: '').
You can use the following variables: %{display}, %{ipaddress}, %{active}
=item B<--critical-status>
Set critical threshold for status (Default: '').
Define the conditions to match for the status to be CRITICAL (Default: '').
You can use the following variables: %{display}, %{ipaddress}, %{active}
=back

View File

@ -173,13 +173,13 @@ Filter application name (can be a regexp).
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'connect-count', 'query-count', 'insert-count',
'update-count' 'close-count'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'connect-count', 'query-count', 'insert-count',
'update-count' 'close-count'.

View File

@ -149,12 +149,12 @@ Filter datasource name (can be a regexp).
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'active-con', 'available-con', 'created-con', 'in-use-con'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'active-con', 'available-con', 'created-con', 'in-use-con'.
=back

View File

@ -86,19 +86,19 @@ WARN : Probably not work for java -version < 7.
=item B<--warning-system>
Threshold warning of System cpuload
Warning threshold of System cpuload
=item B<--critical-system>
Threshold critical of System cpuload
Critical threshold of System cpuload
=item B<--warning-process>
Threshold warning of Process cpuload
Warning threshold of Process cpuload
=item B<--critical-process>
Threshold critical of Process cpuload
Critical threshold of Process cpuload
=back

View File

@ -175,19 +175,19 @@ Check Java Heap and NonHeap memory usage.
=item B<--warning-heap>
Threshold warning of Heap memory usage
Warning threshold of Heap memory usage
=item B<--critical-heap>
Threshold critical of Heap memory usage
Critical threshold of Heap memory usage
=item B<--warning-nonheap>
Threshold warning of NonHeap memory usage
Warning threshold of NonHeap memory usage
=item B<--critical-nonheap>
Threshold critical of NonHeap memory usage
Critical threshold of NonHeap memory usage
=item B<--units>

View File

@ -231,43 +231,43 @@ Code Cache (non-heap) (-code) : The HotSpot Java VM also includes
=item B<--warning-eden>
Threshold warning of Heap 'Eden Space' memory usage
Warning threshold of Heap 'Eden Space' memory usage
=item B<--critical-eden>
Threshold critical of Heap 'Survivor Space' memory usage
Critical threshold of Heap 'Survivor Space' memory usage
=item B<--warning-tenured>
Threshold warning of Heap 'Tenured Generation' memory usage
Warning threshold of Heap 'Tenured Generation' memory usage
=item B<--critical-tenured>
Threshold critical of Heap 'Tenured Generation' memory usage
Critical threshold of Heap 'Tenured Generation' memory usage
=item B<--warning-survivor>
Threshold warning of Heap 'Survivor Space' memory usage
Warning threshold of Heap 'Survivor Space' memory usage
=item B<--critical-survivor>
Threshold critical of Heap 'Survivor Space' memory usage
Critical threshold of Heap 'Survivor Space' memory usage
=item B<--warning-permanent>
Threshold warning of NonHeap 'Permanent Generation' memory usage
Warning threshold of NonHeap 'Permanent Generation' memory usage
=item B<--critical-permanent>
Threshold critical of NonHeap 'Permanent Generation' memory usage
Critical threshold of NonHeap 'Permanent Generation' memory usage
=item B<--warning-code>
Threshold warning of NonHeap 'Code Cache' memory usage
Warning threshold of NonHeap 'Code Cache' memory usage
=item B<--critical-code>
Threshold critical of NonHeap 'Code Cache' memory usage
Critical threshold of NonHeap 'Code Cache' memory usage
=item B<--units>

View File

@ -91,12 +91,12 @@ Check threads.
=item B<--warning-*>
Threshold warning.
Warning threshold.
Can be: 'active', 'daemon'.
=item B<--critical-*>
Threshold critical.
Critical threshold.
Can be: 'active', 'daemon'.
=back

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