Skip to content

Instantly share code, notes, and snippets.

@refabr1k
Last active February 13, 2024 23:34
Show Gist options
  • Save refabr1k/ef8133483a79d9fb180d46d8ab838bc7 to your computer and use it in GitHub Desktop.
Save refabr1k/ef8133483a79d9fb180d46d8ab838bc7 to your computer and use it in GitHub Desktop.
Mikrotik dhcp lease notification using telegrambot
:local newanimal [("lease status = ".[$leaseBound]." | ".[$"lease-hostname"]." | ".[$leaseActIP]." | ".[$leaseActMAC])]
/tool fetch "https://api.telegram.org/botAPIKEY/sendmessage\?chat_id=CHATID&text=Movement in the animal farm!%0a $newanimal" keep-result=no;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment