<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>Hi Andrew,<span><br><br></span><b><span style="color:red"># 'notify-host-by-sms' command definition<br>
define command{<br>
command_name notify-host-by-sms<br>
command_line /usr/bin/printf "%.120s" "***** Nagios ***** 
$NOTIFICATIONTYPE$: Host $HOSTALIAS$ is $HOSTSTATE$<font size="6">"</font> | /usr/bin/gnokii 
--sendsms $CONTACTPAGER$
<br>
}<br>
<br>
# 'notify-service-by-sms' command definition<br>
define command{<br>
command_name notify-service-by-sms<br>
command_line /usr/bin/printf "%.120" "***** Nagios ***** 
$HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$<font size="6">"</font> | /usr/bin/gnokii --sendsms 
$CONTACTPAGER$
<br>
}</span></b><br><span id="f32dd1e4-e999-431e-b6b0-8323bb6ca39f"><br>Maybe the last " ?<br><br><span name="x"></span><span><div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div><font face="arial, helvetica, sans-serif" size="2"><font color="#000099"><strong>David Ribeiro</strong></font></font></div></div></div></div></div></div></div></div></div></div></div></div></div></span><br></span><hr id="zwchr"><b>De: </b>"Andrew Thompson" <andrew@fulgent.co.uk><br><b>À: </b>nagios-users@lists.sourceforge.net<br><b>Envoyé: </b>Vendredi 11 Novembre 2011 10:30:23<br><b>Objet: </b>[Nagios-users] Nagios Core and SMS alerts (or lack of) through        Nagios<br><br>



<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->


<div class="WordSection1">
<p class="MsoNormal">Hi all,<br>
<br>
Im at my wits end.<br>
Spent 2 days now trying to get Nagios to SMS me through gnokii but a lunar eclipse is a more frequent event!<br>
<br>
So i have Ubuntu 11.04 installed using postfix to email me alerts (works flawlessly)<br>
<br>
Now i also want a text message as a failover incase my Exchange server or internet line goes down.<br>
<br>
I have installed and configured gnokii to what i think is at a functioning level.<br>
I have a Nokia 6301 mobile hooked up to Ubuntu via USB cable.<br>
<br>
I can send a text message out through the phone via the CLI no issue at all with both my admin user logged in and also when i log in as the nagios user so i know i have the correct permissions on the ttyACM0 port that is assigned to the 6301.<br>
<br>
Will Nagios send an SMS - will it f*£$!!<br>
<br>
Here is my command.cfg relevant part<br>
<br>
<b><span style="color:red"># 'notify-host-by-sms' command definition<br>
define command{<br>
command_name notify-host-by-sms<br>
command_line /usr/bin/printf "%.120s" "***** Nagios ***** $NOTIFICATIONTYPE$: Host $HOSTALIAS$ is $HOSTSTATE$ | /usr/bin/gnokii --sendsms $CONTACTPAGER$
<br>
}<br>
<br>
# 'notify-service-by-sms' command definition<br>
define command{<br>
command_name notify-service-by-sms<br>
command_line /usr/bin/printf "%.120" "***** Nagios ***** $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ | /usr/bin/gnokii --sendsms $CONTACTPAGER$
<br>
}</span></b><br>
<br>
<br>
Here is my contact.cfg<br>
<br>
<b><span style="color:red">define contact{<br>
contact_name MYNAME <br>
use generic-contact <br>
alias MYNAME <br>
host_notification_options d,u,r,f<br>
service_notification_options w,u,c,r,f<br>
email MYEMAIL <br>
pager +44XXXXXXXXX <br>
host_notification_period 24x7<br>
service_notification_period 24x7<br>
host_notification_commands notify-host-by-email,notify-host-by-sms<br>
service_notification_commands notify-service-by-email,notify-service-by-sms</span></b><br>
<br>
Here is my templates.cfg<br>
<br>
<b><span style="color:red">define contact{<br>
name generic-contact <br>
service_notification_period 24x7 <br>
host_notification_period 24x7 <br>
service_notification_options w,u,c,r,f,s <br>
host_notification_options d,u,r,f,s <br>
service_notification_commands notify-service-by-email, notify-service-by-sms <br>
host_notification_commands notify-host-by-email, notify-host-by-sms <br>
register 0 <br>
}</span></b><br>
<br>
what can be going on – why will nagios not SMS me? Its got to be a nagios config issue and not gnokii error as I can send text through CLI fine,<br>
<br>
Please help me, im going insane<br>
<br>
Thanks</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-GB" lang="EN-US">Kind Regards</span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-GB" lang="EN-US">Andrew</span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-GB" lang="EN-US"> </span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-GB" lang="EN-US">T: 01386 834000<br>
F: 01386 834100<br>
<br>
<u></u></span></p>
<p class="MsoNormal"><u><span style="mso-fareast-language:EN-GB" lang="EN-US"><a href="mailto:Andrew@fulgent.co.uk" target="_blank"><span style="color:blue">Andrew@fulgent.co.uk</span></a></span></u><span style="mso-fareast-language:EN-GB" lang="EN-US"><br>
<a href="http://www.fulgent.co.uk/" title="http://www.fulgent.co.uk/" target="_blank"><span style="color:blue">www.fulgent.co.uk</span></a>
</span><span style="mso-fareast-language:EN-GB"></span></p>
<p class="MsoNormal"><b><span style="mso-fareast-language:EN-GB" lang="EN-US"> </span></b></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-GB" lang="EN-US"><br>
Fulgent Technologies Limited, Haddonsacre, Station Road, Offenham, Evesham, WR11 8JJ. This communication contains information which is confidential and may also be privileged or protected by copyright. It is for the exclusive use of the addressee. If you are
 not the addressee please note that any distribution, reproduction, copying, publication or use of this communication or the information is prohibited. If you have received this communication in error, please telephone us immediately and also delete the communication
 from your computer.</span><span style="mso-fareast-language:EN-GB"></span></p>
<p class="MsoNormal"> </p>
</div>


<br>


<br>


<br>------------------------------------------------------------------------------<br>RSA(R) Conference 2012<br>Save $700 by Nov 18<br>Register now<br>http://p.sf.net/sfu/rsa-sfdev2dev1<br>_______________________________________________<br>Nagios-users mailing list<br>Nagios-users@lists.sourceforge.net<br>https://lists.sourceforge.net/lists/listinfo/nagios-users<br>::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. <br>::: Messages without supporting info will risk being sent to /dev/null</div>
<br><br/>
<br/>
Ce message et toutes les pieces jointes (ci-apres le "message" ) sont confidentiels et etablis a l'intention exclusive de ses destinataires. Toute utilisation de ce message non conforme a sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse. Si vous recevez ce message par erreur, merci de le detruire sans en conserver de copie et d'en avertir immediatement l'expediteur. Internet ne permettant pas de garantir l'integrite de ce message, AltitudeInfrastructure decline toute responsabilite au titre de ce message s'il a ete modifie, altere, deforme ou falsifie.<br/> 
</br>
This message and any attachments (the "message") are confidential and intended solely for the addresses. Any use not in accord with its purpose, any dissemination or disclosure, either whole or partial, is prohibited except formal approval. If you receive this message in error, please delete it without storing any evidence and immediately notify the sender. Internet can not guarantee the integrity of this message, neither AltitudeInfrastructure shall be liable for the message if modified, altered, changed or falsified.</br>
<br/>

<br></body></html>