<html><head><style type='text/css'>body { font-family: 'Times New Roman'; font-size: 12pt; color: #000000}</style></head><body><br>----- Original Message -----<br>From: "Mad Unix" <madunix@gmail.com><br>To: "Peter Edmonds" <termx23@gmail.com><br>Cc: nagios-users@lists.sourceforge.net<br>Sent: Saturday, January 5, 2008 4:53:56 PM (GMT-0300) Auto-Detected<br>Subject: Re: [Nagios-users] SMS gateway<br><br><div> </div>
<div>
<p>in the future am thinking of a good enhancements of SMS (gnokii or smstools) to be 2 way communications, i.e. so the server can be controled via mobile phone. <br>if a server/service goes down, you can reply to the <br>
alert SMS message with a reboot command or start an application, <br>to fix a service as long the server reachable and the signal can get to the server.</p>
<p>What do you think ?</p>
<p>Thanks Dennis and Peter for you inputs ... i have downloaded smstools started with the configuration.....</p>
<p> </p>
<p> </p><br><br> </div>
<div><span class="gmail_quote">On 1/5/08, <b class="gmail_sendername">Peter Edmonds</b> <<a href="mailto:termx23@gmail.com" target="_blank">termx23@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">> which tools do you use to send sms through GSM modem (connected via COM)<br>> through nagios:<br>> smstools, kanal, or smsclient
<br><br>I use gnokii. Modem is a Telular GSM SX5D<br><br>/etc/gnokiirc looks like this<br><br>[global]<br>port = /dev/ttyS0<br>model = AT<br>initlength = default<br>connection = serial<br>use_locking = yes<br>serial_baudrate = 19200
<br>smsc_timeout = 10<br>[gnokiid]<br>bindir = /usr/sbin/<br>[connect_script]<br>TELEPHONE = 12345678<br>[disconnect_script]<br>[logging]<br>debug = on<br>rlpdebug = off<br>xdebug = off<br><br><br><br>Notify command for service notifications looks like this
<br><br>echo -e "<$HOSTNAME$>\n$SERVICEDESC$\n$SERVICESTATE$\n$SERVICEOUTPUT$\n$LONGDATETIME$"<br>|gnokii --sendsms $CONTACTPAGER$ >><br>/usr/local/groundwork/nagios/var/gnokii.log 2>&1<br><br>
For host notifications this does the job<br><br>echo -e "<$HOSTNAME$>\n$SERVICEDESC$\n$SERVICESTATE$\n$HOSTOUTPUT$\n$LONGDATETIME$"<br>|gnokii --sendsms $CONTACTPAGER$ >> /usr/local/nagios/var/gnokii.log
<br>2>&1<br><br>Peter Edmonds<br></blockquote></div><br><br clear="all"><br>-- <br>madunix 
<br>-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/<br>_______________________________________________
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null<br><br><br><br>Actually, smstools allow you to interact with any application. You can
send a message back and execute any command, it´s just a matter of
configuration. And keep in mind the security issues.<br>
<br>
[]s<br>_________________________________________________<br>Dario B. Bestetti        OpServices<br>                                  R. Luciana de Abreu, 471 - Sala 403<br>                                  Porto Alegre, RS - CEP 90570-060<br>Fone 55(51)30613588 Mobile  55(51)81518218<br>Fax     55(51)30613588  Email    dario.bestetti@opservices.com.br<br> <br>               "In God we trust, the rest we monitor ..."<br>_________________________________________________<br><br></body></html>