[doc] Fix cpu.format default value in documentation
This commit is contained in:
parent
94427ea20f
commit
f996f8caef
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
Parameters:
|
Parameters:
|
||||||
* cpu.warning : Warning threshold in % of CPU usage (defaults to 70%)
|
* cpu.warning : Warning threshold in % of CPU usage (defaults to 70%)
|
||||||
* cpu.critical: Critical threshold in % of CPU usage (defaults to 80%)
|
* cpu.critical: Critical threshold in % of CPU usage (defaults to 80%)
|
||||||
* cpu.format : Format string (defaults to "{:.01f}%)")
|
* cpu.format : Format string (defaults to "{:.01f}%")
|
||||||
"""
|
"""
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue