Skip to content

MikroTik watchdog port status and send notification to telegram

Notifications You must be signed in to change notification settings

maximmum521/MikroTik-watchdog-port-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MikroTik watchdog port status and send notification to telegram

Setings script

Change in ScriptSetings.rsc BotId, ChatId

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

In downETHER.rsc set nameport for check status

:global nameport "ether2";

Autostart

Run in console for add autostart

/system scheduler
add name=downETHER on-event="/system script run downETHER" policy=\
    ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon \
    start-time=startup

About

MikroTik watchdog port status and send notification to telegram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published