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
