<?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: MySQL Cacti templates version 1.1.1 released</title>
	<atom:link href="http://www.xaprb.com/blog/2008/10/15/mysql-cacti-templates-version-111-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2008/10/15/mysql-cacti-templates-version-111-released/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:56:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2008/10/15/mysql-cacti-templates-version-111-released/#comment-15537</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Thu, 11 Dec 2008 15:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=626#comment-15537</guid>
		<description>John, please submit a bug on the Google Code project.  The templates should import fine on newer versions if you generate them for an older version, but if that isn&#039;t the case, submit a bug for that too.</description>
		<content:encoded><![CDATA[<p>John, please submit a bug on the Google Code project.  The templates should import fine on newer versions if you generate them for an older version, but if that isn&#8217;t the case, submit a bug for that too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.xaprb.com/blog/2008/10/15/mysql-cacti-templates-version-111-released/#comment-15529</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 10 Dec 2008 21:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=626#comment-15529</guid>
		<description>Trying to create custom template and I am getting a XML Parse error.  I am using version 0.8.7b and when i choose --cactiver it does not allow me to use 0.8.7b.  It only shows and allows up to 0.8.6j.  Any suggestions?</description>
		<content:encoded><![CDATA[<p>Trying to create custom template and I am getting a XML Parse error.  I am using version 0.8.7b and when i choose &#8211;cactiver it does not allow me to use 0.8.7b.  It only shows and allows up to 0.8.6j.  Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Fridh</title>
		<link>http://www.xaprb.com/blog/2008/10/15/mysql-cacti-templates-version-111-released/#comment-15390</link>
		<dc:creator>Mikael Fridh</dc:creator>
		<pubDate>Thu, 13 Nov 2008 17:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=626#comment-15390</guid>
		<description>Yeah but the poller still executes ss_get_mysql_stats.php 24 times.

100 database servers with my old templates = 100 script executions.
100 database servers with MySQL Cacti templates = 2400 script executions.

Indeed, Cacti&#039;s design is not optimal, and the lack of a decent polling/caching API is plagueing it.

I still think getting people to increase their fgets() sizes and doing all the polling in one call is optimal :). It just sucks that when you add graphs etc, you sometime get duplicated data sources. *grr*

I can perhaps commit to looking at some of the code december 1, after my vacation. Thanks for your great work so far :)</description>
		<content:encoded><![CDATA[<p>Yeah but the poller still executes ss_get_mysql_stats.php 24 times.</p>
<p>100 database servers with my old templates = 100 script executions.<br />
100 database servers with MySQL Cacti templates = 2400 script executions.</p>
<p>Indeed, Cacti&#8217;s design is not optimal, and the lack of a decent polling/caching API is plagueing it.</p>
<p>I still think getting people to increase their fgets() sizes and doing all the polling in one call is optimal :). It just sucks that when you add graphs etc, you sometime get duplicated data sources. *grr*</p>
<p>I can perhaps commit to looking at some of the code december 1, after my vacation. Thanks for your great work so far :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2008/10/15/mysql-cacti-templates-version-111-released/#comment-15383</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Wed, 12 Nov 2008 14:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=626#comment-15383</guid>
		<description>Mikael, it would be great to have another commiter on the code project, so if you want SVN access just ask.</description>
		<content:encoded><![CDATA[<p>Mikael, it would be great to have another commiter on the code project, so if you want SVN access just ask.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2008/10/15/mysql-cacti-templates-version-111-released/#comment-15382</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Wed, 12 Nov 2008 14:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=626#comment-15382</guid>
		<description>Mikael, my script should execute once per polling cycle per host, that is one of the design elements I spent a lot of time on.  Are you sure the caching is working right?  If not please put a bug report on the Google Code project.  The point of my design is to work around Cacti&#039;s limitations here: http://forums.cacti.net/viewtopic.php?t=26448#130332 Cacti&#039;s design forces a tradeoff among various complaints, and caching results is the only good way around it right now.

As for Handler_* stats, I have no clue why I omitted those!  Please submit a bug report on that.</description>
		<content:encoded><![CDATA[<p>Mikael, my script should execute once per polling cycle per host, that is one of the design elements I spent a lot of time on.  Are you sure the caching is working right?  If not please put a bug report on the Google Code project.  The point of my design is to work around Cacti&#8217;s limitations here: <a href="http://forums.cacti.net/viewtopic.php?t=26448#130332" rel="nofollow">http://forums.cacti.net/viewtopic.php?t=26448#130332</a> Cacti&#8217;s design forces a tradeoff among various complaints, and caching results is the only good way around it right now.</p>
<p>As for Handler_* stats, I have no clue why I omitted those!  Please submit a bug report on that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

