<?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: OCS Diff script</title>
	<atom:link href="http://seigafuse.com/2008/12/19/ocs-diff-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://seigafuse.com/2008/12/19/ocs-diff-script/</link>
	<description>Mike Seigafuse&#039;s Technology and IT Security Blog</description>
	<lastBuildDate>Mon, 05 Mar 2012 17:37:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Utilizando OCS para gerar alerta de Hardwares &#124; GLPI - Brasil</title>
		<link>http://seigafuse.com/2008/12/19/ocs-diff-script/comment-page-1/#comment-27360</link>
		<dc:creator>Utilizando OCS para gerar alerta de Hardwares &#124; GLPI - Brasil</dc:creator>
		<pubDate>Mon, 05 Mar 2012 17:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://seigafuse.com/?p=108#comment-27360</guid>
		<description>[...] fazer com que o OCS* alerte sobre alterações de hardware, você pode baixar os arquivos: OCSDiff e Conf e Disk Report. Após isso cole-os na pasta: [...]</description>
		<content:encoded><![CDATA[<p>[...] fazer com que o OCS* alerte sobre alterações de hardware, você pode baixar os arquivos: OCSDiff e Conf e Disk Report. Após isso cole-os na pasta: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erik</title>
		<link>http://seigafuse.com/2008/12/19/ocs-diff-script/comment-page-1/#comment-18456</link>
		<dc:creator>erik</dc:creator>
		<pubDate>Fri, 25 Jun 2010 02:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://seigafuse.com/?p=108#comment-18456</guid>
		<description>balony... sorry...
wasn&#039;t reading the comments on the script
-all set now, thanks!!

your great</description>
		<content:encoded><![CDATA[<p>balony&#8230; sorry&#8230;<br />
wasn&#8217;t reading the comments on the script<br />
-all set now, thanks!!</p>
<p>your great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erik</title>
		<link>http://seigafuse.com/2008/12/19/ocs-diff-script/comment-page-1/#comment-18451</link>
		<dc:creator>erik</dc:creator>
		<pubDate>Wed, 23 Jun 2010 08:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://seigafuse.com/?p=108#comment-18451</guid>
		<description>Hi Mike,

Have tried your script, but I am getting these errors


Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/ocsng/reports/ocsdiff.php on line 127

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/ocsng/reports/ocsdiff.php on line 128

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/ocsng/reports/ocsdiff.php on line 129

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/ocsng/reports/ocsdiff.php on line 130

- by the way under the ocsdiff_conf.php where it has 
$domains = array(
are 
0 =&gt; array(
			&#039;name&#039; =&gt; &#039;XXXXX&#039;,
			&#039;email&#039; =&gt; &quot;email@yourdomain.tld&quot;),
the destined receiver of the update?

-please instruct, thanks..</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Have tried your script, but I am getting these errors</p>
<p>Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/ocsng/reports/ocsdiff.php on line 127</p>
<p>Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/ocsng/reports/ocsdiff.php on line 128</p>
<p>Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/ocsng/reports/ocsdiff.php on line 129</p>
<p>Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/ocsng/reports/ocsdiff.php on line 130</p>
<p>- by the way under the ocsdiff_conf.php where it has<br />
$domains = array(<br />
are<br />
0 =&gt; array(<br />
			&#8216;name&#8217; =&gt; &#8216;XXXXX&#8217;,<br />
			&#8216;email&#8217; =&gt; &#8220;email@yourdomain.tld&#8221;),<br />
the destined receiver of the update?</p>
<p>-please instruct, thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://seigafuse.com/2008/12/19/ocs-diff-script/comment-page-1/#comment-18418</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 14 Jun 2010 14:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://seigafuse.com/?p=108#comment-18418</guid>
		<description>Why don&#039;t you have a look at &lt;a href=&quot;http://seigafuse.com/2007/07/26/daily-diskspace-alerts-using-ocs-inventory-ng/&quot; rel=&quot;nofollow&quot;&gt;this &lt;/a&gt; post and see if that doesn&#039;t help.  The same method can be used to implement the diff scripts as is used to implement the diskspace reports.  

As for the ability to save the output in a file, take a look at the code at line 96.  You will note that the text is contained in the variable called $msg.  The code starting at line 96 sends the text via email and it could easily be replaced or augmented with code that saves the text ($msg) to a file instead of via email (PHP fopen, fwrite, fclose, etc).

If you look at the link and still can&#039;t figure out how to implement this reply back with any issues you are hitting and I will try to help.

Mike</description>
		<content:encoded><![CDATA[<p>Why don&#8217;t you have a look at <a href="http://seigafuse.com/2007/07/26/daily-diskspace-alerts-using-ocs-inventory-ng/" rel="nofollow">this </a> post and see if that doesn&#8217;t help.  The same method can be used to implement the diff scripts as is used to implement the diskspace reports.  </p>
<p>As for the ability to save the output in a file, take a look at the code at line 96.  You will note that the text is contained in the variable called $msg.  The code starting at line 96 sends the text via email and it could easily be replaced or augmented with code that saves the text ($msg) to a file instead of via email (PHP fopen, fwrite, fclose, etc).</p>
<p>If you look at the link and still can&#8217;t figure out how to implement this reply back with any issues you are hitting and I will try to help.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: narasimha rao</title>
		<link>http://seigafuse.com/2008/12/19/ocs-diff-script/comment-page-1/#comment-18408</link>
		<dc:creator>narasimha rao</dc:creator>
		<pubDate>Fri, 11 Jun 2010 09:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://seigafuse.com/?p=108#comment-18408</guid>
		<description>Helo Mike, Helo guys.

how to implement ocsdiff scripts as my ocs ng server on linux.
hardware change reports from the OCS NG database. is possible to redirect hardware changes to a text file</description>
		<content:encoded><![CDATA[<p>Helo Mike, Helo guys.</p>
<p>how to implement ocsdiff scripts as my ocs ng server on linux.<br />
hardware change reports from the OCS NG database. is possible to redirect hardware changes to a text file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://seigafuse.com/2008/12/19/ocs-diff-script/comment-page-1/#comment-18406</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 10 Jun 2010 14:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://seigafuse.com/?p=108#comment-18406</guid>
		<description>I am not sure whether the author of that particular set of scripts will check here or not.  I would suggest you post a comment there where the scripts can be downloaded.  

Mike</description>
		<content:encoded><![CDATA[<p>I am not sure whether the author of that particular set of scripts will check here or not.  I would suggest you post a comment there where the scripts can be downloaded.  </p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: narasimha rao</title>
		<link>http://seigafuse.com/2008/12/19/ocs-diff-script/comment-page-1/#comment-18405</link>
		<dc:creator>narasimha rao</dc:creator>
		<pubDate>Thu, 10 Jun 2010 12:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://seigafuse.com/?p=108#comment-18405</guid>
		<description>helo guys

how to run these scripts ocsalerts.tar.gz  which will be downloaded from
http://awaken.com.br/2010/06/07/ocs-alertas-e-notificacoes/

help me</description>
		<content:encoded><![CDATA[<p>helo guys</p>
<p>how to run these scripts ocsalerts.tar.gz  which will be downloaded from<br />
<a href="http://awaken.com.br/2010/06/07/ocs-alertas-e-notificacoes/" rel="nofollow">http://awaken.com.br/2010/06/07/ocs-alertas-e-notificacoes/</a></p>
<p>help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://seigafuse.com/2008/12/19/ocs-diff-script/comment-page-1/#comment-18395</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 07 Jun 2010 17:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://seigafuse.com/?p=108#comment-18395</guid>
		<description>Sorry for the delayed response Fred ... I was enjoying a weekend off ;)

Thanks for posting the link to your updates.  Hopefully they will help others with similar interests.

Mike</description>
		<content:encoded><![CDATA[<p>Sorry for the delayed response Fred &#8230; I was enjoying a weekend off <img src='http://seigafuse.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Thanks for posting the link to your updates.  Hopefully they will help others with similar interests.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Leão</title>
		<link>http://seigafuse.com/2008/12/19/ocs-diff-script/comment-page-1/#comment-18394</link>
		<dc:creator>Fred Leão</dc:creator>
		<pubDate>Mon, 07 Jun 2010 17:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://seigafuse.com/?p=108#comment-18394</guid>
		<description>Helo Mike, Helo guys.

I&#039;ve made a response on another post &quot;an update to OCS Diff Scripts&quot; about a script of mine, but it still moderated! Are you guys alive ? It&#039;s been a long time since the last comment here.

It&#039;s now ready to share at http://awaken.com.br/2010/06/07/ocs-alertas-e-notificacoes/

Is about alerts &amp; notifications of the machines activity. It has a nice config file and may still be improved a litle more. And I&#039;ll integrate the other scripts(hard/soft diff) in my ocsstuff too.</description>
		<content:encoded><![CDATA[<p>Helo Mike, Helo guys.</p>
<p>I&#8217;ve made a response on another post &#8220;an update to OCS Diff Scripts&#8221; about a script of mine, but it still moderated! Are you guys alive ? It&#8217;s been a long time since the last comment here.</p>
<p>It&#8217;s now ready to share at <a href="http://awaken.com.br/2010/06/07/ocs-alertas-e-notificacoes/" rel="nofollow">http://awaken.com.br/2010/06/07/ocs-alertas-e-notificacoes/</a></p>
<p>Is about alerts &amp; notifications of the machines activity. It has a nice config file and may still be improved a litle more. And I&#8217;ll integrate the other scripts(hard/soft diff) in my ocsstuff too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://seigafuse.com/2008/12/19/ocs-diff-script/comment-page-1/#comment-15110</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 09 Sep 2009 22:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://seigafuse.com/?p=108#comment-15110</guid>
		<description>I think I guessed right that your comment was Portuguese, so translated to English it is (approximately):

I gave one improved in this script of the hardware and created one for software, that notifies alterations of IP, space in record, memory, processor, etc… and of software that notifies installations and desinstalações of softwares…

In which case I would ask if you have posted it somewhere or if you would be willing to either post it or send it to me so I can add it here.

Mike</description>
		<content:encoded><![CDATA[<p>I think I guessed right that your comment was Portuguese, so translated to English it is (approximately):</p>
<p>I gave one improved in this script of the hardware and created one for software, that notifies alterations of IP, space in record, memory, processor, etc… and of software that notifies installations and desinstalações of softwares…</p>
<p>In which case I would ask if you have posted it somewhere or if you would be willing to either post it or send it to me so I can add it here.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>

