ℹ️ Info: This script can not be used on its own but requires the base installation of RouterOS scripts from eworm-de.
This script just send a notification when is called. As it is scheduled just to run on every startup, you will know it.
Just install the script:
$ScriptInstallUpdate startup-notify "base-url=https://raw.githubusercontent.com/martindb/routeros/main/";
Then add a scheduler to run it periodically:
/system/scheduler/add interval=0s name=startup-notify on-event="/system/script/run startup-notify;" start-time=startup;
Just schedule it as described above and config the notification kind you want, check the specific documentation for it:
e-mail, matrix and/or telegram.