I've read a lot recently about sms notifications from The Dude.
I'm planning to implement something similar, but witout a third party software.
The e-mail to sms is not an option, because what if our smtp server does down ?!
Recently tested a 3G modem in a RB433UAH. Succesfully connects to internet and sends sms.
I'd like to use this as a notification device.
The modem will be connected to our main router, where is the vpn server.
I'd like to set a notification in The Dude, which will be executed on the server(Windows Server 2008 or on a mikrotik where the dude packge is installed). It would connect via telnet to the router where the usb modem is connected. Then send a comannd to the router to send the sms.
Something like this:
Code: Select all
telnet admin@192.168.1.1
#???
tool sms send port=usb2 dst="xxxxxxxx" message="Service [Probe.Name] on [Device.Name] is now [Service.Status] ([Service.ProblemDescription])"
I guess it would be helpful also for others!
Thank you!
Best regards
Gábor
Prague