diff options
Diffstat (limited to 'check-health')
-rw-r--r-- | check-health | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/check-health b/check-health index 7fa45cb..8cb2cf3 100644 --- a/check-health +++ b/check-health @@ -6,6 +6,9 @@ # check for RouterOS health state # https://git.eworm.de/cgit/routeros-scripts/about/doc/check-health.md +:global GlobalFunctionsReady; +:while ($GlobalFunctionsReady != true) do={ :delay 500ms; } + :global CheckHealthLast; :global CheckHealthTemperature; :global CheckHealthTemperatureDeviation; |