Hi, Im sorry to be the devil's advocate but, even if it is trivially possible, are you really sure you want to rely on a third party webapp to handle your alert delivery? This idea would be acceptable for development environment but if your'e thinking production, (my 2 cents only) i'd bet on `kannel' than web based service. Or I may be missing something / assuming too much re your question.
Cheers, Marc ----- Original Message ---- From: Shyam Mani <[EMAIL PROTECTED]> To: Hua Eng Lim <[EMAIL PROTECTED]> Cc: [email protected] Sent: Monday, March 3, 2008 3:52:02 PM Subject: Re: [Slugnet] How to send web-based SMS Alert from Nagios On Mon, Mar 3, 2008 at 3:22 PM, Hua Eng Lim <[EMAIL PROTECTED]> wrote: > The gateway server will return a code indicating whether SMS was > successfully sent or failure code. Can this be accomplished with Nagios > features? Yes, I do something like this at work. Try this on the command line curl -d mob=<foo> -d pwd=<tel> -d tel=<bar> -d msg="Testing" http://www.smsgateway.com/sendsms If that works, write up a script to do the same (get params from Nagios) and setup a notify-by-sms command and call the script. -- Shyam Mani | http://xinetd.accosted.net/ Gentoo Dev | http://dev.gentoo.org/~fox2mike Email | [EMAIL PROTECTED] GPG Key | 0xFDD0E345 _______________________________________________ Slugnet mailing list [email protected] http://www.lugs.org.sg/mailman/listinfo/slugnet ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping _______________________________________________ Slugnet mailing list [email protected] http://www.lugs.org.sg/mailman/listinfo/slugnet
