Merge branch 'master' into cpu-loadavg

This commit is contained in:
Alexis Rouillard
2026-07-03 22:11:02 +02:00
committed by GitHub
276 changed files with 10748 additions and 4644 deletions
+3 -2
View File
@@ -11,9 +11,10 @@ The *cpu* module displays the current CPU utilization.
# CONFIGURATION
*interval*: ++
typeof: integer ++
typeof: integer or float ++
default: 10 ++
The interval in which the information gets polled.
The interval in which the information gets polled. ++
Minimum value is 0.001 (1ms). Values smaller than 1ms will be set to 1ms.
*format*: ++
typeof: string ++