doc/check-health: use an unusual interval

This commit is contained in:
Christian Hesse 2023-03-31 17:45:55 +02:00
parent 415c4144f2
commit 68364d4a50

View file

@ -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
-------------