+ fix typo threshold (help)
This commit is contained in:
parent
e03f1e07bc
commit
5003262774
|
@ -114,14 +114,14 @@ Example: --threshold-overload='psu,CRITICAL,^(?!(ok)$)'
|
||||||
|
|
||||||
=item B<--warning>
|
=item B<--warning>
|
||||||
|
|
||||||
Set warning threshold for temperatures (syntax: type,regexp,treshold)
|
Set warning threshold for temperatures (syntax: type,regexp,threshold)
|
||||||
Example: --warning='temperature,.*,30'
|
Example: --warning='temperature,.*,30'
|
||||||
|
|
||||||
=item B<--critical>
|
=item B<--critical>
|
||||||
|
|
||||||
Set critical threshold for temperatures (syntax: type,regexp,treshold)
|
Set critical threshold for temperatures (syntax: type,regexp,threshold)
|
||||||
Example: --critical='temperature,.*,40'
|
Example: --critical='temperature,.*,40'
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
Loading…
Reference in New Issue