+ fix typo threshold (help)
This commit is contained in:
parent
ae45c1421f
commit
0a9563d0d2
|
@ -257,12 +257,12 @@ Example: --threshold-overload='output,CRITICAL,^(?!(off)$)'
|
|||
|
||||
=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='sensors,Int. Temp,30' --warning='sensors,Fuel Level,50:'
|
||||
|
||||
=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: --warning='sensors,Int. Temp,35' --warning='sensors,Fuel Level,40:'
|
||||
|
||||
=back
|
||||
|
|
Loading…
Reference in New Issue