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:
parent
058eb41733
commit
d7dd019440
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'.
|
||||
|
||||
|
|
|
@ -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'.
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'.
|
||||
|
||||
|
|
|
@ -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'.
|
||||
|
||||
|
|
|
@ -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'.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'.
|
||||
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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'.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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-*>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue