<?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: Send your cell phone SMS system alert messages.</title>
	<atom:link href="http://systembash.com/content/smssend-zabbix-clickatell/feed/" rel="self" type="application/rss+xml" />
	<link>http://systembash.com/content/smssend-zabbix-clickatell/</link>
	<description>Technology and System Administration</description>
	<lastBuildDate>Thu, 02 Feb 2012 21:12:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Hans</title>
		<link>http://systembash.com/content/smssend-zabbix-clickatell/comment-page-1/#comment-6491</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Tue, 26 Feb 2008 16:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/smssend-zabbix-clickatell/#comment-6491</guid>
		<description>Hi, I&#039;m trying to get this to work; I&#039;m not a coder, and do not understand how to use this. Should I enter the %values in the clickatell.sms file, or pass them as command line arguments. I&#039;ve tried both without success so far. E.g. changing the NbParams6 values, aswell as trying to run it like &quot;smssend login password API.. &quot;. I would be grateful if anyone could explain a bit more in detail howto.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to get this to work; I&#8217;m not a coder, and do not understand how to use this. Should I enter the %values in the clickatell.sms file, or pass them as command line arguments. I&#8217;ve tried both without success so far. E.g. changing the NbParams6 values, aswell as trying to run it like &#8220;smssend login password API.. &#8220;. I would be grateful if anyone could explain a bit more in detail howto.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://systembash.com/content/smssend-zabbix-clickatell/comment-page-1/#comment-41386</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Tue, 26 Feb 2008 16:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/smssend-zabbix-clickatell/#comment-41386</guid>
		<description>Hi, I&#039;m trying to get this to work; I&#039;m not a coder, and do not understand how to use this. Should I enter the %values in the clickatell.sms file, or pass them as command line arguments. I&#039;ve tried both without success so far. E.g. changing the NbParams6 values, aswell as trying to run it like &quot;smssend login password API.. &quot;. I would be grateful if anyone could explain a bit more in detail howto.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to get this to work; I&#8217;m not a coder, and do not understand how to use this. Should I enter the %values in the clickatell.sms file, or pass them as command line arguments. I&#8217;ve tried both without success so far. E.g. changing the NbParams6 values, aswell as trying to run it like &#8220;smssend login password API.. &#8220;. I would be grateful if anyone could explain a bit more in detail howto.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://systembash.com/content/smssend-zabbix-clickatell/comment-page-1/#comment-50</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 22 Jan 2007 04:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/smssend-zabbix-clickatell/#comment-50</guid>
		<description>Alex:

This script seems to work with me. I believe depending on your system type you might need to escape the variables - but on CentOS it works like a charm how it is set up. Note to anyone trying this, if you have problems try using it with the escape slashes.</description>
		<content:encoded><![CDATA[<p>Alex:</p>
<p>This script seems to work with me. I believe depending on your system type you might need to escape the variables &#8211; but on CentOS it works like a charm how it is set up. Note to anyone trying this, if you have problems try using it with the escape slashes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Drager</title>
		<link>http://systembash.com/content/smssend-zabbix-clickatell/comment-page-1/#comment-41385</link>
		<dc:creator>Dave Drager</dc:creator>
		<pubDate>Mon, 22 Jan 2007 04:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/smssend-zabbix-clickatell/#comment-41385</guid>
		<description>Alex:

This script seems to work with me. I believe depending on your system type you might need to escape the variables - but on CentOS it works like a charm how it is set up. Note to anyone trying this, if you have problems try using it with the escape slashes.</description>
		<content:encoded><![CDATA[<p>Alex:</p>
<p>This script seems to work with me. I believe depending on your system type you might need to escape the variables &#8211; but on CentOS it works like a charm how it is set up. Note to anyone trying this, if you have problems try using it with the escape slashes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Smith</title>
		<link>http://systembash.com/content/smssend-zabbix-clickatell/comment-page-1/#comment-49</link>
		<dc:creator>Alex Smith</dc:creator>
		<pubDate>Sun, 21 Jan 2007 21:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/smssend-zabbix-clickatell/#comment-49</guid>
		<description>Hi,

There is a slight bug in with the above clickatell.sms script.

The line:

Params from=%Sender%&amp;user=%Login%&amp;password=%Password%&amp;api_id=%ApiID%&amp;to=%Tel%&amp;text=%Message%

needs to be

Params from=\%Sender%&amp;user=\%Login%&amp;password=\%Password%&amp;api_id=\%ApiID%&amp;to=\%Tel%&amp;text=\%Message%

Else it doesn&#039;t catch the correct var&#039;s from the CLI.

(smssend Version 3.4)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>There is a slight bug in with the above clickatell.sms script.</p>
<p>The line:</p>
<p>Params from=%Sender%&amp;user=%Login%&amp;password=%Password%&amp;api_id=%ApiID%&amp;to=%Tel%&amp;text=%Message%</p>
<p>needs to be</p>
<p>Params from=\%Sender%&amp;user=\%Login%&amp;password=\%Password%&amp;api_id=\%ApiID%&amp;to=\%Tel%&amp;text=\%Message%</p>
<p>Else it doesn&#8217;t catch the correct var&#8217;s from the CLI.</p>
<p>(smssend Version 3.4)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Smith</title>
		<link>http://systembash.com/content/smssend-zabbix-clickatell/comment-page-1/#comment-41384</link>
		<dc:creator>Alex Smith</dc:creator>
		<pubDate>Sun, 21 Jan 2007 21:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/smssend-zabbix-clickatell/#comment-41384</guid>
		<description>Hi,

There is a slight bug in with the above clickatell.sms script.

The line:

Params from=%Sender%&amp;user=%Login%&amp;password=%Password%&amp;api_id=%ApiID%&amp;to=%Tel%&amp;text=%Message%

needs to be

Params from=%Sender%&amp;user=%Login%&amp;password=%Password%&amp;api_id=%ApiID%&amp;to=%Tel%&amp;text=%Message%

Else it doesn&#039;t catch the correct var&#039;s from the CLI.

(smssend Version 3.4)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>There is a slight bug in with the above clickatell.sms script.</p>
<p>The line:</p>
<p>Params from=%Sender%&amp;user=%Login%&amp;password=%Password%&amp;api_id=%ApiID%&amp;to=%Tel%&amp;text=%Message%</p>
<p>needs to be</p>
<p>Params from=%Sender%&amp;user=%Login%&amp;password=%Password%&amp;api_id=%ApiID%&amp;to=%Tel%&amp;text=%Message%</p>
<p>Else it doesn&#8217;t catch the correct var&#8217;s from the CLI.</p>
<p>(smssend Version 3.4)</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
Database Caching using disk: basic

Served from: systembash.com @ 2012-02-09 01:05:44 -->
