[Nagios-users] R: sms notifications

2012-02-02 Thread Marco Borsani
May you send me the script ? Does it can control 2 Fastrack Xtend ? Thanks Da: Bram Gillemon [mailto:b...@openminds.be] Inviato: giovedì 2 febbraio 2012 15:48 A: Nagios Users List Oggetto: Re: [Nagios-users] sms notifications We are using a Fastrack Xtend - HSPA with a digi PortServer

Re: [Nagios-users] R: sms notifications

2012-02-01 Thread Giles Coochey
The Clickatell API is essentially putting the message into a URL and using wget to post it. The 3G modem would just be a way to route your Internet via an out-of-band service so you can receive SMS's when your normal internet goes down. I expect the API would allow for queueing of SMSs, it's

[Nagios-users] R: sms notifications

2012-02-01 Thread Marco Borsani
How does it work with Nagios ? Da: Giles Coochey [mailto:gi...@coochey.net] Inviato: mercoledì 1 febbraio 2012 16:39 A: nagios-users@lists.sourceforge.net Oggetto: Re: [Nagios-users] sms notifications Could you use a clickatel gateway over a 3G modem connection? -- Message sent

[Nagios-users] R: sms notifications

2006-06-08 Thread Marco Borsani
Title: sms notifications   Here it is my sintax:   define command{    command_name    notify-by-sms    command_line    /usr/local/bin/sendsms $CONTACTPAGER$ "Service:$SERVICEDESC$ Host:$HOSTALIAS$ State:$SERVICESTATE$. $OUTPUT$ Date:$SHORTDATETIME$"    } Regards Marco