+ fix typo threshold (help)
This commit is contained in:
parent
fb07b827b4
commit
ae45c1421f
|
@ -290,12 +290,12 @@ Example: --threshold-overload='temperature,CRITICAL,^(?!(normal)$)'
|
|||
|
||||
=item B<--warning>
|
||||
|
||||
Set warning threshold for temperatures and humidity (syntax: type,regexp,treshold)
|
||||
Set warning threshold for temperatures and humidity (syntax: type,regexp,threshold)
|
||||
Example: --warning='temperature,.*,30' --warning='humidity,.*,90'
|
||||
|
||||
=item B<--critical>
|
||||
|
||||
Set critical threshold for temperature and humidity (syntax: type,regexp,treshold)
|
||||
Set critical threshold for temperature and humidity (syntax: type,regexp,threshold)
|
||||
Example: --critical='temperature,.*,40'
|
||||
|
||||
=back
|
||||
|
|
Loading…
Reference in New Issue