<?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>IPCPU——网络之路 &#187; weathermap</title>
	<atom:link href="http://www.ipcpu.com/tag/weathermap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ipcpu.com</link>
	<description></description>
	<lastBuildDate>Sat, 03 Dec 2011 17:16:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>[网络监控]CACTI插件settings和weathermap的安装</title>
		<link>http://www.ipcpu.com/2009/11/cacti-settings-weathermap/</link>
		<comments>http://www.ipcpu.com/2009/11/cacti-settings-weathermap/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 07:04:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[网络技术]]></category>
		<category><![CDATA[CACTI]]></category>
		<category><![CDATA[weathermap]]></category>
		<category><![CDATA[网络监控]]></category>

		<guid isPermaLink="false">http://www.ipcpu.com/?p=205</guid>
		<description><![CDATA[本次只记录安装方法，至于使用还是自己摸索摸索吧 Plugin architecture Settings 官方网站：http://cactiusers.org/ Weathermap 官方网站：www.network-weathermap.com 安装方法： 1.先安装插件包管理工具Plugin architecture [root@centmini ~]# unzip cacti-plugin-0.8.7e-PA-v2.5.zip [root@centmini ~]# mysql -p cacti&#60;pa.sql [root@centmini ~]# cp cacti-plugin-0.8.7e-PA-v2.5.diff /var/www/html/cacti/ [root@centmini ~]# cd /var/www/html/cacti/ [root@centmini cacti]# patch -p1 -N &#60;cacti-plugin-0.8.7e-PA-v2.5.diff [root@centmini cacti]# vi include/global.php $config['url_path'] = &#8216;/cacti/&#8217;; 并修改SQL数据库的参数 重新登录cacti即可，如果Configuration里没有Plugin Management 先进User Management里将Plugin Management选上。 2.settings的安装 解压到cacti的plugin文件夹 修改include/global.php $plugins[] = &#8216;settings&#8217;; 常见问题：Status: Old [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-207" title="_4333r1_c1" src="http://www.ipcpu.com/wp-content/uploads/2009/11/4333r1_c1.jpg" alt="_4333r1_c1" width="480" height="95" /></p>
<p>本次只记录安装方法，至于使用还是自己摸索摸索吧</p>
<p>Plugin architecture<br />
Settings<br />
官方网站：<a href="http://cactiusers.org/">http://cactiusers.org/</a></p>
<p>Weathermap<br />
官方网站：<a href="http://www.network-weathermap.com">www.network-weathermap.com</a></p>
<p>安装方法：<span id="more-205"></span></p>
<p><strong>1.先安装插件包管理工具Plugin architecture<br />
</strong><br />
[root@centmini ~]# unzip cacti-plugin-0.8.7e-PA-v2.5.zip<br />
[root@centmini ~]# mysql -p cacti&lt;pa.sql<br />
[root@centmini ~]# cp cacti-plugin-0.8.7e-PA-v2.5.diff /var/www/html/cacti/<br />
[root@centmini ~]# cd /var/www/html/cacti/<br />
[root@centmini cacti]# patch -p1 -N &lt;cacti-plugin-0.8.7e-PA-v2.5.diff<br />
[root@centmini cacti]# vi include/global.php<br />
$config['url_path'] = &#8216;/cacti/&#8217;;<br />
并修改SQL数据库的参数</p>
<p>重新登录cacti即可，如果Configuration里没有Plugin Management 先进User Management里将Plugin Management选上。</p>
<p><strong>2.settings的安装<br />
</strong><br />
解压到cacti的plugin文件夹<br />
修改include/global.php<br />
$plugins[] = &#8216;settings&#8217;;</p>
<p>常见问题：Status: Old Plugin Architecture &#8211; Running  而不是install  和enable选项，原因可能是版本太低，不过只要是running就表示正常工作了。</p>
<p><strong>3.weathermap安装</strong></p>
<p>解压到cacti的plugin文件夹<br />
修改include/global.php<br />
$plugins[] = &#8216;weathermap&#8217;;</p>
<p>[root@centmini cacti]# cd plugins/weathermap/<br />
[root@centmini weathermap]# chown cactiuser output/<br />
[root@centmini weathermap]# cp editor-config.php-dist editor-config.php<br />
[root@centmini weathermap]# chown apache configs/<br />
[root@centmini weathermap]# chmod u+w configs/<br />
[root@centmini weathermap]# vi editor-config.php<br />
$cacti_base = &#8220;/var/www/html/cacti&#8221;;<br />
$cacti_url = &#8220;<a href="http://192.168.128.3/cacti/">http://192.168.128.3/cacti/</a>&#8220;;[改成自己的IP]<br />
$mapdir= $cacti_base.&#8217;/plugins/weathermap/configs&#8217;;</p>
<p>OK了，再次登录面板左上角会显示weathermap</p>
<p>可能出现的问题：<br />
Required PHP extensions are not present in your mod_php/ISAPI PHP module. Please check your PHP setup to ensure you have the GD extension installed and enabled.<br />
解决办法：安装php-gd重启apache即可。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipcpu.com/2009/11/cacti-settings-weathermap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

