Hello everybody,
is there a way to send SMS alert with dude?
Thanks a lot
Hello everybody,
is there a way to send SMS alert with dude?
Thanks a lot
We use gnokii with an attached USB-UMTS Stick.
Works fine.
Thank you. I’ll try that. There is a dude version of Android?
I would like to have one, too
)
…
I just created an email alert called “SMS” and then set the email address to my_number@tmomail.net (thats the tmobile format anyway, other carriers would be different). Works fine.
What if your internet connection is down? Your alerts wont go anywhere…
I have been looking for solution that i fit in one shell. ( One computer that has dude + sms capable gsm modem)
Optimal system would be winxp or win7 OS with some software for SMS sending and huawei 3G card. that 3G software is for some reason dificult to find.
_Sami
We have a dial-up modem attached to our Dude server and use SMS-it (Command line SMS application for windows). We have a script that The Dude runs which sends the SMS using the PSTN line. Old-school but it has saved the day when our internet connection is down or we have a problem with our Email system.
maybe you can send me the script? ![]()
Thanks!
I am certainly happy to share it with you. Let me know where to send it as an email. It is quite large and complex as it does more than just send an SMS. It is the main alerting script that we use. In summary: it will send either an email or SMS to the group responsible for a particular service during working hours. After hours it will check the on-call roster and send email or SMS to the on-call person.
You most probably will not want to use it as it is but you are welcome to modify it for your own purposes.
Wouldn’t mind having a copy too if you don’t mind! ![]()
Sent from my SPH-L710 using Tapatalk 2
geoffsmith31, here’s my email: info@flyadsl.it
Thanks a lot
I have sent the info by email to the address you specified.
You’re very kindly ![]()
I’ll keep you informed.
Thank you very much
Please send script to a212silver@yahoo.com. Much apprciated!
Guys - and how about running url in case of error in dude? I have my own sms gateway and i can send sms from it by pulling url … is there any way to do this in dude - for ex run webbrowser and close it? Or any other way?
M.
Yes I have a such situation too. I just need to make http GET request on alert. But i don’t know how ![]()
Try to execute ‘wget’ (http://www.gnu.org/software/wget/) with SMS Gateway’s URL as parameter.
Create notification with type ‘execute on server’ and command: Full path to wget with URL parameter.
HTH,
Yes this solution works when dude installed on windows, but when dude is on routeros, there is no wget or curl ![]()