mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-31 01:24:35 +02:00
fix(colubris-snmp): fix labels to manage 15 minutes average thresholds (#5378)
Refs: CTOR-1197
This commit is contained in:
parent
92473a4b02
commit
4dfdfb8158
@ -49,7 +49,7 @@ sub set_counters {
|
|||||||
],
|
],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ label => '1min', set => {
|
{ label => '15min', set => {
|
||||||
key_values => [ { name => 'load15' } ],
|
key_values => [ { name => 'load15' } ],
|
||||||
output_template => '%s',
|
output_template => '%s',
|
||||||
perfdatas => [
|
perfdatas => [
|
||||||
@ -104,24 +104,38 @@ __END__
|
|||||||
|
|
||||||
=head1 MODE
|
=head1 MODE
|
||||||
|
|
||||||
Check load-average.
|
Check average system load.
|
||||||
|
|
||||||
=over 8
|
=over 8
|
||||||
|
|
||||||
=item B<--filter-counters>
|
=item B<--filter-counters>
|
||||||
|
|
||||||
Only display some counters (regexp can be used).
|
Only display some counters (regexp can be used).
|
||||||
Example: --filter-counters='15min'
|
Example: C<--filter-counters='15min'>
|
||||||
|
|
||||||
=item B<--warning-*>
|
=item B<--warning-1min>
|
||||||
|
|
||||||
Warning threshold.
|
Thresholds.
|
||||||
Can be: '1min', '5min', '15min'.
|
|
||||||
|
|
||||||
=item B<--critical-*>
|
=item B<--critical-1min>
|
||||||
|
|
||||||
Critical threshold.
|
Thresholds.
|
||||||
Can be: '1min', '5min', '15min'.
|
|
||||||
|
=item B<--warning-5min>
|
||||||
|
|
||||||
|
Thresholds.
|
||||||
|
|
||||||
|
=item B<--critical-5min>
|
||||||
|
|
||||||
|
Thresholds.
|
||||||
|
|
||||||
|
=item B<--warning-15min>
|
||||||
|
|
||||||
|
Thresholds.
|
||||||
|
|
||||||
|
=item B<--critical-15min>
|
||||||
|
|
||||||
|
Thresholds.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user