This commit is contained in:
garnier-quentin 2019-03-15 13:50:16 +01:00
commit 0abf1bf2b6
3 changed files with 6 additions and 15 deletions

View File

@ -44,6 +44,7 @@ use base qw(centreon::plugins::templates::counter);
use strict; use strict;
use warnings; use warnings;
use Digest::MD5 qw(md5_hex);
sub set_counters { sub set_counters {
my ($self, %options) = @_; my ($self, %options) = @_;

View File

@ -107,11 +107,11 @@ Check the temperature of the system in Celcius (STEELHEAD-MIB and STEELHEAD-EX-M
=over 8 =over 8
=item B<--warning> =item B<--warning-temperature>
Threshold warning for temperature in Celsius. Threshold warning for temperature in Celsius.
=item B<--critical> =item B<--critical-temperature>
Threshold critical for temperature in Celsius. Threshold critical for temperature in Celsius.

View File

@ -108,27 +108,17 @@ __END__
=head1 MODE =head1 MODE
Current connections: total, established, active, optimized, passthrough, Check neighbor optimized connections count.
half opened and half closed ones (STEELHEAD-MIB and STEELHEAD-EX-MIB).
=over 8 =over 8
=item B<--filter-counters> =item B<--warning-connection>
Only display some counters (regexp can be used).
Example: --filter-counters='^(total)$'
=item B<--warning-*>
Threshold warning. Threshold warning.
Can be: 'total', 'established', 'active', 'optimized',
'passthrough', 'half-opened', 'half-closed'.
=item B<--critical-*> =item B<--critical-connection>
Threshold critical. Threshold critical.
Can be: 'total', 'established', 'active', 'optimized',
'passthrough', 'half-opened', 'half-closed'.
=back =back