Monitoring Jaringan Mikrotik Dengan Telegram BOT

 {

    :local time [/sys clock get time]

    :local date [/sys clock get date]

    :local chat "-xxxxxxxx";

    :local bot "1234567890:qwertyuiopasdfghjklzxcvbnm";

    /tool fetch url="https://api.telegram.org/bot$bot/sendMessage?chat_id=$chat&parse_mode=markdown&text=\E2\9C\85  *UP*%0A%0A``` $time - $date```%0A" mode=https keep-result=no;

}


 {
    :local time [/sys clock get time]
    :local date [/sys clock get date]
    :local chat "-xxxxxxxx";
    :local bot "1234567890:qwertyuiopasdfghjklzxcvbnm";
    /tool fetch url="https://api.telegram.org/bot$bot/sendMessage?chat_id=$chat&parse_mode=markdown&text=\F0\9F\86\98  *DOWN*%0A%0A``` $time - $date```%0A" mode=https keep-result=no;
}