+ fix typo threshold (help)
This commit is contained in:
parent
91a16de9bf
commit
6d33c63e33
|
@ -369,14 +369,14 @@ Example: --threshold-overload='fan,CRITICAL,^(?!(up|normal)$)'
|
||||||
|
|
||||||
=item B<--warning>
|
=item B<--warning>
|
||||||
|
|
||||||
Set warning threshold for temperatures, voltages, sensors (syntax: type,regexp,treshold)
|
Set warning threshold for temperatures, voltages, sensors (syntax: type,regexp,threshold)
|
||||||
Example: --warning='temperature,.*,30'
|
Example: --warning='temperature,.*,30'
|
||||||
|
|
||||||
=item B<--critical>
|
=item B<--critical>
|
||||||
|
|
||||||
Set critical threshold for temperatures, voltages, sensors (syntax: type,regexp,treshold)
|
Set critical threshold for temperatures, voltages, sensors (syntax: type,regexp,threshold)
|
||||||
Example: --critical='temperature,.*,40'
|
Example: --critical='temperature,.*,40'
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
Loading…
Reference in New Issue