<?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>The Think Tank &#187; 10.04</title>
	<atom:link href="http://cdal.co.uk/tag/10-04/feed/" rel="self" type="application/rss+xml" />
	<link>http://cdal.co.uk</link>
	<description>Musings, Wonders and Thoughts</description>
	<lastBuildDate>Mon, 27 Jun 2011 20:57:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Setting up Munin on Ubuntu 10.04</title>
		<link>http://cdal.co.uk/2010/10/22/setting-up-munin-on-ubuntu-10-04/</link>
		<comments>http://cdal.co.uk/2010/10/22/setting-up-munin-on-ubuntu-10-04/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 11:16:34 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[=]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[munin]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://cdal.co.uk/?p=221</guid>
		<description><![CDATA[Server setup (as root): apt-get install apache2 munin munin-node munin-plugins-extra munin-libvirt-plugins munin-java-plugins a2dissite default Edit munin apache config to enable stats to be veiwed from anywhere: joe /etc/apache2/conf.d/munin change Allow localhost 127.0.0.1/8 ::1 line to: allow all Restart apache2: /etc/init.d/apache2 restart Setup hosts we want to monitor in /etc/munin/munin.conf . For each host we need to <a href='http://cdal.co.uk/2010/10/22/setting-up-munin-on-ubuntu-10-04/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Server setup (as root):</p>
<blockquote><p>apt-get install apache2 munin munin-node munin-plugins-extra munin-libvirt-plugins munin-java-plugins</p>
<p>a2dissite default</p></blockquote>
<p>Edit munin apache config to enable stats to be veiwed from anywhere:</p>
<blockquote><p>joe /etc/apache2/conf.d/munin</p></blockquote>
<p>change Allow localhost 127.0.0.1/8 ::1 line to:</p>
<blockquote><p>allow all</p></blockquote>
<p>Restart apache2:</p>
<blockquote><p>/etc/init.d/apache2 restart</p></blockquote>
<p>Setup hosts we want to monitor in /etc/munin/munin.conf . For each host we need to add a section that&#8217;s similar to the following:</p>
<blockquote><p>[hostname]</p>
<p>address ipaddress</p>
<p>use_node_name yes</p></blockquote>
<p>Now on each server we defined in the last step (including the munin server itself) we need to ssh into them and setup munin  node:</p>
<blockquote><p>apt-get install munin-node munin-plugins-extra munin-libvirt-plugins munin-java-plugins</p></blockquote>
<p>Allow access from the munin server:</p>
<blockquote><p>joe /etc/munin/munin-node.conf</p></blockquote>
<p>Add:</p>
<blockquote><p>allow ^192\.168\.0\.1$</p></blockquote>
<p>where 192.168.0.1 is the ipaddress of your munin server.</p>
<p>Restart the munin node:</p>
<blockquote><p>/etc/init.d/munin-node restart</p></blockquote>
<p>Open up a web browser and navigate to:</p>
<blockquote><p>addressOfMuninServer/munin</p></blockquote>
<p>This should present you with a webpage with all your configured nodes. Click on them to get stats/charts about the nodes. NB Munin can take up to 5 minutes to collect stats so if you&#8217;ve got nothing coming up wait 5 minutes. If you&#8217;ve still got nothing then you&#8217;ve probably got a configuration problem.</p>
<p>The Munin install differs on 10.04 Lucid as the install configures it&#8217;s own virtual host, which in previous versions of Ubuntu it never use to. The virtual host the Munin install provides is only accessible to the localhost hence the need for the configuration change.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2010/10/22/setting-up-munin-on-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Network problems after a Ubuntu 10.04 Lucid Lynx install and what fixed them for me</title>
		<link>http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/</link>
		<comments>http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/#comments</comments>
		<pubDate>Sat, 01 May 2010 02:30:19 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wired]]></category>

		<guid isPermaLink="false">http://cdal.co.uk/?p=205</guid>
		<description><![CDATA[After installing from a live CD where there was no problem with the network, I was supprised to boot a fresh install of Ubuntu 10.04 lucid lynx, with no network access. Fair enough, I thought probably just a one off, my PC. However after my work mate also had trouble with the network after a <a href='http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>After installing from a live CD where there was no problem with the network, I was supprised to boot a fresh install of Ubuntu 10.04 lucid lynx, with no network access. Fair enough, I thought probably just a one off, my PC. However after my work mate also had trouble with the network after a fresh install where the network was working on the live cd before hand I decided that something must be afoot.</p>
<p>Anyways this is how I fixed my network problem, hopefully it&#8217;ll help someone else!</p>
<ol>
<li>Edit /etc/network/interfaces and remove all traces of eth0 (remove both lines)</li>
<li>My Network Manager had failed to start at all so to manage the network connections open up System &gt; Preferences &gt; Network Connections</li>
<li>Add a new wired connection. I copied the mac address of my adapter in, although I&#8217;m not sure this actually matters. Click Apply and Save your new connection.</li>
<li>Reboot</li>
</ol>
<p>All being well you should have network-manager running, with a live network connection.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

