+ fix typo threshold (help)

This commit is contained in:
Sims24 2016-05-23 14:28:03 +02:00
parent fb07b827b4
commit ae45c1421f
1 changed files with 2 additions and 2 deletions

View File

@ -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