Possible Duplicate:
How do I configure Nagios mobile / SMS alerts?
does anyone have any recommendations for an SMS gateway to use with Nagios? I'm looking to setup SMS alerting from our existing Nagios server.
Possible Duplicate:
How do I configure Nagios mobile / SMS alerts?
does anyone have any recommendations for an SMS gateway to use with Nagios? I'm looking to setup SMS alerting from our existing Nagios server.
I'm using googlecl. The notification string sets an event (at 2 minutes after the current) in google calendar with SMS reminder (configured to be sent in a minute before the event). That's how I get notification in a minute after something happens.
But this is not the best way. If something happens with Internet connection, you will not get a notification. It's better to attach a cell phone to your nagios server and send SMS via it.
There are lots of complications over billing when using an aggregator for such messages - most won't be interested unless you're going to push a significant volume of messages. HUB's suggestion of using googlecl was a new one on me - probably because the service is only available in the US (and I'm not).
Most mobile phones now support the extensions to the Hayes AT command set for SMS functionality - certainly any modern Nokia phone will. The only problem is how you manage contention and queuing of messages - I'd previously used BSD lpd for this but you could set up a daemon to monitor a queue or a filesystem socket or a mailbox to get messages to send. It's fairly trivial.
If price is a concern, consider an alternate approach:
Set up two or more nagios sites, that monitor each other through the internet. If one goes down, you will get alerts from the other site. As long as they are connected through different internet paths, each can respond in the event of a failure on one or the other.
That way, you can use email to send SMS messages through phonenumber@vtext.com (Verizon) or phonenumber@txt.att.net (AT&T).