Skip to content

troke12/MikrotikToDiscord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!!