Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PechenkiUA/5c01bcf1a1c88ac7ce8fb748843bbe33 to your computer and use it in GitHub Desktop.
Save PechenkiUA/5c01bcf1a1c88ac7ce8fb748843bbe33 to your computer and use it in GitHub Desktop.
Microtik alert traffic
:local CurDate [/system clock get date]
:local CurTime [/system clock get time]
#Log
:log info "Download speed is more than 50M"
#SendTelegram
/tool fetch url="https://api.telegram.org/bot<TOKEN>/sendMessage?chat_id=<Chat_ID>&text=YourMessage"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment