mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-09-26 11:18:39 +02:00
Fix typos, missing and wrong counters in help pods
This commit is contained in:
parent
bca442d41a
commit
9436499add
@ -190,19 +190,12 @@ Can be: NumberOfBackupJobsCompleted, NumberOfBackupJobsFailed, NumberOfBackupJob
|
||||
|
||||
Can be regex, for example : --filter-metric="NumberOf(Backup|Copy).*Failed"
|
||||
|
||||
=item B<--warning-*>
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
||||
Warning thresholds. Not mandatory, but if you don't specify critical or warning thresholds you will always get OK status.
|
||||
Thresholds.
|
||||
|
||||
Can be : --warning-number-backup-jobs-completed, --warning-number-backup-jobs-failed, --warning-umber-backup-jobs-expired,
|
||||
--warning-number-copy-jobs-completed, --warning-number-copy-jobs-failed, --warning-number-recovery-jobs-expired
|
||||
|
||||
=item B<--critical-*>
|
||||
|
||||
Critical thresholds. Not mandatory, but if you don't specify critical or warning thresholds you will always get OK status.
|
||||
|
||||
Can be : --critical-number-backup-jobs-completed, --critical-number-backup-jobs-failed, --critical-number-backup-jobs-expired,
|
||||
--critical-number-copy-jobs-completed, --critical-number-copy-jobs-failed, --critical-number-recovery-jobs-expired
|
||||
Can be: 'number-backup-jobs-completed', 'number-backup-jobs-failed', 'number-backup-jobs-expired',
|
||||
'number-copy-jobs-completed', 'number-copy-jobs-failed', 'number-recovery-jobs-expired'.
|
||||
|
||||
=back
|
||||
|
||||
|
@ -129,6 +129,11 @@ See 'https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/billing-metr
|
||||
|
||||
Set the Amazon service (required) (can be defined multiple times).
|
||||
|
||||
=item B<--currency>
|
||||
|
||||
Set the currency (Default: 'USD').
|
||||
|
||||
|
||||
=item B<--warning-billing>
|
||||
|
||||
Warning thresholds.
|
||||
|
@ -250,8 +250,9 @@ Filter metrics (can be: 'HTTPCode_Target_2XX_Count', 'HTTPCode_Target_3XX_Count'
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
||||
Warning thresholds (can be: 'httpcode-target-2xx', 'httpcode-target-3xx', 'httpcode-target-4xx',
|
||||
'httpcode-target-5xx', 'httpcode-elb-3xx', 'httpcode-elb-4xx', 'http-redirect')
|
||||
Threshold.
|
||||
Can be: 'httpcode-target-2xx', 'httpcode-target-3xx', 'httpcode-target-4xx',
|
||||
'httpcode-target-5xx', 'httpcode-elb-3xx', 'httpcode-elb-4xx', 'http-redirect'.
|
||||
|
||||
=back
|
||||
|
||||
|
@ -265,9 +265,10 @@ Filter metrics (can be: 'HTTPCode_Backend_2XX', 'HTTPCode_Backend_3XX', 'HTTPCod
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
||||
Warning thresholds (can be: 'httpcode-backend-2xx', 'httpcode-backend-3xx',
|
||||
Thresholds.
|
||||
Can be: 'httpcode-backend-2xx', 'httpcode-backend-3xx',
|
||||
'httpcode-backend-4xx', 'httpcode-backend-5xx', 'httpcode-elb-4xx',
|
||||
'httpcode-elb-5xx', 'backendconnectionerrors')
|
||||
'httpcode-elb-5xx', 'backendconnectionerrors'.
|
||||
|
||||
=back
|
||||
|
||||
|
@ -229,10 +229,11 @@ Filter metrics (can be: 'GetRecords.IteratorAgeMilliseconds', 'GetRecords.Bytes'
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
||||
Warning thresholds (* can be: 'records-get-iteratorage', 'records-get-volume',
|
||||
'records-get-latency', 'records-get-success',
|
||||
'records-put-volume', 'records-put-latency',
|
||||
'records-get-success').
|
||||
Thresholds.
|
||||
|
||||
Can be: 'records-get-iteratorage', 'records-get-volume', 'records-get-latency',
|
||||
'records-get-success', 'records-put-volume', 'records-put-latency',
|
||||
'records-put-success'.
|
||||
|
||||
=back
|
||||
|
||||
|
@ -207,8 +207,10 @@ Filter metrics (can be: 'IncomingBytes', 'IncomingRecords',
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
||||
Warning threshold (* can be: 'incoming-bytes', 'incoming-records',
|
||||
'outgoing-volume', 'outgoing-volume').
|
||||
Thresholds.
|
||||
|
||||
Can be: 'incoming-volume', 'incoming-records',
|
||||
'outgoing-volume', 'outgoing-records').
|
||||
|
||||
=back
|
||||
|
||||
|
@ -223,6 +223,13 @@ You can use the following variables: %{severity}, %{description}, %{dn}
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{severity} =~ /major|critical/').
|
||||
You can use the following variables: %{severity}, %{description}, %{dn}
|
||||
|
||||
|
||||
=item B<--warning-faults-*> B<--critical-faults-*>
|
||||
|
||||
Thresholds.
|
||||
|
||||
Can be: 'total', 'cleared', 'info','condition', 'warning', 'minor','major', 'critical';
|
||||
|
||||
=item B<--memory>
|
||||
|
||||
Only check new fault.
|
||||
|
Loading…
x
Reference in New Issue
Block a user