Skip to content

maximmum521/Mikrotik-auto-update-upgrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mikrotik auto update upgrade

Setings script

Change in script ScriptSetings BotId, ChatId, Email address

:global BotId "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
:global ChatId "xxxxxx";
:global Mail xxxxxxxxxxxxxxx;

Add Sheduler

/system scheduler
add name=WakeUp on-event="/system script run WakeUp " policy=\
    ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon \
    start-time=startup
add interval=1w name=Update on-event="/system script run Update " policy=\
    ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon \
    start-date=jan/17/2022 start-time=10:00:00

About

Script for MikroTik for automate update and upgrade with notification to Telegram

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published