<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Server Monitoring mit Munin	</title>
	<atom:link href="https://nerdpress.org/2010/11/02/server-monitoring-mit-munin/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org/2010/11/02/server-monitoring-mit-munin/</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Wed, 21 Aug 2013 14:02:59 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: NSA		</title>
		<link>https://nerdpress.org/2010/11/02/server-monitoring-mit-munin/#comment-18881</link>

		<dc:creator><![CDATA[NSA]]></dc:creator>
		<pubDate>Wed, 21 Aug 2013 14:02:59 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=1143#comment-18881</guid>

					<description><![CDATA[[bash]
cp $PREFIX/Components/*_Munin/Nodeview-JavaScript/munin-domainview.2.tmpl   /usr/local/etc/munin/templates/munin-domainview.tmpl
cp $PREFIX/Components/*_Munin/Nodeview-JavaScript/munin-nodeview.2.tmpl     /usr/local/etc/munin/templates/munin-nodeview.tmpl
cp $PREFIX/Components/*_Munin/Nodeview-JavaScript/munin-overview.tmpl       /usr/local/etc/munin/templates/munin-overview.tmpl
cp $PREFIX/Components/*_Munin/Nodeview-JavaScript/munin-serviceview.tmpl    /usr/local/etc/munin/templates/munin-serviceview.tmpl

# style.css - copy to templates and www directory 
cp $PREFIX/Components/*_Munin/Nodeview-JavaScript/style.2.css     /usr/local/etc/munin/templates/style.css
cp $PREFIX/Components/*_Munin/Nodeview-JavaScript/style.2.css     ${vHost_DOC_ROOT}/sites/munin/static/style.css
chmod 644                                                         ${vHost_DOC_ROOT}/sites/munin/static/style.css
chown munin:munin                                                 ${vHost_DOC_ROOT}/sites/munin/static/style.css

# some.js - copy to templates and www directory
cp $PREFIX/Components/*_Munin/Nodeview-JavaScript/some.2.js       /usr/local/etc/munin/templates/some.js
cp $PREFIX/Components/*_Munin/Nodeview-JavaScript/some.2.js       ${vHost_DOC_ROOT}/sites/munin/static/some.js
chmod 644                                                         ${vHost_DOC_ROOT}/sites/munin/static/some.js
chown munin:munin                                                 ${vHost_DOC_ROOT}/sites/munin/static/some.js



chmod -R 0755       /usr/local/etc/munin/templates
chmod    0644       /usr/local/etc/munin/templates/*
chmod    0755       /usr/local/etc/munin/templates/partial
chmod    0644       /usr/local/etc/munin/templates/partial/*
chown -R root:wheel /usr/local/etc/munin/templates
[/bash]]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash; title: ; notranslate">
cp $PREFIX/Components/*_Munin/Nodeview-JavaScript/munin-domainview.2.tmpl   /usr/local/etc/munin/templates/munin-domainview.tmpl
cp $PREFIX/Components/*_Munin/Nodeview-JavaScript/munin-nodeview.2.tmpl     /usr/local/etc/munin/templates/munin-nodeview.tmpl
cp $PREFIX/Components/*_Munin/Nodeview-JavaScript/munin-overview.tmpl       /usr/local/etc/munin/templates/munin-overview.tmpl
cp $PREFIX/Components/*_Munin/Nodeview-JavaScript/munin-serviceview.tmpl    /usr/local/etc/munin/templates/munin-serviceview.tmpl

# style.css - copy to templates and www directory 
cp $PREFIX/Components/*_Munin/Nodeview-JavaScript/style.2.css     /usr/local/etc/munin/templates/style.css
cp $PREFIX/Components/*_Munin/Nodeview-JavaScript/style.2.css     ${vHost_DOC_ROOT}/sites/munin/static/style.css
chmod 644                                                         ${vHost_DOC_ROOT}/sites/munin/static/style.css
chown munin:munin                                                 ${vHost_DOC_ROOT}/sites/munin/static/style.css

# some.js - copy to templates and www directory
cp $PREFIX/Components/*_Munin/Nodeview-JavaScript/some.2.js       /usr/local/etc/munin/templates/some.js
cp $PREFIX/Components/*_Munin/Nodeview-JavaScript/some.2.js       ${vHost_DOC_ROOT}/sites/munin/static/some.js
chmod 644                                                         ${vHost_DOC_ROOT}/sites/munin/static/some.js
chown munin:munin                                                 ${vHost_DOC_ROOT}/sites/munin/static/some.js



chmod -R 0755       /usr/local/etc/munin/templates
chmod    0644       /usr/local/etc/munin/templates/*
chmod    0755       /usr/local/etc/munin/templates/partial
chmod    0644       /usr/local/etc/munin/templates/partial/*
chown -R root:wheel /usr/local/etc/munin/templates
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: NSA		</title>
		<link>https://nerdpress.org/2010/11/02/server-monitoring-mit-munin/#comment-18880</link>

		<dc:creator><![CDATA[NSA]]></dc:creator>
		<pubDate>Wed, 21 Aug 2013 13:54:48 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=1143#comment-18880</guid>

					<description><![CDATA[Leider hat das mit dem Theme nicht funktioniert. Die Seite wird dann nicht mehr richtig aufgebaut. Kann es sein, dass das Theme zu alt ist, um noch mit neueren Munin Versionen zu funktionieren, oder iegt es ggf. daran, dass ich die Fast-CGI Methode verwende?]]></description>
			<content:encoded><![CDATA[<p>Leider hat das mit dem Theme nicht funktioniert. Die Seite wird dann nicht mehr richtig aufgebaut. Kann es sein, dass das Theme zu alt ist, um noch mit neueren Munin Versionen zu funktionieren, oder iegt es ggf. daran, dass ich die Fast-CGI Methode verwende?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Max Girkens		</title>
		<link>https://nerdpress.org/2010/11/02/server-monitoring-mit-munin/#comment-151</link>

		<dc:creator><![CDATA[Max Girkens]]></dc:creator>
		<pubDate>Thu, 11 Nov 2010 14:07:34 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=1143#comment-151</guid>

					<description><![CDATA[auch nützliches plugin: port_
kann die Connections von beliebigen Services zählen.

zum Beispiel von www
[sourcecode lang=&quot;bash&quot;]
ln -s /usr/share/munin/plugins/port_ /etc/munin/plugins/port_www
[/sourcecode] ]]></description>
			<content:encoded><![CDATA[<p>auch nützliches plugin: port_<br />
kann die Connections von beliebigen Services zählen.</p>
<p>zum Beispiel von www</p>
<pre class="brush: bash; title: ; notranslate">
ln -s /usr/share/munin/plugins/port_ /etc/munin/plugins/port_www
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Max Girkens		</title>
		<link>https://nerdpress.org/2010/11/02/server-monitoring-mit-munin/#comment-150</link>

		<dc:creator><![CDATA[Max Girkens]]></dc:creator>
		<pubDate>Thu, 11 Nov 2010 11:10:29 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=1143#comment-150</guid>

					<description><![CDATA[nettes Theme noch dafür:
http://munin-monitoring.org/wiki/Munin_Template_nodeview_javascript

bei mir gings erst nach:
[sourcecode lang=&quot;bash&quot;]
mv some.2.js some.js
mv style.css style.css
[/sourcecode]

dann alles nach 
[sourcecode lang=&quot;bash&quot;]
/usr/share/munin/templates
[/sourcecode]
und die style.css und some.js auch nochmal nach 
[sourcecode lang=&quot;bash&quot;]
/var/www/munin
[/sourcecode]

ich weiss nichts ob es nötig ist, aber ich hab auch nochmal munin-node neu gestartet
[sourcecode lang=&quot;bash&quot;]
/etc/init.d/munin-node restart
[/sourcecode] ]]></description>
			<content:encoded><![CDATA[<p>nettes Theme noch dafür:<br />
<a href="http://munin-monitoring.org/wiki/Munin_Template_nodeview_javascript" rel="nofollow ugc">http://munin-monitoring.org/wiki/Munin_Template_nodeview_javascript</a></p>
<p>bei mir gings erst nach:</p>
<pre class="brush: bash; title: ; notranslate">
mv some.2.js some.js
mv style.css style.css
</pre>
<p>dann alles nach </p>
<pre class="brush: bash; title: ; notranslate">
/usr/share/munin/templates
</pre>
<p>und die style.css und some.js auch nochmal nach </p>
<pre class="brush: bash; title: ; notranslate">
/var/www/munin
</pre>
<p>ich weiss nichts ob es nötig ist, aber ich hab auch nochmal munin-node neu gestartet</p>
<pre class="brush: bash; title: ; notranslate">
/etc/init.d/munin-node restart
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Max Girkens		</title>
		<link>https://nerdpress.org/2010/11/02/server-monitoring-mit-munin/#comment-149</link>

		<dc:creator><![CDATA[Max Girkens]]></dc:creator>
		<pubDate>Wed, 10 Nov 2010 18:07:11 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=1143#comment-149</guid>

					<description><![CDATA[yeah cool, hat direkt funktioniert :)

bedankt!

Hab halt nur die conf von der subdomain angepasst, 
statt den kram zu kopieren.]]></description>
			<content:encoded><![CDATA[<p>yeah cool, hat direkt funktioniert :)</p>
<p>bedankt!</p>
<p>Hab halt nur die conf von der subdomain angepasst,<br />
statt den kram zu kopieren.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
