Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.3 KB

startup-notify.md

File metadata and controls

34 lines (22 loc) · 1.3 KB

Notify every time Mikrotik is restarted

ℹ️ Info: This script can not be used on its own but requires the base installation of RouterOS scripts from eworm-de.

Description

This script just send a notification when is called. As it is scheduled just to run on every startup, you will know it.

Requirements and installation

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;

Configuration

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.


⬅️ Go back to main README
⬆️ Go back to top