Alternatives to TAP for Outage Alerts?
anton[1452] asks: "AT&T Wireless has discontinued TAP dialup access to text messaging. I have used this for years to send alerts in the event of network outages. The alternatives they offer are not free and worse, require network connections - making them useless for my needs. Does anyone have a better way to do this without resorting to carrying a separate pager?"
If not, obviously I'm some kind of idiot.
Even so, it seems like it makes a lot of common sense to allow direct e-mail to text message.
Karma: Chevy Kavalierma.
Attach a GSM/GPRS modem to the host that sends out the messages! Not only can you then send SMS, you could also conceivably get an IP connection to the send email through another service....which narrows down the issues with SMS latency.
;-p
You *do* have a phone that can get SMS, don't you?
-psy
Why is this important? assume you'd normally use the pager provider's web page to send messages. This is very easy to script using curl or several other tools. However, what if the failed service is your internet connection, router or something else that prevents you from reaching the web server and sending the message this way?
This is where TAP comes to the rescue, since we bypass the network and require only a modem and a working, standard phone line. If both the network connection and the phone line failed at the same time, or worse, the provider's paging system is off-line, then it means a major disaster has struck and any reports about network condition are most likely futile.
My recommendation would be to get a cell phone that can receive SMS and modify your monitoring scripts so they use your cell phone provider's web page to send messages. Then get a dial up access account, one that doesn't depend on your network being up, and configure things so that, if your main network link is down, your scripts first start a connection on your alternate dial up account, in order to reach your provider's web page and alert you. Another option, one that would only depend on the POTS and your cell phone being operational, would involve rigging the Festival voice synthesizer with mgetty+voice to enable the system to call you on your cell phone directly and deliver the failure message by voice. Still, I think that the redundancy built into the first solution is good enough.