<?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>/home/drscream &#187; munin</title>
	<atom:link href="http://www.cyber-tec.org/tag/munin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyber-tec.org</link>
	<description>blog of thomas merkel (alias drscream) - creative coding</description>
	<lastBuildDate>Mon, 02 Jan 2012 17:06:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Munin, MySQL graph</title>
		<link>http://www.cyber-tec.org/2009/07/01/munin-mysql-graph/</link>
		<comments>http://www.cyber-tec.org/2009/07/01/munin-mysql-graph/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 09:54:48 +0000</pubDate>
		<dc:creator>drscream</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[munin]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[rrdtool]]></category>

		<guid isPermaLink="false">http://www.cyber-tec.org/?p=552</guid>
		<description><![CDATA[It takes some time to found out how the munin mysql plugin works. Here is an easy step by step how to: Create a MySQL user with a password that has NOT granted privilege. Edit the file: /etc/munin/plugin-conf.d/munin-node Put this into the file: [mysql*] user root group wheel env.mysqladmin /usr/bin/mysqladmin env.mysqlopts -u [SQL_Username] -p[SQL_Password] Edit [...]]]></description>
			<content:encoded><![CDATA[<p>It takes some time to found out how the munin mysql plugin works. Here is an easy step by step how to:</p>
<ol>
<li>Create a MySQL user with a password that has <b>NOT</b> granted privilege.</li>
<li>Edit the file: /etc/munin/plugin-conf.d/munin-node</li>
<li>Put this into the file:<br />
<code>
<pre>
[mysql*]
  user root
  group wheel
  env.mysqladmin /usr/bin/mysqladmin
  env.mysqlopts -u [SQL_Username] -p[SQL_Password]
</pre>
<p></code></li>
<li>Edit the two variables [SQL_Username] and [SQL_Password]. Note that there is NO space between <i>-p</i> and the password.</li>
</ol>
<p>Now have a cup of coffee, wait some time and chill &#8230; now you see nice MySQL graphs in Munin</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyber-tec.org/2009/07/01/munin-mysql-graph/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

