aboutsummaryrefslogtreecommitdiffstats
path: root/doc/check-health.md
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-03-31 17:45:55 +0200
committerGravatar Christian Hesse <mail@eworm.de>2023-03-31 17:45:55 +0200
commit68364d4a50552bbbb3fbfd8ecbc94329feae188e (patch)
treefd49ae10e6870b1242de796455e9f957824bb445 /doc/check-health.md
parent415c4144f2e1ee32a0b588e2d66ec95d6d40e612 (diff)
doc/check-health: use an unusual interval
Diffstat (limited to 'doc/check-health.md')
-rw-r--r--doc/check-health.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/check-health.md b/doc/check-health.md
index 58c1fba..f0e5c11 100644
--- a/doc/check-health.md
+++ b/doc/check-health.md
@@ -59,7 +59,11 @@ Requirements and installation
Just install the script and create a scheduler:
$ScriptInstallUpdate check-health;
- /system/scheduler/add interval=1m name=check-health on-event="/system/script/run check-health;" start-time=startup;
+ /system/scheduler/add interval=53s name=check-health on-event="/system/script/run check-health;" start-time=startup;
+
+> ℹ️ **Info**: Running lots of scripts simultaneously can tamper the
+> precision of cpu utilization, escpecially on devices with limited
+> resources. Thus an unusual interval is used here.
Configuration
-------------