Community HOWTOs

List of various HOWTO’s created by community members.

Probes / Monitoring:
Main probe topic with many examples: http://forum.mikrotik.com/t/probe-thread/10321/1
Voltage monitoring on The Dude for v6+ : http://forum.mikrotik.com/t/howto-voltage-monitoring-on-the-dude-for-v6/108832/1
Monitoring Emerson Liebert cooling system: https://forum.mikrotik.com/viewtopic.php?f=8&t=123569

Notifications:
Notification via Telegram - http://forum.mikrotik.com/t/dude-telegram-notification-example/104998/1
Notification via Mattermost/Slack - http://forum.mikrotik.com/t/thedude-notification-slack-com/107580/11
SMS notification through SMS gateway - using fetch tool - http://forum.mikrotik.com/t/dude-v6-sms-notifications-through-sms-gateway-using-fetch-tool/108845/1
SMS notification through smspilot.ru - using fetch tool - http://forum.mikrotik.com/t/dude-v6-sms-notifications-through-smspilot-ru-using-fetch-tool/108828/1
SMS notification trough USB modem on ROS - using sms tool - http://forum.mikrotik.com/t/dude-v6-sms-notifications-trough-usb-modem-on-ros-using-sms-tool/108824/1
Email notification through Gmail - http://forum.mikrotik.com/t/dude-v6-email-notification-through-gmail/109895/1
Email notification through Gmail on Windows - via mailsend - http://forum.mikrotik.com/t/dude-email-notifications-through-gmail-on-windows-via-mailsend/77346/1

Various:
Backup local: https://forum.mikrotik.com/viewtopic.php?f=8&t=123616
Backup to FTP: https://forum.mikrotik.com/viewtopic.php?f=8&t=127509
Specify custom Winbox port for ROS device in Dude: https://forum.mikrotik.com/viewtopic.php?f=8&t=129225

The Dude manual:
https://wiki.mikrotik.com/wiki/Manual:The_Dude
Hardware to run Dude: https://forum.mikrotik.com/viewtopic.php?t=184981

PS, list will be as new articles appear and if I have missed some, just comment on topic in reply.

There is a new web that is speaking about this at: https://cursoderedes.online/curso-dude/instalacion-the-dude, i hope you enjoy guys.

thx

is there an English version?

english? anyone?

mikrotikmaniac, It looks like this link no longer exists.

New link https://cursoderedes.online/the-dude/#/lightbox&slide=1 (It’s in Spanish)

How do I use the function concatenate to move a value to the next line in The Dude label?
Is it possible to convert mac address from HEX to DEC in The Dude?

This not the right thread to ask this. “\r” \n" is a newline, or even “\v” in scripting.

https://wiki.mikrotik.com/wiki/Manual:Scripting

[array_element(oid_column(“1.3.6.1.2.1.2.2.1.1”),array_find(oid_column(“1.3.6.1.2.1.2.2.1.2”),“sfp-sfpplus1”))]

[array_element(oid_column(“1.3.6.1.2.1.2.2.1.1”),array_find(oid_column(“1.3.6.1.2.1.2.2.1.2”),“[Device.Name]”))]

How to make it work?

The first option works
The second is the same, but the name of the interface (sfp-sfpplus1) is written in [Device.Name]
03.png
01.png
02.png