<?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>HowToBSD &#187; munin</title>
	<atom:link href="http://howtobsd.com/tag/munin/feed" rel="self" type="application/rss+xml" />
	<link>http://howtobsd.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 11 Feb 2014 11:21:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Monitoring FreeBSD servers by the use of Munin</title>
		<link>http://howtobsd.com/software/monitoring-freebsd-servers-by-the-use-of-munin.html</link>
		<comments>http://howtobsd.com/software/monitoring-freebsd-servers-by-the-use-of-munin.html#comments</comments>
		<pubDate>Sat, 23 Jan 2010 19:29:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[munin]]></category>

		<guid isPermaLink="false">http://howtobsd.com/?p=58</guid>
		<description><![CDATA[Article in a nutshell describes installation and configuration Munin on FreeBSD. With munin you can monitor your servers very easy. Munin also presents output information in graphs through a web interface. Install munin-main (Munin Collector): # whereis munin-main munin-main: /usr/ports/sysutils/munin-main # cd /usr/ports/sysutils/munin-main # make install clean Install munin-node: # whereis munin-node munin-node: /usr/ports/sysutils/munin-node # [...]]]></description>
				<content:encoded><![CDATA[<p>Article in a nutshell describes installation and configuration Munin on FreeBSD.<br />
With munin you can monitor your servers very easy. Munin also presents output information in graphs through a web interface.</p>
<p><strong>Install munin-main (Munin Collector):</strong></p>
<p><code># whereis munin-main<br />
munin-main: /usr/ports/sysutils/munin-main<br />
# cd /usr/ports/sysutils/munin-main<br />
# make install clean</code></p>
<p><strong>Install munin-node:</strong></p>
<p><code># whereis munin-node<br />
munin-node: /usr/ports/sysutils/munin-node<br />
# cd /usr/ports/sysutils/munin-node<br />
# make install clean</code></p>
<p><code>#echo 'munin_node_enable="YES"' &gt;&gt; /etc/rc.conf<br />
# /usr/local/etc/rc.d/munin-node.sh start</code></p>
<p>On default html-files with graphs destination in /usr/local/www/munin/ (You can chenge this in config file /usr/local/etc/munin/munin.conf)<br />
You should configure your web-sever (for example apache) to this directory.<br />
It&#8217;s all! Go to your server address and enjoy!!! <img src='http://howtobsd.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://howtobsd.com/software/monitoring-freebsd-servers-by-the-use-of-munin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
