<?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>花开的地方 &#187; cacti-nginx</title>
	<atom:link href="http://www.bsdmap.com/tag/cacti-nginx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bsdmap.com</link>
	<description>花开，没有声音……</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:39:21 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19814</generator>
		<item>
		<title>给cacti添加对nginx的统计</title>
		<link>http://www.bsdmap.com/2009/05/15/cacti-nginx/</link>
		<comments>http://www.bsdmap.com/2009/05/15/cacti-nginx/#comments</comments>
		<pubDate>Fri, 15 May 2009 05:23:51 +0000</pubDate>
		<dc:creator>洪川</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[cacti]]></category>
		<category><![CDATA[cacti-nginx]]></category>
		<category><![CDATA[libwww]]></category>
		<category><![CDATA[LWP]]></category>
		<category><![CDATA[perl-libwww-perl]]></category>

		<guid isPermaLink="false">http://www.bsdmap.com/?p=1339</guid>
		<description><![CDATA[官方论坛上有详细说明 http://forums.cacti.net/about26458.html 需要说明的是，本地系统可能没有安装perl的LWP模块，对于CentOS系统来说： yum -y install perl-libwww-perl 即可。 另一个，便是编译nginx时增加 &#8211;with-http_stub_status_module 选项 然后，在Server容器里增加如下配置： location /status { stub_status             on; access_log              off; allow   192.168.0.0/16; deny    all; }]]></description>
			<content:encoded><![CDATA[<p>官方论坛上有详细说明</p>
<p>http://forums.cacti.net/about26458.html</p>
<p>需要说明的是，本地系统可能没有安装perl的LWP模块，对于CentOS系统来说：</p>
<p>yum -y install perl-libwww-perl</p>
<p>即可。</p>
<p>另一个，便是编译nginx时增加 &#8211;with-http_stub_status_module 选项</p>
<p>然后，在Server容器里增加如下配置：</p>
<p>location /status {<br />
stub_status             on;<br />
access_log              off;<br />
allow   192.168.0.0/16;<br />
deny    all;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bsdmap.com/2009/05/15/cacti-nginx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

