+ enhance help and correct threshold unit
This commit is contained in:
parent
d4b0d0ebc1
commit
464fe1ea63
|
@ -200,17 +200,16 @@ Check IOPS (Global, Read, Write) on each SSDs.
|
||||||
|
|
||||||
=item B<--warning-*>
|
=item B<--warning-*>
|
||||||
|
|
||||||
Threshold warning.
|
Threshold warning (number of iops)
|
||||||
Can be: 'global' (%), 'read' (%), 'write' (%).
|
Can be: 'global', 'read', 'write'.
|
||||||
|
|
||||||
=item B<--critical-*>
|
=item B<--critical-*>
|
||||||
|
Threshold critical (number of iops)
|
||||||
Threshold critical.
|
Can be: 'global', 'read', 'write'.
|
||||||
Can be: 'global' (%), 'read' (%), 'write' (%).
|
|
||||||
|
|
||||||
=item B<--filter-name>
|
=item B<--filter-name>
|
||||||
|
|
||||||
Filter SSD name (can be a regexp).
|
Filter SSD name (can be a regexp). (e.g --filter-name '.*' for all SSDs)
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue