fix riverbed typos
This commit is contained in:
parent
2daac91aef
commit
c2f389726e
|
@ -107,11 +107,11 @@ Check the temperature of the system in Celcius (STEELHEAD-MIB and STEELHEAD-EX-M
|
|||
|
||||
=over 8
|
||||
|
||||
=item B<--warning>
|
||||
=item B<--warning-temperature>
|
||||
|
||||
Threshold warning for temperature in Celsius.
|
||||
|
||||
=item B<--critical>
|
||||
=item B<--critical-temperature>
|
||||
|
||||
Threshold critical for temperature in Celsius.
|
||||
|
||||
|
|
|
@ -108,27 +108,17 @@ __END__
|
|||
|
||||
=head1 MODE
|
||||
|
||||
Current connections: total, established, active, optimized, passthrough,
|
||||
half opened and half closed ones (STEELHEAD-MIB and STEELHEAD-EX-MIB).
|
||||
Check neighbor optimized connections count.
|
||||
|
||||
=over 8
|
||||
|
||||
=item B<--filter-counters>
|
||||
|
||||
Only display some counters (regexp can be used).
|
||||
Example: --filter-counters='^(total)$'
|
||||
|
||||
=item B<--warning-*>
|
||||
=item B<--warning-connection>
|
||||
|
||||
Threshold warning.
|
||||
Can be: 'total', 'established', 'active', 'optimized',
|
||||
'passthrough', 'half-opened', 'half-closed'.
|
||||
|
||||
=item B<--critical-*>
|
||||
=item B<--critical-connection>
|
||||
|
||||
Threshold critical.
|
||||
Can be: 'total', 'established', 'active', 'optimized',
|
||||
'passthrough', 'half-opened', 'half-closed'.
|
||||
|
||||
=back
|
||||
|
||||
|
|
Loading…
Reference in New Issue