<?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>ubuntu,debian,redhat -linuxany.com &#187; cacti</title>
	<atom:link href="http://www.linuxany.com/archives/tag/cacti/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxany.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 08:59:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>cacti 实现EMAIL和MSN告警</title>
		<link>http://www.linuxany.com/archives/1523.html</link>
		<comments>http://www.linuxany.com/archives/1523.html#comments</comments>
		<pubDate>Fri, 22 Apr 2011 06:18:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RedHat]]></category>
		<category><![CDATA[cacti]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[msm]]></category>
		<category><![CDATA[snmp]]></category>
		<category><![CDATA[thold]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=1523</guid>
		<description><![CDATA[原来做nagios。后来由于glibc的版本问题，报警功能搁浅了 公司从mrtg到cacti和nagios也有半年多了吧 最近才从黑客安全里面出来，所以才回头来继续做cacti下的监控报警 关于cacti的安装，网上很多很多方法，或者就下载cactiEZ自动安装就好了 下面记下关于email报警的问题 如果你是手工编译cacti安装的话，那么那么需要安装插件thold 下载地址http://mirror.cactiusers.org/downloads/plugins/thold-0.3.9.tar.gz 安装Threshold插件。 将解压出来的Thold目录拷贝到cacti/plugins/目录下，并修改cacti配置文件（cacti目录下的include/config.php）。 在配置中查找$plugins = array();行 在此行下面加入： $plugins[] = &#8216;thold&#8217;; 如果你是安装的cactiEZ的话，那么这个插件已经自带的了。就不用在安装了~~~ =================================================== 我们接下来开始配置 我们现在想监控的是交换机端口流量大于10M，那么自动会发email和MSN信息给指定人。 因为thold是0.3.9版本，所以里面的一些设置可能和老版本不大一样 1.Console -> Cacti Settings-Alerting/Thold 选项 下面这些都是主意修改的地方 Base URL 这个会自动发现不用写 Syslogging 这个勾要选择，不然他不会给你发邮件 Dead Hosts Notifications 这个要选择 Dead Host Notification Email 这个是主机down掉会发邮件通知谁（这里写自己的邮局，我的就是aiyomama@aiyomama.cn） From Email Address 写邮件的发送方 这边为了醒目，我就写xxxxxxxx@aiyomama.cn From Name 写problem alert 其余的默认就好 Console -> Cacti Settings [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/1523.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cacti设置一分钟刷新</title>
		<link>http://www.linuxany.com/archives/116.html</link>
		<comments>http://www.linuxany.com/archives/116.html#comments</comments>
		<pubDate>Sat, 05 Jan 2008 09:07:56 +0000</pubDate>
		<dc:creator>x72</dc:creator>
				<category><![CDATA[1.Application]]></category>
		<category><![CDATA[cacti]]></category>

		<guid isPermaLink="false">http://www.linuxplay.cn/index.php/archives/113</guid>
		<description><![CDATA[之前，Cacti一直以每5分钟来取得数据，老觉得反应慢了一些。万一有攻击都要几分钟之后才知道。前几天，就开始构思怎样做到每分钟取得SNMP数据。 经过连日的研究，终于发现了怎样实现每分钟运行Poller的方式。 1、在数据库运行 DELETE FROM rra; &#8212; 4 rows affected INSERT INTO rra VALUES (1,&#8217;c21df5178e5c955013591239eb0afd46&#8242;,&#8217;Daily (1 Minute Average)&#8217;,0.5,1,8000,86400); INSERT INTO rra VALUES (2,&#8217;0d9c0af8b8acdc7807943937b3208e29&#8242;,&#8217;Weekly (30 Minute Average)&#8217;,0.5,30,1600,604800); INSERT INTO rra VALUES (3,&#8217;6fc2d038fb42950138b0ce3e9874cc60&#8242;,&#8217;Monthly (2 Hour Average)&#8217;,0.5,120,1600,2678400); INSERT INTO rra VALUES (4,&#8217;e36f3adb9f152adfa5dc50fd2b23337e&#8217;,'Yearly (1 Day Average)&#8217;,0.5,1440,1600,33053184);   UPDATE data_template_data SET rrd_step=60 WHERE rrd_step=300; UPDATE data_template_rrd SET rrd_heartbeat=120 WHERE rrd_heartbeat=600; [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/116.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network,Server statistics graphing Using Cacti in Ubuntu Server</title>
		<link>http://www.linuxany.com/archives/95.html</link>
		<comments>http://www.linuxany.com/archives/95.html#comments</comments>
		<pubDate>Sat, 22 Dec 2007 13:52:57 +0000</pubDate>
		<dc:creator>x72</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[cacti]]></category>

		<guid isPermaLink="false">http://www.linuxplay.cn/?p=92</guid>
		<description><![CDATA[Cacti is a complete network graphing solution designed to harness the power of RRDTool’s data storage and graphing functionality. Cacti provides a fast poller, advanced graph templating, multiple data acquisition methods, and user management features out of the box. All of this is wrapped in an intuitive, easy to use interface that makes sense for [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/95.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apache2+php+mysql+mod_secu+mod_evasive+mod_gzip+snmp＋rrdtool+cacti</title>
		<link>http://www.linuxany.com/archives/70.html</link>
		<comments>http://www.linuxany.com/archives/70.html#comments</comments>
		<pubDate>Sat, 15 Dec 2007 14:32:48 +0000</pubDate>
		<dc:creator>x72</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[cacti]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[rrdtool]]></category>
		<category><![CDATA[snmp]]></category>

		<guid isPermaLink="false">http://www.linuxplay.cn/?p=64</guid>
		<description><![CDATA[您还可能感兴趣的内容Improving Page Load Times(提升页面加载时间)LAMP 系统性能调优，第 3 部分: MySQL 服务器调优LAMP 系统性能调优，第 2 部分: 优化 Apache 和 PHPLAMP 系统性能调优，第 1 部分: 理解 LAMP 架构cacti 实现EMAIL和MSN告警]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/70.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何将cacti的取样间隔更改为一分钟？</title>
		<link>http://www.linuxany.com/archives/43.html</link>
		<comments>http://www.linuxany.com/archives/43.html#comments</comments>
		<pubDate>Wed, 28 Nov 2007 05:56:49 +0000</pubDate>
		<dc:creator>x72</dc:creator>
				<category><![CDATA[1.Application]]></category>
		<category><![CDATA[cacti]]></category>

		<guid isPermaLink="false">http://www.linuxplay.cn/?p=35</guid>
		<description><![CDATA[其实在cacti的官方论坛上面，已经有这个patch放出来了：RELEASED: &#60; 1 Minute to 5 Minute Polling Interval Patch 不过这个patch有点旧，是针对0.8.6f版本的，而且里面说的是如何新建一张”Hourly”图，而不是将现在的”Daily”，”Weekly”,”Monthly”,”Yearly”修改为1分钟的格式。 cacti作为rrdtool的外壳，要将polling interval修改为一分钟，首先就要先将rrd数据文件的数据存储step等参数修改为支持一分钟的格式。 在cacti中的修改步骤是： 一、添加新的“RRAs”： Management-&#62;Data Sources-&#62;RRAs 点击“ADD”，添加新的Round Robin Archives。 其中“Consolidation Functions”为“AVERAGE”和“MAX”，“X-Files Factor”为“0.5”。 其它参数： Name Steps Rows Timespan Daily (1 Minute Average) 1 3000 86400 Weekly (6 Minute Average) 6 3500 604800 Monthly (24 Minute Average) 24 3875 2678400 Yearly (5 Hour Average) 288 3985 [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/43.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>升级到 cacti 0.8.7</title>
		<link>http://www.linuxany.com/archives/42.html</link>
		<comments>http://www.linuxany.com/archives/42.html#comments</comments>
		<pubDate>Wed, 28 Nov 2007 05:31:21 +0000</pubDate>
		<dc:creator>x72</dc:creator>
				<category><![CDATA[1.Application]]></category>
		<category><![CDATA[cacti]]></category>

		<guid isPermaLink="false">http://www.linuxplay.cn/?p=34</guid>
		<description><![CDATA[把系统升级到了当时最新的0.8.6-svn,其中的版本就是0.8.6k 现如今cacti的最新的stable版本都已经是0.8.7了,于是我也想升级 当我当下来0.8.7的文件,升级的时候，发现系统报不支持从0.8.6k升级到0.8.7 查了查升级脚本，果然是没有对0.8.6k的支持,于是就求助于cacti的官方论坛 于是照着做： 1，停掉apache 2，停掉Cron(啊！？这步我没做！！！) 3，备份mysql库 4，取回0.8.7的包，包含patches（我是从这里取了patch回来，不知道对不对） 5，编辑文件install/0_8_6j_to_0_8_7.php，把在其中注释为“Add 1 min rra”的这段程序注释掉 6，在mysql里，执行” update version set cacti=’0.8.6j’ where cacti=’0.8.6k’ “(其实还要先用use命令进入cacti所用的数据库) 7，把原来0.8.6k的include/config.php拷贝过来到include/config.php 8，把apache起起来 9，通过浏览器访问cacti系统 10，根据提示升级，碰到sql语句执行失败手工确认(因为0.8.6k和0.8.6j的数据库结构还是有变化的，这里等于是强制把0.8.6k当作0.8.6j来往0.8.7上升级，有错基本上是正常的) 11，如果没有问题，再把Cron打开 我照着做了 基本上解决了问题 只有一点：升级完成后，貌似所有的图都给删掉了然后重建的，所以以前的数据图上就显示不出来了 这也许是我没有按回帖里写的那样先停掉Cron最后再启动的原因吧]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/42.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

