troke12 / MikrotikToDiscord

Monitoring your mikrotik from your discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go

Monitor your mikrotik devices easily! used for sending your mikrotik logs from netwatch/hostpot/interface to your discord, you can also use this with another device too!

Requirements

Note
Discord Download the Discord through to the website
Webhook Discord Read this guide to make your own discord webhook
Mikrotik You can use any type of Mikrotik

How to use

  1. You can use my url that already deployed in Heroku or you can deploy your own by pressing Deploy to heroku button.
  2. Copy this script to your mikrotik, for example in netwatch Up/Down :
/tool fetch url="https://trokewebhook.herokuapp.com/form.php?text=INPUT_YOUR_TEXT_HERE&id=INPUT_ID_WEBHOOK&token=INPUT_TOKEN_WEBHOOK" keep-result=no;

Notes

  • The INPUT_YOUR_TEXT you need to change to whatever you want, example THE+RB+FRONT+IS+UP (You need add + for spacing)
  • The INPUT_ID_WEBHOOK change to your id discord webhook url, https://discord.com/api/webhooks/7939909737777777/REl22gJR5WIp0I7BwCiMu2UPHG3_jXMNPddddddddddddddddna9EmmW39buWI3 then the 7939909737777777 is your ID
  • The INPUT_ID_WEBHOOK change to your discord webhook token, REl22gJR5WIp0I7BwCiMu2UPHG3_jXMNPddddddddddddddddna9EmmW39buWI3 it's your token

image

  1. After that you can apply and ok. The results will be like this :

image

  1. Enjoy monitoring your devices guys!!

About

Monitoring your mikrotik from your discord

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%