+ fix typo threshold (help)

This commit is contained in:
Sims24 2016-05-23 14:42:19 +02:00
parent 87f80842fd
commit 6a042f4396
1 changed files with 2 additions and 2 deletions

View File

@ -141,12 +141,12 @@ Example: --threshold-overload='temperature.state,CRITICAL,^(?!(enabled)$)'
=item B<--warning>
Set warning threshold (syntax: type,regexp,treshold)
Set warning threshold (syntax: type,regexp,threshold)
Example: --warning='temperature,.*,30'
=item B<--critical>
Set critical threshold (syntax: type,regexp,treshold)
Set critical threshold (syntax: type,regexp,threshold)
Example: --critical='temperature,.*,40'
=back