doc/check-health: RouterOS v7 path syntax

This commit is contained in:
Christian Hesse 2022-05-11 09:57:09 +02:00
parent c52f69b98d
commit 6086064129

View file

@ -21,7 +21,7 @@ Note that bad initial state will not trigger an event.
Only sensors available in hardware can be checked. See what your Only sensors available in hardware can be checked. See what your
hardware supports: hardware supports:
/ system health print; /system/health/print;
### Sample notifications ### Sample notifications
@ -45,7 +45,7 @@ Requirements and installation
Just install the script and create a scheduler: Just install the script and create a scheduler:
$ScriptInstallUpdate check-health; $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=1m name=check-health on-event="/system/script/run check-health;" start-time=startup;
Configuration Configuration
------------- -------------