mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-04 23:24:30 +02:00
early-errors: wait to be fully connected
This commit is contained in:
parent
6a50e80825
commit
7ecda2204f
2 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,9 @@
|
|||
:global Identity;
|
||||
|
||||
:global SendNotification;
|
||||
:global WaitFullyConnected;
|
||||
|
||||
$WaitFullyConnected;
|
||||
|
||||
:local Errors [ / log find where (topics~"error" or topics~"critical") !(topics~"e-mail") !(topics~"dns") ];
|
||||
:local ErrCount [ :len $Errors ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue