man: fix typo for max_threshold in load
Floating values use a dot (not a comma). Fixes: invalid floating point value for option 'max_threshold'
This commit is contained in:
parent
ddadc8e4d7
commit
446ef95621
@ -489,7 +489,7 @@ format_above_threshold.
|
||||
|
||||
*Example format*: +%1min %5min %15min+
|
||||
|
||||
*Example max_threshold*: +"0,1"+
|
||||
*Example max_threshold*: +"0.1"+
|
||||
|
||||
*Example format_above_threshold*: +Warning: %1min %5min %15min+
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user