mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-07 09:39:32 +00:00
check-health: fix regex to load plugins
This commit is contained in:
parent
8528ca376c
commit
8fa17d4b3b
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
|||
:set CheckHealthRAMUtilizationNotified false;
|
||||
}
|
||||
|
||||
:local Plugins [ /system/script/find where name~"^check-health.d/." ];
|
||||
:local Plugins [ /system/script/find where name~"^check-health\\.d/." ];
|
||||
:if ([ :len $Plugins ] = 0) do={
|
||||
$LogPrint debug $ScriptName ("No plugins installed.");
|
||||
:set ExitOK true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue