<?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>Christophe Nowicki &#187; Watercooling</title>
	<atom:link href="http://www.csquad.org/tag/watercooling/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csquad.org</link>
	<description>Just for fun</description>
	<lastBuildDate>Fri, 14 Jan 2011 08:32:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Aquaero plugins for Munin</title>
		<link>http://www.csquad.org/2009/04/12/aquaero-plugins-for-munin/</link>
		<comments>http://www.csquad.org/2009/04/12/aquaero-plugins-for-munin/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 07:10:27 +0000</pubDate>
		<dc:creator>cscm</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Aquaero]]></category>
		<category><![CDATA[Munin]]></category>
		<category><![CDATA[Watercooling]]></category>

		<guid isPermaLink="false">http://www.csquad.org/?p=85</guid>
		<description><![CDATA[





My home servers are water cooled, I use the Aquaero device for monitoring the status of the cooling system. (fan speed, temperature and water flow). 
The Aquaero is a monitoring system made by Aquacomputer, an German watercooling hardware manufacturer. 
This monitoring system is working on Debian GNU/Linux and the source code of the monitoring program [...]]]></description>
			<content:encoded><![CDATA[<table>
<tr>
<td valign='top'>
<a href="/wp-content/aquaero.jpg"><img src='/wp-content/thumb-aquaero.jpg' alt='Aquaero' /></a>
</td>
<td valign="top" >
My home servers are water cooled, I use the <a href="http://shop.aquacomputer.de/product_info.php?products_id=1657">Aquaero</a> device for monitoring the status of the cooling system. (fan speed, temperature and water flow). </p>
<p>The Aquaero is a monitoring system made by <a href="http://aquacomputer.de/">Aquacomputer</a>, an German watercooling hardware manufacturer. </p>
<p>This monitoring system is working on Debian GNU/Linux and the source code of the monitoring program is available under the terms of the LGPL License.</p>
<p>You can find the command ligne monitoring system here :  <a href="http://www.aqua-computer.de/e_content/e_download.htm">aquaero downloads</a>.</p>
<p>I&#8217;ve wrote an C++ plugin for <a href="http://munin.projects.linpro.no/">Munin</a>, in order to get the watercooling status monitored.
</td>
</tr>
<tr>
<td></td>
<td>
<table>
<tr>
<td valign="top" >
<a href="/wp-content/aquaero_fan.png"><img src='/wp-content/thumb-aquaero_fan.png' alt='Fan speed' /></a>
</td>
<td valign="top">
<a href="/wp-content/aquaero_flow.png"><img src='/wp-content/thumb-aquaero_flow.png' alt='Water flow' /></a>
</td>
<td valign="top" >
<a href="/wp-content/aquaero_temp.png"><img src='/wp-content/thumb-aquaero_temp.png' alt='Temperature' /></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<h3>Setup</h3>
<p>Fallow thoses instructions in order to build and setup the plugin :<br />
<code><br />
$ su<br />
# cd /usr/src<br />
# wget  http://www.aqua-computer.de/download/aquaero_software/aeinfo-2.1-src.tar.gz<br />
# tar xzf aeinfo-2.1-src.tar.gz<br />
# cd aeinfo-2.1-src/<br />
# wget http://svn.csquad.org/aquaero_munin/munin.cpp<br />
# g++ -Wno-deprecated munin.cpp  -lusb -o munin<br />
# mv munin /usr/share/munin/plugins/aquaero<br />
# cd /etc/munin/plugins<br />
# ln -s /usr/share/munin/plugins/aquaero aquaero_fan<br />
# ln -s /usr/share/munin/plugins/aquaero aquaero_temp<br />
# ln -s /usr/share/munin/plugins/aquaero aquaero_flow<br />
# echo < <EOF >> /etc/munin/plugin-conf.d/munin-node<br />
[aquaero_*]<br />
user root<br />
EOF<br />
# /etc/init.d/munin-node restart<br />
</code></p>
<p>Enjoy and feel free to report bugs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.csquad.org/2009/04/12/aquaero-plugins-for-munin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

