+ fix typo threshold (help)

This commit is contained in:
Sims24 2016-05-23 14:21:22 +02:00
parent 91a16de9bf
commit 6d33c63e33
1 changed files with 3 additions and 3 deletions

View File

@ -369,12 +369,12 @@ Example: --threshold-overload='fan,CRITICAL,^(?!(up|normal)$)'
=item B<--warning> =item B<--warning>
Set warning threshold for temperatures, voltages, sensors (syntax: type,regexp,treshold) Set warning threshold for temperatures, voltages, sensors (syntax: type,regexp,threshold)
Example: --warning='temperature,.*,30' Example: --warning='temperature,.*,30'
=item B<--critical> =item B<--critical>
Set critical threshold for temperatures, voltages, sensors (syntax: type,regexp,treshold) Set critical threshold for temperatures, voltages, sensors (syntax: type,regexp,threshold)
Example: --critical='temperature,.*,40' Example: --critical='temperature,.*,40'
=back =back