Dude v6 - SMS notifications
Requirements
1. Mikrotik ROS with installed Dude server
2. USB modem plugged in ROS
Setup instruction
1. Create new Notification in Dude
Name: SMS-Notification
Type: execute on server
Command:
Code: Select all
# Variables
:local notificationtext "Service [Probe.Name] on [Device.Name] is now [Service.Status]"
:local usbport "usb1"
#
#
# Firstname Lastname
:local phonenumber "+xxxxxxxxxxx"
#
/tool sms send phone-number="$phonenumber" $usbport message="$notificationtext"
2. Now you can use it: Related Wiki topics
Manual:Tools/Sms
Note
Please pay attention to the USB modem channel configuration before use notification. You can set it in "Tools --> SMS" menu.