<?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/"
	xmlns:series="http://organizeseries.com/"
		>
<channel>
	<title>Comments on: SMS</title>
	<atom:link href="http://dbzer0.com/projects/zabbix/sms/feed/" rel="self" type="application/rss+xml" />
	<link>http://dbzer0.com</link>
	<description>A bug in the code of the universe</description>
	<lastBuildDate>Sat, 25 May 2013 10:23:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Speedyexe</title>
		<link>http://dbzer0.com/projects/zabbix/sms/#comment-17</link>
		<dc:creator>Speedyexe</dc:creator>
		<pubDate>Fri, 28 Aug 2009 13:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbzer0.com/projects/zabbix/sms/#comment-17</guid>
		<description><![CDATA[I CANT FIND SMS SEND WHAT TO DO NOW? ]]></description>
		<content:encoded><![CDATA[<p>I CANT FIND SMS SEND WHAT TO DO NOW? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://dbzer0.com/projects/zabbix/sms/#comment-16</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Thu, 28 May 2009 20:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbzer0.com/projects/zabbix/sms/#comment-16</guid>
		<description><![CDATA[Well, I apologies my level of english and then,  this three post but I get it! The problem was that I didn&#039;t know how Clickatell worked, first time I logged in, I did something and I had a SMTP API Connection. I have added a new API but with HTTP API and no pass, no user, anything. And then works.

Now server of Zabbix can send messages to a cell phone, tomorrow Im going to test with zabbix :)

Bye! ]]></description>
		<content:encoded><![CDATA[<p>Well, I apologies my level of english and then,  this three post but I get it! The problem was that I didn&#039;t know how Clickatell worked, first time I logged in, I did something and I had a SMTP API Connection. I have added a new API but with HTTP API and no pass, no user, anything. And then works.</p>
<p>Now server of Zabbix can send messages to a cell phone, tomorrow Im going to test with zabbix <img src='http://dbzer0.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Bye! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://dbzer0.com/projects/zabbix/sms/#comment-15</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Thu, 28 May 2009 20:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbzer0.com/projects/zabbix/sms/#comment-15</guid>
		<description><![CDATA[Well, if anyone find this thing, you have to pass values from CLI to clickatell.sms, o also called &quot;provider&quot; as:

smssend clickatell.sms user password API_ID NAME_API NUMBER_TELF &quot;hello&quot;

The next question for newbies will be, where we setup user, pass? are the user and pass to login in Clickatell?

Thanks anyway ]]></description>
		<content:encoded><![CDATA[<p>Well, if anyone find this thing, you have to pass values from CLI to clickatell.sms, o also called &quot;provider&quot; as:</p>
<p>smssend clickatell.sms user password API_ID NAME_API NUMBER_TELF &quot;hello&quot;</p>
<p>The next question for newbies will be, where we setup user, pass? are the user and pass to login in Clickatell?</p>
<p>Thanks anyway </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://dbzer0.com/projects/zabbix/sms/#comment-14</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Thu, 28 May 2009 19:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbzer0.com/projects/zabbix/sms/#comment-14</guid>
		<description><![CDATA[Hi

Im trying to do this in CentoOS, I know there are differents. I have compiled smssend from source. I don&#039;t know where you find the clickatell.sms in your guide : /
I found this script of clickatell.sms, do you think its ok? Its pretty weird...I don&#039;t know I have to fill the script or give params through smssend like smssend clickatell.sms &lt;Username&gt; &lt;Password&gt; &lt;API_ID&gt; &lt;API NAME&gt; &lt;Your Cell Phone Number&gt; &quot;Hello World&quot;

## SkySMS provider file - &lt;a href=&quot;http://www.clickatell.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.clickatell.com&lt;/a&gt;
## # Version 0.1
# by Steve Herrell
# Error codes :
# 1 -&gt; General failure

NbParams 6
%Login : Your Login
%Password Hidden : Your Password
%ApiID Hidden : Your API ID
%Sender : The API Name
%Tel : Where it&#039;s going to
%Message Size=160 Convert : Your message

GetURL &lt;a href=&quot;https://api.clickatell.com/http/sendmsg&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://api.clickatell.com/http/sendmsg&lt;/a&gt;
Params from=%Sender%&amp;user=%Login%&amp;password=%Password%&amp;api_id=%ApiID%&amp;to=%Tel%&amp;text=%Message%
Search ID:
PrintMsg message sent
Else
ErrorMsg 1 error sending message
GO

Any help will be great :) ]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Im trying to do this in CentoOS, I know there are differents. I have compiled smssend from source. I don&#039;t know where you find the clickatell.sms in your guide : /<br />
I found this script of clickatell.sms, do you think its ok? Its pretty weird&#8230;I don&#039;t know I have to fill the script or give params through smssend like smssend clickatell.sms &lt;Username&gt; &lt;Password&gt; &lt;API_ID&gt; &lt;API NAME&gt; &lt;Your Cell Phone Number&gt; &quot;Hello World&quot;</p>
<p>## SkySMS provider file &#8211; <a href="http://www.clickatell.com" target="_blank" rel="nofollow">http://www.clickatell.com</a><br />
## # Version 0.1<br />
# by Steve Herrell<br />
# Error codes :<br />
# 1 -&gt; General failure</p>
<p>NbParams 6<br />
%Login : Your Login<br />
%Password Hidden : Your Password<br />
%ApiID Hidden : Your API ID<br />
%Sender : The API Name<br />
%Tel : Where it&#039;s going to<br />
%Message Size=160 Convert : Your message</p>
<p>GetURL <a href="https://api.clickatell.com/http/sendmsg" target="_blank" rel="nofollow">https://api.clickatell.com/http/sendmsg</a><br />
Params from=%Sender%&amp;user=%Login%&amp;password=%Password%&amp;api_id=%ApiID%&amp;to=%Tel%&amp;text=%Message%<br />
Search ID:<br />
PrintMsg message sent<br />
Else<br />
ErrorMsg 1 error sending message<br />
GO</p>
<p>Any help will be great <img src='http://dbzer0.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: dbzer0.com @ 2013-05-25 12:47:48 by W3 Total Cache -->