<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Nagios Alerts via SMS with Kapow</title>
	<atom:link href="http://www.barryodonovan.com/index.php/2007/05/19/nagios-sms-kapow/feed" rel="self" type="application/rss+xml" />
	<link>http://www.barryodonovan.com/index.php/2007/05/19/nagios-sms-kapow</link>
	<description>The thoughts, ramblings and rants of Barry O&#039;Donovan</description>
	<lastBuildDate>Mon, 09 Nov 2009 23:02:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Duncan</title>
		<link>http://www.barryodonovan.com/index.php/2007/05/19/nagios-sms-kapow/comment-page-1#comment-10141</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Mon, 28 Jul 2008 13:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/05/19/nagios-sms-kapow/#comment-10141</guid>
		<description>I know this is not a support forum, but I&#039;m having a problem which has me baffled and you sound like you know what you&#039;re doing so I&#039;m hoping you can help.

I&#039;ve got the following service command set up:

define command{
       command_name    notify-by-epager
       command_line    curl &quot;http://127.0.0.1:13004/cgi-bin/sendsms?username=simple&amp;password=simple&amp;to=$CONTACTPAGER$&amp;text=$NOTIFICATIONTYPE$:+$HOSTALIAS$/$SERVICEDESC$+is+$SERVICESTATE$&quot;
       }

The curl command calls a SMS gateway we set up on the Nagios server and is tested and working.

This works fine when the host comes up and reports:

RECOVERY: MyServer/PING is OK

When the service goes down, however, some of the variables are missing resulting in a message like the following:

PROBLEM: MyServer/ is

The $SERVICEDESC$ and $SERVICESTATE$ variables just don&#039;t show up for the party.

Any ideas?</description>
		<content:encoded><![CDATA[<p>I know this is not a support forum, but I&#8217;m having a problem which has me baffled and you sound like you know what you&#8217;re doing so I&#8217;m hoping you can help.</p>
<p>I&#8217;ve got the following service command set up:</p>
<p>define command{<br />
       command_name    notify-by-epager<br />
       command_line    curl &#8220;http://127.0.0.1:13004/cgi-bin/sendsms?username=simple&amp;password=simple&amp;to=$CONTACTPAGER$&amp;text=$NOTIFICATIONTYPE$:+$HOSTALIAS$/$SERVICEDESC$+is+$SERVICESTATE$&#8221;<br />
       }</p>
<p>The curl command calls a SMS gateway we set up on the Nagios server and is tested and working.</p>
<p>This works fine when the host comes up and reports:</p>
<p>RECOVERY: MyServer/PING is OK</p>
<p>When the service goes down, however, some of the variables are missing resulting in a message like the following:</p>
<p>PROBLEM: MyServer/ is</p>
<p>The $SERVICEDESC$ and $SERVICESTATE$ variables just don&#8217;t show up for the party.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham</title>
		<link>http://www.barryodonovan.com/index.php/2007/05/19/nagios-sms-kapow/comment-page-1#comment-10047</link>
		<dc:creator>Graham</dc:creator>
		<pubDate>Thu, 17 Jul 2008 12:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/05/19/nagios-sms-kapow/#comment-10047</guid>
		<description>Thanks for a good walkthrough

Just added it to our nagios 3 installation and is working fine, subject to minor tweaking on the service names

Cheers</description>
		<content:encoded><![CDATA[<p>Thanks for a good walkthrough</p>
<p>Just added it to our nagios 3 installation and is working fine, subject to minor tweaking on the service names</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry O'Donovan</title>
		<link>http://www.barryodonovan.com/index.php/2007/05/19/nagios-sms-kapow/comment-page-1#comment-9312</link>
		<dc:creator>Barry O'Donovan</dc:creator>
		<pubDate>Fri, 08 Feb 2008 08:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/05/19/nagios-sms-kapow/#comment-9312</guid>
		<description>Thanks for the note David (and Paul).

I suspect the ‘–no-check-certificate’ was a temporary problem with Kapow as the SSL cert looks good.

Still, it&#039;s a not a bad idea as one wants to make sure they get their SMS messages.</description>
		<content:encoded><![CDATA[<p>Thanks for the note David (and Paul).</p>
<p>I suspect the ‘–no-check-certificate’ was a temporary problem with Kapow as the SSL cert looks good.</p>
<p>Still, it&#8217;s a not a bad idea as one wants to make sure they get their SMS messages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Goodwin</title>
		<link>http://www.barryodonovan.com/index.php/2007/05/19/nagios-sms-kapow/comment-page-1#comment-9303</link>
		<dc:creator>David Goodwin</dc:creator>
		<pubDate>Thu, 07 Feb 2008 21:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/05/19/nagios-sms-kapow/#comment-9303</guid>
		<description>Hi!

Thank you (as well) for the scripts, and taking the time to document it - I was looking for a replacement for using twitter/jaiku, which is too unreliable for monitoring... and finding a decent sms gateway seemed to be a pain. Clearly you made my life very easy :)

My only observation - I had to add &#039;--no-check-certificate&#039; to the wget lines (they failed silently otherwise due to your use of -q).


Thanks
David.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Thank you (as well) for the scripts, and taking the time to document it &#8211; I was looking for a replacement for using twitter/jaiku, which is too unreliable for monitoring&#8230; and finding a decent sms gateway seemed to be a pain. Clearly you made my life very easy <img src='http://www.barryodonovan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>My only observation &#8211; I had to add &#8216;&#8211;no-check-certificate&#8217; to the wget lines (they failed silently otherwise due to your use of -q).</p>
<p>Thanks<br />
David.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Davison</title>
		<link>http://www.barryodonovan.com/index.php/2007/05/19/nagios-sms-kapow/comment-page-1#comment-8704</link>
		<dc:creator>Paul Davison</dc:creator>
		<pubDate>Thu, 20 Dec 2007 14:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/05/19/nagios-sms-kapow/#comment-8704</guid>
		<description>Thanks a lot for these scripts, Barry, I&#039;ve just set this up on my own nagios installation and it&#039;s working fine. 

Regards,

Paul.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for these scripts, Barry, I&#8217;ve just set this up on my own nagios installation and it&#8217;s working fine. </p>
<p>Regards,</p>
<p>Paul.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christinia</title>
		<link>http://www.barryodonovan.com/index.php/2007/05/19/nagios-sms-kapow/comment-page-1#comment-8668</link>
		<dc:creator>christinia</dc:creator>
		<pubDate>Mon, 17 Dec 2007 08:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/05/19/nagios-sms-kapow/#comment-8668</guid>
		<description>Hey there! I have poor credit. I would like to find a credit card however that could help me rebuild my score but at the same time will allow me to transfer balance from other cards to get rid of them. Is there a website that can help me do this? Is 

&lt;a href=&quot;http://balances-trannsfer.cn/discover-transfer-balance-rates.html&quot; rel=&quot;nofollow&quot;&gt;discover more card balance transfer rates&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hey there! I have poor credit. I would like to find a credit card however that could help me rebuild my score but at the same time will allow me to transfer balance from other cards to get rid of them. Is there a website that can help me do this? Is </p>
<p><a href="http://balances-trannsfer.cn/discover-transfer-balance-rates.html" rel="nofollow">discover more card balance transfer rates</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristian Kristensen&#8217;s Blog &#187; Getting Nagios to do SMS Notifications</title>
		<link>http://www.barryodonovan.com/index.php/2007/05/19/nagios-sms-kapow/comment-page-1#comment-6076</link>
		<dc:creator>Kristian Kristensen&#8217;s Blog &#187; Getting Nagios to do SMS Notifications</dc:creator>
		<pubDate>Sun, 17 Jun 2007 16:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/05/19/nagios-sms-kapow/#comment-6076</guid>
		<description>[...] configure Nagios to use this new command. I used this blog post from Barry O&#8217;Donnovan. Very easy. I modified the templates a bit. In misccommands.cfg I [...]</description>
		<content:encoded><![CDATA[<p>[...] configure Nagios to use this new command. I used this blog post from Barry O&#8217;Donnovan. Very easy. I modified the templates a bit. In misccommands.cfg I [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
