<?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 with sms notification</title>
	<atom:link href="http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/feed/" rel="self" type="application/rss+xml" />
	<link>http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/</link>
	<description>... think again ...</description>
	<lastBuildDate>Fri, 02 Dec 2011 15:54:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: iknewitalready</title>
		<link>http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/comment-page-1/#comment-13743</link>
		<dc:creator>iknewitalready</dc:creator>
		<pubDate>Thu, 26 Jun 2008 03:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/#comment-13743</guid>
		<description>What are the correct &quot;define command&quot;s for the service and host?</description>
		<content:encoded><![CDATA[<p>What are the correct &#8220;define command&#8221;s for the service and host?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian Livadaru</title>
		<link>http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/comment-page-1/#comment-13376</link>
		<dc:creator>Cristian Livadaru</dc:creator>
		<pubDate>Thu, 05 Jun 2008 06:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/#comment-13376</guid>
		<description>You can download the complete patched file here: http://livadaru.net/cristian/downloads/notify_sms</description>
		<content:encoded><![CDATA[<p>You can download the complete patched file here: <a href="http://livadaru.net/cristian/downloads/notify_sms" >http://livadaru.net/cristian/downloads/notify_sms</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iknewitalready</title>
		<link>http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/comment-page-1/#comment-13374</link>
		<dc:creator>iknewitalready</dc:creator>
		<pubDate>Thu, 05 Jun 2008 03:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/#comment-13374</guid>
		<description>Hi cristian!
can you tell me how can i apply your patch? should i replace some text in the old notify_sms or what?
Would be really thankful to you... also my email address is iknewitalready@gmail.com, i would be really greatful if you could add me (on msn, google talk, and on yahoo its iknewit_already) i need a little guidance...</description>
		<content:encoded><![CDATA[<p>Hi cristian!<br />
can you tell me how can i apply your patch? should i replace some text in the old notify_sms or what?<br />
Would be really thankful to you&#8230; also my email address is <a href="mailto:iknewitalready@gmail.com">iknewitalready@gmail.com</a>, i would be really greatful if you could add me (on msn, google talk, and on yahoo its iknewit_already) i need a little guidance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernard</title>
		<link>http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/comment-page-1/#comment-11547</link>
		<dc:creator>Bernard</dc:creator>
		<pubDate>Thu, 06 Mar 2008 09:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/#comment-11547</guid>
		<description>Sorry but this is the right command:

# clickatell alert &#039;host-notify-by-sms&#039; command definition
define command{
command_name host_notify_with_sms
command_line wget --post-data &quot;user=myusername&amp;password=mypassword&amp;api_id=xxxxxx&amp;to=$CONTACTPAGER$&amp;text= -m &#039;$NOTIFICATION$ $HOSTNAME$ is $HOSTSTATE$ ($HOSTOUTPUT$)&#039;&quot; http://api.clickatell.com/http/sendmsg
}

ENJOY!!</description>
		<content:encoded><![CDATA[<p>Sorry but this is the right command:</p>
<p># clickatell alert &#8216;host-notify-by-sms&#8217; command definition<br />
define command{<br />
command_name host_notify_with_sms<br />
command_line wget &#8211;post-data &#8220;user=myusername&amp;password=mypassword&amp;api_id=xxxxxx&amp;to=$CONTACTPAGER$&amp;text= -m &#8216;$NOTIFICATION$ $HOSTNAME$ is $HOSTSTATE$ ($HOSTOUTPUT$)&#8217;&#8221; <a href="http://api.clickatell.com/http/sendmsg" >http://api.clickatell.com/http/sendmsg</a><br />
}</p>
<p>ENJOY!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernard</title>
		<link>http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/comment-page-1/#comment-11546</link>
		<dc:creator>Bernard</dc:creator>
		<pubDate>Thu, 06 Mar 2008 09:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/#comment-11546</guid>
		<description>You sent an alert without using those plugins check this url http://www.gnu.org/software/wget/manual/html_node/HTTP-Options.html
from their example: http://api.clickatell.com/http/sendmsg?user=xxxxx&amp;password=xxxxx&amp;api_id=xxxxx&amp;to=448311234567&amp;text=Meet+me+at+home you can simply replace xxxx item with information you got and do this to your command config:

define command{
command_name service_notify_with_sms
command_line  wget --post-data &quot;user=myusername&amp;password=mypassword$api_id=XXXXXXX&amp;to=&#039;$NOTIFICATIONTYPE$: $HOSTNAME$ is $SERVICESTATE$ ($SERVICEOUTPUT$)&#039; -t $CONTACTPAGER$
}

I HOPE THIS COULD HELP!! :D</description>
		<content:encoded><![CDATA[<p>You sent an alert without using those plugins check this url <a href="http://www.gnu.org/software/wget/manual/html_node/HTTP-Options.html" >http://www.gnu.org/software/wget/manual/html_node/HTTP-Options.html</a><br />
from their example: <a href="http://api.clickatell.com/http/sendmsg?user=xxxxx&#038;password=xxxxx&#038;api_id=xxxxx&#038;to=448311234567&#038;text=Meet+me+at+home" >http://api.clickatell.com/http/sendmsg?user=xxxxx&#038;password=xxxxx&#038;api_id=xxxxx&#038;to=448311234567&#038;text=Meet+me+at+home</a> you can simply replace xxxx item with information you got and do this to your command config:</p>
<p>define command{<br />
command_name service_notify_with_sms<br />
command_line  wget &#8211;post-data &#8220;user=myusername&amp;password=mypassword$api_id=XXXXXXX&amp;to=&#8217;$NOTIFICATIONTYPE$: $HOSTNAME$ is $SERVICESTATE$ ($SERVICEOUTPUT$)&#8217; -t $CONTACTPAGER$<br />
}</p>
<p>I HOPE THIS COULD HELP!! <img src='http://cristian.livadaru.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian Livadaru</title>
		<link>http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/comment-page-1/#comment-11517</link>
		<dc:creator>Cristian Livadaru</dc:creator>
		<pubDate>Wed, 05 Mar 2008 07:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/#comment-11517</guid>
		<description>Not sure, I am using it with authentication when sending each message since I don&#039;t have  users on my system so I don&#039;t really care about password showing :)</description>
		<content:encoded><![CDATA[<p>Not sure, I am using it with authentication when sending each message since I don&#8217;t have  users on my system so I don&#8217;t really care about password showing <img src='http://cristian.livadaru.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernard</title>
		<link>http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/comment-page-1/#comment-11514</link>
		<dc:creator>Bernard</dc:creator>
		<pubDate>Wed, 05 Mar 2008 05:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/#comment-11514</guid>
		<description>&quot;Clickatell API has an option to authenticate for each message, instead of opening a session, which only requires 1 HTTP request. I’ll try it out.&quot; -- how is the procedure for these? Im having a hard time configuring my nagios for clickatell.. Please help. Thanks!!</description>
		<content:encoded><![CDATA[<p>&#8220;Clickatell API has an option to authenticate for each message, instead of opening a session, which only requires 1 HTTP request. I’ll try it out.&#8221; &#8212; how is the procedure for these? Im having a hard time configuring my nagios for clickatell.. Please help. Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JIRA: Miscellaneous</title>
		<link>http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/comment-page-1/#comment-11483</link>
		<dc:creator>JIRA: Miscellaneous</dc:creator>
		<pubDate>Tue, 04 Mar 2008 08:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/#comment-11483</guid>
		<description>&lt;strong&gt;[MP-138] NAGIOS enhancement: SMS notification capability ...&lt;/strong&gt;

I hope these links could help:
http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/
http://www.nagiosexchange.org/Notifications.35.0.html?&amp;tx_netnagext_pi1%5Bp_view%5D=371&amp;tx_netnagext_pi1%5Bpage%5D=10%3A10...</description>
		<content:encoded><![CDATA[<p><strong>[MP-138] NAGIOS enhancement: SMS notification capability &#8230;</strong></p>
<p>I hope these links could help:<br />
<a href="http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/" >http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/</a><br />
<a href="http://www.nagiosexchange.org/Notifications.35.0.html?&#038;tx_netnagext_pi1%5Bp_view%5D=371&#038;tx_netnagext_pi1%5Bpage%5D=10%3A10.." >http://www.nagiosexchange.org/Notifications.35.0.html?&#038;tx_netnagext_pi1%5Bp_view%5D=371&#038;tx_netnagext_pi1%5Bpage%5D=10%3A10..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Jackson</title>
		<link>http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/comment-page-1/#comment-6431</link>
		<dc:creator>Jeremy Jackson</dc:creator>
		<pubDate>Mon, 27 Aug 2007 17:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://cristian.livadaru.net/2006/04/27/nagios-with-sms-notification/#comment-6431</guid>
		<description>The version 1.1 on nagiosexchange.org:

-puts username/password on commandline where any logged in user can see it,
-Clickatell API has an option to authenticate for each message, instead of opening a session, which only requires 1 HTTP request.  I&#039;ll try it out.</description>
		<content:encoded><![CDATA[<p>The version 1.1 on nagiosexchange.org:</p>
<p>-puts username/password on commandline where any logged in user can see it,<br />
-Clickatell API has an option to authenticate for each message, instead of opening a session, which only requires 1 HTTP request.  I&#8217;ll try it out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

