+ fix typo threshold (help)

This commit is contained in:
Sims24 2016-05-23 15:12:21 +02:00
parent 79bee83cf0
commit ee799c214a
1 changed files with 2 additions and 2 deletions

View File

@ -151,12 +151,12 @@ Example: --threshold-overload='fan,CRITICAL,^(?!(ok)$)'
=item B<--warning>
Set warning threshold for temperatures (syntax: type,regexp,treshold)
Set warning threshold for temperatures (syntax: type,regexp,threshold)
Example: --warning='temperature,.*,20'
=item B<--critical>
Set critical threshold for temperatures and battery charge (syntax: type,regexp,treshold)
Set critical threshold for temperatures and battery charge (syntax: type,regexp,threshold)
Example: --critical='temperature,1.1,25' --critical='battery,.*,20:'
=back