<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Xaprb &#187; Cacti templates</title>
	<atom:link href="http://www.xaprb.com/blog/tag/cacti-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 10:55:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Version 1.1.6 of Better Cacti Templates released</title>
		<link>http://www.xaprb.com/blog/2010/01/10/version-1-1-6-of-better-cacti-templates-released/</link>
		<comments>http://www.xaprb.com/blog/2010/01/10/version-1-1-6-of-better-cacti-templates-released/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 15:01:26 +0000</pubDate>
		<dc:creator>Xaprb</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[Cacti]]></category>
		<category><![CDATA[Cacti templates]]></category>
		<category><![CDATA[iostat]]></category>
		<category><![CDATA[OpenVZ]]></category>

		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1551</guid>
		<description><![CDATA[I&#8217;ve released version 1.1.6 of the Better Cacti Templates project. This release includes a bunch of bug fixes (but not all of them!) and two new sets of graphs. One set is for disk I/O on GNU/Linux, and the other is a new set of templates for OpenVZ. I&#8217;m looking for feedback on both of [...]


<strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2010/04/20/version-1-1-7-of-better-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.7 of Better Cacti Templates released'>Version 1.1.7 of Better Cacti Templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2011/01/22/version-1-1-8-of-better-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.8 of Better Cacti Templates released'>Version 1.1.8 of Better Cacti Templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2009/10/25/version-1-1-4-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.4 of improved Cacti templates released'>Version 1.1.4 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2009/12/13/version-1-1-5-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.5 of improved Cacti templates released'>Version 1.1.5 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2009/05/07/version-112-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.2 of improved Cacti templates released'>Version 1.1.2 of improved Cacti templates released</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve released version 1.1.6 of the <a href="http://code.google.com/p/mysql-cacti-templates/">Better Cacti Templates</a> project.  This release includes a bunch of bug fixes (but not all of them!) and two new sets of graphs.  One set is for disk I/O on GNU/Linux, and the other is a new set of templates for OpenVZ.  I&#8217;m looking for feedback on both of those.  This release also has a bunch of code-level features: much better test coverage (hooray!), and a refactored ss_get_by_ssh.php that makes it much easier to create new graphs and templates.  The SSH-based templates also take advantage of the same caching as the MySQL templates, which makes them a lot more efficient.</p>

<p>There are <a href="http://code.google.com/p/mysql-cacti-templates/wiki/UpgradingTemplates">upgrade instructions</a> on the project wiki for this and all releases.  There is also a comprehensive tutorial on <a href="http://code.google.com/p/mysql-cacti-templates/wiki/CreatingGraphs">how to create your own graphs and templates</a> with this project.  Use the <a href=" http://code.google.com/p/mysql-cacti-templates/issues/list">project issue tracker</a> to view and report issues, and use the <a href="http://groups.google.com/group/better-cacti-templates">project mailing list</a> to discuss the templates and scripts.</p>

<p>The full changelog follows.</p>

<code><pre>
2010-01-10: version 1.1.6

  * Added OpenVZ graphs (--type openvz) (issue 95).
  * Added IO usage graphs (--type diskstats) (issue 97).
  * Added extra error-reporting (issue 110).
  * The $debug $debug_log options couldn't be set in the .cnf file (issue 110).
  * Added a --use-ssh option to ss_get_by_ssh.php (issue 66).
  * Added a debugging log to ss_get_by_ssh.php (issue 54).
  * Enabled caching of results in ss_get_by_ssh.php (issue 46).
  * Added a test suite for ss_get_by_ssh.php (issue 110).
  * The 'free' stats suffered from PHP's issues with big numbers (issue 102).
  * There was ambiguity (but no error) in SHOW STATUS overrides (issue 106).
  * It was hard to debug failures caused by missing ext/mysql (issue 105).
  * Code to make ss_get_mysql_stats.php testable was broken (issue 108).
</pre></code>

<p><strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2010/04/20/version-1-1-7-of-better-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.7 of Better Cacti Templates released'>Version 1.1.7 of Better Cacti Templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2011/01/22/version-1-1-8-of-better-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.8 of Better Cacti Templates released'>Version 1.1.8 of Better Cacti Templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2009/10/25/version-1-1-4-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.4 of improved Cacti templates released'>Version 1.1.4 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2009/12/13/version-1-1-5-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.5 of improved Cacti templates released'>Version 1.1.5 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2009/05/07/version-112-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.2 of improved Cacti templates released'>Version 1.1.2 of improved Cacti templates released</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.xaprb.com/blog/2010/01/10/version-1-1-6-of-better-cacti-templates-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vote for Cacti template enhancements</title>
		<link>http://www.xaprb.com/blog/2009/12/30/vote-for-cacti-template-enhancements/</link>
		<comments>http://www.xaprb.com/blog/2009/12/30/vote-for-cacti-template-enhancements/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 04:36:54 +0000</pubDate>
		<dc:creator>Xaprb</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[Cacti]]></category>
		<category><![CDATA[Cacti templates]]></category>

		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1510</guid>
		<description><![CDATA[If you&#8217;d like some improvements to the Cacti templates (MySQL, Apache, Memcached, and more) I&#8217;ve been maintaining, please make your voice heard &#8212; either write to the mailing list, or post a new issue (or comment on an existing one) on the issue list. I&#8217;ve got a bunch of work underway, including a test suite [...]


<strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2010/01/10/version-1-1-6-of-better-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.6 of Better Cacti Templates released'>Version 1.1.6 of Better Cacti Templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2009/05/07/version-112-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.2 of improved Cacti templates released'>Version 1.1.2 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2010/04/20/version-1-1-7-of-better-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.7 of Better Cacti Templates released'>Version 1.1.7 of Better Cacti Templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2011/01/22/version-1-1-8-of-better-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.8 of Better Cacti Templates released'>Version 1.1.8 of Better Cacti Templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2009/02/09/news-on-mysql-cacti-templates/' rel='bookmark' title='Permanent Link: News on MySQL Cacti Templates'>News on MySQL Cacti Templates</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;d like some improvements to the Cacti templates (MySQL, Apache, Memcached, and more) I&#8217;ve been maintaining, please make your voice heard &#8212; either write to the <a href="http://groups.google.com/group/better-cacti-templates">mailing list</a>, or post a new issue (or comment on an existing one) on the <a href="http://code.google.com/p/mysql-cacti-templates/issues/list">issue list</a>.  I&#8217;ve got a bunch of work underway, including a test suite for ss_get_by_ssh.php.</p>

<p><strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2010/01/10/version-1-1-6-of-better-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.6 of Better Cacti Templates released'>Version 1.1.6 of Better Cacti Templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2009/05/07/version-112-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.2 of improved Cacti templates released'>Version 1.1.2 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2010/04/20/version-1-1-7-of-better-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.7 of Better Cacti Templates released'>Version 1.1.7 of Better Cacti Templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2011/01/22/version-1-1-8-of-better-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.8 of Better Cacti Templates released'>Version 1.1.8 of Better Cacti Templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2009/02/09/news-on-mysql-cacti-templates/' rel='bookmark' title='Permanent Link: News on MySQL Cacti Templates'>News on MySQL Cacti Templates</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.xaprb.com/blog/2009/12/30/vote-for-cacti-template-enhancements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 1.1.4 of improved Cacti templates released</title>
		<link>http://www.xaprb.com/blog/2009/10/25/version-1-1-4-of-improved-cacti-templates-released/</link>
		<comments>http://www.xaprb.com/blog/2009/10/25/version-1-1-4-of-improved-cacti-templates-released/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 03:49:45 +0000</pubDate>
		<dc:creator>Xaprb</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[Cacti]]></category>
		<category><![CDATA[Cacti templates]]></category>
		<category><![CDATA[InnoDB]]></category>

		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1397</guid>
		<description><![CDATA[I&#8217;ve released version 1.1.4 of my improved Cacti templates. Unlike the prior release, which was solely bug fixes, this one includes new graphs in the MySQL template. Some of the graphs are of data that&#8217;s exposed in standard MySQL versions, but some of it is available only in Percona&#8217;s high-performance builds of the MySQL database [...]


<strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2009/05/07/version-112-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.2 of improved Cacti templates released'>Version 1.1.2 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2009/12/13/version-1-1-5-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.5 of improved Cacti templates released'>Version 1.1.5 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2009/10/24/version-1-1-3-of-improved-cacti-graphs-for-mysql-released/' rel='bookmark' title='Permanent Link: Version 1.1.3 of improved Cacti graphs for MySQL released'>Version 1.1.3 of improved Cacti graphs for MySQL released</a></li>
<li><a href='http://www.xaprb.com/blog/2010/01/10/version-1-1-6-of-better-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.6 of Better Cacti Templates released'>Version 1.1.6 of Better Cacti Templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2011/01/22/version-1-1-8-of-better-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.8 of Better Cacti Templates released'>Version 1.1.8 of Better Cacti Templates released</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve released version 1.1.4 of my <a href="http://code.google.com/p/mysql-cacti-templates/">improved Cacti templates</a>.  Unlike the prior release, which was solely bug fixes, this one includes new graphs in the MySQL template.  Some of the graphs are of data that&#8217;s exposed in standard MySQL versions, but some of it is available only in <a href="http://www.percona.com/percona-lab.html">Percona&#8217;s high-performance builds of the MySQL database server</a>.  If you don&#8217;t have a Percona build, those graphs will just contain nothing, but there is no detrimental effect.</p>

<p>This template release is fully backwards compatible with the previous release.  The upgrade process is to copy the new PHP file into place and import the new template file.  You can then add the new graphs to your hosts.</p>

<p>I&#8217;ve also taken the opportunity to address many of the other open issues.  Most of these were minor, such as a debug log to help troubleshoot.  Some are big improvements, such as no longer using GET_LOCK() in MySQL to arbitrate access to the cache file.  A list of open issues can always be found at <a href="http://code.google.com/p/mysql-cacti-templates/issues/list">http://code.google.com/p/mysql-cacti-templates/issues/list</a>.</p>

<p>To ease the process of future upgrades, I&#8217;ve also added in a gratuitous GPRINT definition, which is unused and merely records the installed version of the template (both the template version, and the version of the PHP file against which it was generated).</p>

<p>The full changelog follows.</p>

<code><pre>
2009-10-25: version 1.1.4

        * Changed SSH options so host keys are accepted automatically (issue 68).
        * Parsing of the pending_ibuf_aio_reads property was broken.
        * Parsing of the pending_aio_log_ios property was broken.
        * Parsing of the pending_aio_sync_ios property was broken.
        * Added a debugging log for ss_get_mysql_stats.php (issue 54).
        * Added the --lint_check option to make-template.pl (issue 80).
        * Removed the use of GET_LOCK() and changed to flock() instead (issue 78).
        * The template and script version is now recorded in a GPRINT (issue 79).
        * Restored unflushed_log, which was accidentally deleted in 1.1.3.
        * Added the InnoDB Internal Hash Memory Usage graph (issue 75).
        * Added the InnoDB Checkpoint Age graph (issue 73).
        * Added the InnoDB Insert Buffer Usage graph (issue 74).
        * Added the InnoDB Active/Locked Transactions graph.
        * Added the InnoDB Memory Allocation graph.
        * Added the InnoDB Adaptive Hash Index graph.
        * Added the InnoDB Tables In Use graph (issue 32).
        * Added the InnoDB Current Lock Waits graph.
        * Added the InnoDB Lock Structures graph (issue 32).
</pre></code>

<p><strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2009/05/07/version-112-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.2 of improved Cacti templates released'>Version 1.1.2 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2009/12/13/version-1-1-5-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.5 of improved Cacti templates released'>Version 1.1.5 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2009/10/24/version-1-1-3-of-improved-cacti-graphs-for-mysql-released/' rel='bookmark' title='Permanent Link: Version 1.1.3 of improved Cacti graphs for MySQL released'>Version 1.1.3 of improved Cacti graphs for MySQL released</a></li>
<li><a href='http://www.xaprb.com/blog/2010/01/10/version-1-1-6-of-better-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.6 of Better Cacti Templates released'>Version 1.1.6 of Better Cacti Templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2011/01/22/version-1-1-8-of-better-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.8 of Better Cacti Templates released'>Version 1.1.8 of Better Cacti Templates released</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.xaprb.com/blog/2009/10/25/version-1-1-4-of-improved-cacti-templates-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Secure, easy Cacti graphing without SNMP</title>
		<link>http://www.xaprb.com/blog/2009/04/25/secure-easy-cacti-graphing-without-snmp/</link>
		<comments>http://www.xaprb.com/blog/2009/04/25/secure-easy-cacti-graphing-without-snmp/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 19:01:02 +0000</pubDate>
		<dc:creator>Xaprb</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Cacti]]></category>
		<category><![CDATA[Cacti templates]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Nginx]]></category>

		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1041</guid>
		<description><![CDATA[Cacti is a great tool for collecting information about systems and graphing it. However, it likes to use SNMP, and SNMP is often not desirable. Instead, I often see the need for a method that is: Secure. Use trusted, well-known, encrypted communication. Do not open up new ports. Zero install on the monitored system. As [...]


<strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2009/02/09/news-on-mysql-cacti-templates/' rel='bookmark' title='Permanent Link: News on MySQL Cacti Templates'>News on MySQL Cacti Templates</a></li>
<li><a href='http://www.xaprb.com/blog/2008/04/27/improved-cacti-monitoring-templates-for-mysql/' rel='bookmark' title='Permanent Link: Improved Cacti monitoring templates for MySQL'>Improved Cacti monitoring templates for MySQL</a></li>
<li><a href='http://www.xaprb.com/blog/2010/05/25/a-better-way-to-build-cacti-templates/' rel='bookmark' title='Permanent Link: A better way to build Cacti templates'>A better way to build Cacti templates</a></li>
<li><a href='http://www.xaprb.com/blog/2009/05/07/version-112-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.2 of improved Cacti templates released'>Version 1.1.2 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2010/04/20/version-1-1-7-of-better-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.7 of Better Cacti Templates released'>Version 1.1.7 of Better Cacti Templates released</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cacti.net/">Cacti</a> is a great tool for collecting information about systems and graphing it.  However, it likes to use SNMP, and SNMP is often not desirable.  Instead, I often see the need for a method that is:</p>

<ul>
<li>Secure.  Use trusted, well-known, encrypted communication.  Do not open up new ports.</li>
<li>Zero install on the monitored system.</li>
<li>As little installation or modification on the monitoring system as possible.</li>
</ul>

<p>Over the last several years, I&#8217;ve slowly created more and more software to create Cacti graphs via standard POSIX command-line utilities over SSH with key-pair authentication.  (I&#8217;ve also created similar software for Nagios, but that&#8217;s another matter.)  The major problem with the work I&#8217;ve done is that it&#8217;s totally un-publicized.</p>

<p>The system works by passing command-line arguments to a local PHP script like any other Cacti script.  This script then executes a remote SSH command, such as <code>ssh somehost uptime</code> and extracts statistics from the result.</p>

<p>The requirements are very simple.  On the system to be monitored, a public key must be installed.  On the monitoring system, the cacti user account must have a private SSH key that it can read and others can&#8217;t.  This is standard for any SSH key.  The cacti user account must also have the SSH key fingerprint of the monitored system in its known_hosts file.</p>

<p>The work I&#8217;ve done thus far is available from Subversion in the <a href="http://code.google.com/p/mysql-cacti-templates">mysql-cacti-templates</a> project.  This project has the scaffolding for creating Cacti templates easily, so I&#8217;m using it.</p>

<p>At this point, the following are available:</p>

<ul>
<li>Apache</li>
<li>Operating system (CPU, memory, load average, etc)</li>
<li>Memcached</li>
<li>Nginx</li>
</ul>

<p>Unfinished work includes network, disk, etc.  The techniques to monitor something of which there is a variable number (e.g. there can be many disks, each of which needs its own graph) are a little more complex than simple things like monitoring overall CPU usage.  So that&#8217;s a work in progress.  Once it&#8217;s done, it&#8217;ll make it really easy to discover and monitor multiples of <em>anything</em> &#8212; for example, multiple MySQL servers or memcached servers on a single host &#8212; without creating a new host for each resource to monitor.</p>

<p>As with the MySQL templates I created, these templates are comprehensive and have lots of nice properties most templates lack.  This is something you get free with my scaffolding.  If you&#8217;ve ever created templates by hand through the web interface, you should give my work a try.  You can turn a three-day project into a few minutes and avoid bugs and other hassles.  There are <a href="http://code.google.com/p/mysql-cacti-templates/wiki/CreatingGraphs">instructions for creating Cacti templates</a> on the project wiki.</p>

<p><strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2009/02/09/news-on-mysql-cacti-templates/' rel='bookmark' title='Permanent Link: News on MySQL Cacti Templates'>News on MySQL Cacti Templates</a></li>
<li><a href='http://www.xaprb.com/blog/2008/04/27/improved-cacti-monitoring-templates-for-mysql/' rel='bookmark' title='Permanent Link: Improved Cacti monitoring templates for MySQL'>Improved Cacti monitoring templates for MySQL</a></li>
<li><a href='http://www.xaprb.com/blog/2010/05/25/a-better-way-to-build-cacti-templates/' rel='bookmark' title='Permanent Link: A better way to build Cacti templates'>A better way to build Cacti templates</a></li>
<li><a href='http://www.xaprb.com/blog/2009/05/07/version-112-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.2 of improved Cacti templates released'>Version 1.1.2 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2010/04/20/version-1-1-7-of-better-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.7 of Better Cacti Templates released'>Version 1.1.7 of Better Cacti Templates released</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.xaprb.com/blog/2009/04/25/secure-easy-cacti-graphing-without-snmp/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>MySQL Cacti templates version 1.1.1 released</title>
		<link>http://www.xaprb.com/blog/2008/10/15/mysql-cacti-templates-version-111-released/</link>
		<comments>http://www.xaprb.com/blog/2008/10/15/mysql-cacti-templates-version-111-released/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 03:21:14 +0000</pubDate>
		<dc:creator>Xaprb</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Cacti]]></category>
		<category><![CDATA[Cacti templates]]></category>
		<category><![CDATA[graphing]]></category>
		<category><![CDATA[monitoring]]></category>

		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=626</guid>
		<description><![CDATA[I&#8217;ve released version 1.1.1 of the MySQL Cacti templates I develop. The new templates work around more Cacti limitations, including the limitation on the length of the data returned from the poller script. There&#8217;s also a new graph and many other niceties since the last release. Note that there are TWO incompatible changes with the [...]


<strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2009/10/25/version-1-1-4-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.4 of improved Cacti templates released'>Version 1.1.4 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2010/01/10/version-1-1-6-of-better-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.6 of Better Cacti Templates released'>Version 1.1.6 of Better Cacti Templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2009/05/07/version-112-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.2 of improved Cacti templates released'>Version 1.1.2 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2010/04/20/version-1-1-7-of-better-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.7 of Better Cacti Templates released'>Version 1.1.7 of Better Cacti Templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2009/12/13/version-1-1-5-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.5 of improved Cacti templates released'>Version 1.1.5 of improved Cacti templates released</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve released version 1.1.1 of the <a href="http://code.google.com/p/mysql-cacti-templates/">MySQL Cacti templates</a> I develop.  The new templates work around more Cacti limitations, including the limitation on the length of the data returned from the poller script.  There&#8217;s also a new graph and many other niceties since the last release.</p>

<span id="more-626"></span>

<p>Note that there are TWO incompatible changes with the previous version of the templates.  You don&#8217;t have to throw away your RRA files, you just have to delete and re-import over all the existing templates.  It&#8217;s not my fault, there was no other way to work around the limitations mentioned above.  Really.  Have fun upgrading!</p>

<p>Version 1.1.1 is actually just a repackaging of 1.1.0.</p>

<p>The changelog follows.</p>

<pre>
2008-10-15: version 1.1.1

	* The tarball didn't have make-template.pl mysql_definitions.pl (issue 34)

2008-10-14: version 1.1.0

	* Graphs fetched too much data, causing errors (incompatible; issue 28, 23).
	* Output of the poller script is compressed with short value names.
	* Checks can be disabled; no need to fetch INNODB STATUS if unwanted.
	* Queries could cause a MySQL thread stack overflow (issue 19).
	* Older PHP didn't have array_change_key_case function (issue 21).
	* The PROCESS privilege is required for MySQL 5.1.29 with InnoDB (issue 22).
	* Added an aggregated view of SHOW PROCESSLIST; requires PROCESS privilege.
	* The text on the graph could overflow the right-hand edge.
	* Truncated SHOW INNODB STATUS could cause an SQL error (issue 27).
	* The poller script requires proper cmdline options (incompatible change).
</pre>

<p><strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2009/10/25/version-1-1-4-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.4 of improved Cacti templates released'>Version 1.1.4 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2010/01/10/version-1-1-6-of-better-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.6 of Better Cacti Templates released'>Version 1.1.6 of Better Cacti Templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2009/05/07/version-112-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.2 of improved Cacti templates released'>Version 1.1.2 of improved Cacti templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2010/04/20/version-1-1-7-of-better-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.7 of Better Cacti Templates released'>Version 1.1.7 of Better Cacti Templates released</a></li>
<li><a href='http://www.xaprb.com/blog/2009/12/13/version-1-1-5-of-improved-cacti-templates-released/' rel='bookmark' title='Permanent Link: Version 1.1.5 of improved Cacti templates released'>Version 1.1.5 of improved Cacti templates released</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.xaprb.com/blog/2008/10/15/mysql-cacti-templates-version-111-released/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

