<?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>Death of a Gremmie &#187; munin</title>
	<atom:link href="http://deathofagremmie.com/tag/munin/feed/" rel="self" type="application/rss+xml" />
	<link>http://deathofagremmie.com</link>
	<description>by Brian Neal</description>
	<lastBuildDate>Wed, 14 Jul 2010 02:31:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Server Monitoring with Munin</title>
		<link>http://deathofagremmie.com/2009/09/19/server-monitoring-with-munin/</link>
		<comments>http://deathofagremmie.com/2009/09/19/server-monitoring-with-munin/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 03:53:14 +0000</pubDate>
		<dc:creator>gremmie</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[munin]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://deathofagremmie.com/?p=306</guid>
		<description><![CDATA[I finally got around to investigating server monitoring tools, and came across Munin. This tool allows you to monitor various nodes in your network, and it generates pretty graphs for a wide variety of system parameters. You install munin-node software on the machines you wish to monitor. The node software gathers statistics which are collected [...]]]></description>
			<content:encoded><![CDATA[<p>I finally got around to investigating server monitoring tools, and came across <a href="http://munin.projects.linpro.no/">Munin</a>. This tool allows you to monitor various nodes in your network, and it generates pretty graphs for a wide variety of system parameters. You install munin-node software on the machines you wish to monitor. The node software gathers statistics which are collected periodically by a munin master agent, which produces the nice graphs that you can view with a web browser.</p>
<p>Installing it was easy with Ubuntu, as packages already exist for it. It was a simple &#8220;sudo apt-get install munin munin-node.&#8221; The Ubuntu package set me up for running both the master and node software on the same machine. I then had to edit the /etc/munin/munin.conf to change a few paths around, notably where to put the generated HTML files. One hitch that stumped me for a few minutes was a permissions problem on the path to the location of the HTML files. The Ubuntu package creates a new munin user, so make sure all directories on the path to the HTML files have an &#8220;x&#8221; bit for world. Once that was sorted I started seeing data after 5 minutes for a variety of things including CPU load, MySQL statistics, and filesystem usage. Awesome! I decided to put Apache Basic Authorization password protection on the directory where the report files live, as it is sensitive data that I wouldn&#8217;t want just anyone to see.</p>
<p>Below is an example graph, one of about 50 (!) that are available right out of the box. Plugins exist and can be created for a wide variety of other parameters as well. In addition, Munin can notify you by email if parameters get out of range. See the Munin home page for more examples and information.</p>
<div id="attachment_307" class="wp-caption aligncenter" style="width: 514px"><img class="size-full wp-image-307" title="munin-mysql" src="http://deathofagremmie.com/wp-content/uploads/2009/09/munin-mysql.png" alt="Munin MySQL Graph" width="504" height="348" /><p class="wp-caption-text">Munin MySQL Graph</p></div>
<p>Munin looks like a very useful tool to keep an eye on your server. Thanks to the Munin team for this great piece of software!</p>
]]></content:encoded>
			<wfw:commentRss>http://deathofagremmie.com/2009/09/19/server-monitoring-with-munin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
