<?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: Munin Graphs for Phusion Passenger (a.k.a. mod_rails)</title>
	<atom:link href="http://jetpackweb.com/blog/2009/09/29/munin-graphs-for-phusion-passenger-a-k-a-mod_rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://jetpackweb.com/blog/2009/09/29/munin-graphs-for-phusion-passenger-a-k-a-mod_rails/</link>
	<description>Rock{et}ing the interweb</description>
	<lastBuildDate>Tue, 07 Feb 2012 11:39:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Yuriy</title>
		<link>http://jetpackweb.com/blog/2009/09/29/munin-graphs-for-phusion-passenger-a-k-a-mod_rails/comment-page-1/#comment-632</link>
		<dc:creator>Yuriy</dc:creator>
		<pubDate>Fri, 12 Nov 2010 12:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://jetpackweb.com/blog/?p=408#comment-632</guid>
		<description>Doesn&#039;t work for Passenger 3</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work for Passenger 3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry K</title>
		<link>http://jetpackweb.com/blog/2009/09/29/munin-graphs-for-phusion-passenger-a-k-a-mod_rails/comment-page-1/#comment-416</link>
		<dc:creator>Larry K</dc:creator>
		<pubDate>Thu, 18 Mar 2010 19:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://jetpackweb.com/blog/?p=408#comment-416</guid>
		<description>Thanks. To work on my centos system:

1) No need to use &quot;command&quot; in /etc/munin/plugin-conf.d/munin-node since you&#039;re using #!ruby in the command files.

2) I did need to add explicit path in the munin-node file. Also added setting for HTTPD as required by passenger_memory_status. Rather than bothering with sudo in script, and changing sudoers file, I just ran the plugin as root. Eg

[passenger_*]
user root
group wheel
env.PATH /opt/ruby-enterprise-xxx/bin:/usr/bin:/bin
env.HTTPD /usr/sbin/httpd

For debugging, the  /var/log/munin/munin-node.log is very handy. 
So is http://munin-monitoring.org/wiki/Debugging_Munin_plugins</description>
		<content:encoded><![CDATA[<p>Thanks. To work on my centos system:</p>
<p>1) No need to use &#8220;command&#8221; in /etc/munin/plugin-conf.d/munin-node since you&#8217;re using #!ruby in the command files.</p>
<p>2) I did need to add explicit path in the munin-node file. Also added setting for HTTPD as required by passenger_memory_status. Rather than bothering with sudo in script, and changing sudoers file, I just ran the plugin as root. Eg</p>
<p>[passenger_*]<br />
user root<br />
group wheel<br />
env.PATH /opt/ruby-enterprise-xxx/bin:/usr/bin:/bin<br />
env.HTTPD /usr/sbin/httpd</p>
<p>For debugging, the  /var/log/munin/munin-node.log is very handy.<br />
So is <a href="http://munin-monitoring.org/wiki/Debugging_Munin_plugins" rel="nofollow">http://munin-monitoring.org/wiki/Debugging_Munin_plugins</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry K</title>
		<link>http://jetpackweb.com/blog/2009/09/29/munin-graphs-for-phusion-passenger-a-k-a-mod_rails/comment-page-1/#comment-605</link>
		<dc:creator>Larry K</dc:creator>
		<pubDate>Thu, 18 Mar 2010 19:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://jetpackweb.com/blog/?p=408#comment-605</guid>
		<description>Thanks. To work on my centos system:

1) No need to use &quot;command&quot; in /etc/munin/plugin-conf.d/munin-node since you&#039;re using #!ruby in the command files.

2) I did need to add explicit path in the munin-node file. Also added setting for HTTPD as required by passenger_memory_status. Rather than bothering with sudo in script, and changing sudoers file, I just ran the plugin as root. Eg

[passenger_*]
user root
group wheel
env.PATH /opt/ruby-enterprise-xxx/bin:/usr/bin:/bin
env.HTTPD /usr/sbin/httpd

For debugging, the  /var/log/munin/munin-node.log is very handy. 
So is http://munin-monitoring.org/wiki/Debugging_Munin_plugins</description>
		<content:encoded><![CDATA[<p>Thanks. To work on my centos system:</p>
<p>1) No need to use &#8220;command&#8221; in /etc/munin/plugin-conf.d/munin-node since you&#8217;re using #!ruby in the command files.</p>
<p>2) I did need to add explicit path in the munin-node file. Also added setting for HTTPD as required by passenger_memory_status. Rather than bothering with sudo in script, and changing sudoers file, I just ran the plugin as root. Eg</p>
<p>[passenger_*]<br />
user root<br />
group wheel<br />
env.PATH /opt/ruby-enterprise-xxx/bin:/usr/bin:/bin<br />
env.HTTPD /usr/sbin/httpd</p>
<p>For debugging, the  /var/log/munin/munin-node.log is very handy.<br />
So is <a href="http://munin-monitoring.org/wiki/Debugging_Munin_plugins" rel="nofollow">http://munin-monitoring.org/wiki/Debugging_Munin_plugins</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cobus</title>
		<link>http://jetpackweb.com/blog/2009/09/29/munin-graphs-for-phusion-passenger-a-k-a-mod_rails/comment-page-1/#comment-328</link>
		<dc:creator>Cobus</dc:creator>
		<pubDate>Wed, 03 Mar 2010 05:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://jetpackweb.com/blog/?p=408#comment-328</guid>
		<description>this working 100&#039;s, but after few days the problem returns, how do you fix this permanently?</description>
		<content:encoded><![CDATA[<p>this working 100&#8242;s, but after few days the problem returns, how do you fix this permanently?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cobus</title>
		<link>http://jetpackweb.com/blog/2009/09/29/munin-graphs-for-phusion-passenger-a-k-a-mod_rails/comment-page-1/#comment-604</link>
		<dc:creator>Cobus</dc:creator>
		<pubDate>Wed, 03 Mar 2010 05:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://jetpackweb.com/blog/?p=408#comment-604</guid>
		<description>this working 100&#039;s, but after few days the problem returns, how do you fix this permanently?</description>
		<content:encoded><![CDATA[<p>this working 100&#8242;s, but after few days the problem returns, how do you fix this permanently?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

