仓酷云

标题: 给大家带来Centos 6.2疾速安排Cacti监控平台 [打印本页]

作者: 逍遥一派    时间: 2015-1-14 20:42
标题: 给大家带来Centos 6.2疾速安排Cacti监控平台
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们!
Cacti是经由过程snmpget来猎取数据,利用RRDtool绘绘图形,并且你完整能够不必要懂得RRDtool庞大的参数。它供应了十分壮大的数据和用户办理功效,能够指定每个用户能检察树状结构、host和任何一张图,还能够与LDAP分离举行用户考证,同时也能本人增添模板,功效十分壮大完美。界面友爱。
软件Cacti的开展是基于让RRDTool利用者更便利利用该软件,除基础的Snmp流量跟体系资讯监控外,Cacti也可外挂Scripts及加上Templates来作出形形色色的监控图。



设置组件rrdtool
装置rrdtool,rrdtool不克不及间接经由过程yum装置,能够到场DagRPMRepository以便让yum能找到rrdtool
[color=#333333!important]












1

[color=#317cc5!important]2

3


[color=#333333!important][root[color=#333333!important]@chenyi[color=#006fe0!important][color=#006fe0!important]~[color=#333333!important]][color=#b85c00!important]#wgethttp://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
[color=#333333!important][root[color=#333333!important]@chenyi[color=#006fe0!important][color=#006fe0!important]~[color=#333333!important]][color=#b85c00!important]#rpm-Uvhrpmforge-release-0.3.6-1.el5.rf.i386.rpm
[color=#333333!important][root[color=#333333!important]@chenyi[color=#006fe0!important][color=#006fe0!important]~[color=#333333!important]][color=#b85c00!important]#yuminstallrrdtool



设置snmpnet-snmp
[color=#333333!important]












1


[color=#333333!important][root[color=#333333!important]@
chenyi[color=#006fe0!important][color=#006fe0!important]~[color=#333333!important]][color=#b85c00!important]#yum-yinstallnet-snmpnet-snmp-utilsnet-snmp-libs



编纂snmp设置文件
[color=#333333!important]












1

[color=#317cc5!important]2

3

[color=#317cc5!important]4

5

[color=#317cc5!important]6

7

[color=#317cc5!important]8


[color=#333333!important][root[color=#333333!important]@chenyi[color=#006fe0!important][color=#006fe0!important]~[color=#333333!important]][color=#b85c00!important]#vi/etc/snmp/snmpd.conf
修正约[color=#ce0000!important]41行:[color=#004ed0!important]com2sec[color=#004ed0!important]notConfigUser[color=#800080!important]default[color=#006fe0!important][color=#800080!important]public
改成:[color=#004ed0!important]com2secnotConfigUser[color=#006fe0!important][color=#ce0000!important]192.168.1.220[color=#006fe0!important][color=#800080!important]public[color=#006fe0!important][color=#b85c00!important]#192.168.1.220是装置cacti办事器IP,指定只要这IP才干猎取本机的
SNMP信息[color=#006fe0!important]进步宁静性
修正约[color=#ce0000!important]62行:[color=#004ed0!important]accessnotConfigGroup[color=#006fe0!important][color=#008000!important]""[color=#006fe0!important][color=#004ed0!important]any[color=#004ed0!important]noauth[color=#004ed0!important]exact[color=#004ed0!important]systemview[color=#004ed0!important]nonenone
改成:[color=#004ed0!important]accessnotConfigGroup[color=#006fe0!important][color=#008000!important]""[color=#006fe0!important][color=#004ed0!important]any[color=#004ed0!important]noauth[color=#004ed0!important]exact[color=#004ed0!important]all[color=#004ed0!important]nonenone
修正约[color=#ce0000!important]85行:[color=#b85c00!important]#viewallincluded.180
改成:往失落正文便可



启动snmp办事
[color=#333333!important]












1

[color=#317cc5!important]2

3


[color=#333333!important][root[color=#333333!important]@chenyi[color=#006fe0!important][color=#006fe0!important]~[color=#333333!important]][color=#b85c00!important]#servicesnmpdstart
[color=#333333!important][root[color=#333333!important]@chenyi[color=#006fe0!important][color=#006fe0!important]~[color=#333333!important]][color=#b85c00!important]#chkconfig--addsnmpd
[color=#333333!important][root[color=#333333!important]@chenyi[color=#006fe0!important][color=#006fe0!important]~[color=#333333!important]][color=#b85c00!important]#chkconfigsnmpdon



作者: 兰色精灵    时间: 2015-1-16 21:46
标题: 给大家带来Centos 6.2疾速安排Cacti监控平台
如果上面的措施没有解决问题,此时你就需要Linux社区的帮助了。Linux的使用者一般都是专业人士,他们有着很好的电脑背景且愿意协助他人。
作者: 老尸    时间: 2015-1-24 12:07
Linux是参照Unix思想设计的,理解掌握Linux必须按照Unix思维来进行。思想性的转变比暂时性的技术提高更有用,因为他能帮助你加快学习速度。
作者: 愤怒的大鸟    时间: 2015-2-1 14:26
再次,Linux是用C语言编写的,我们有学习C语言的基础,读程序和编写代码方面存在的困难小一点,也是我们能较快掌握的原因之一。?
作者: 灵魂腐蚀    时间: 2015-2-7 09:49
学习Linux系统在服务中的配置方法及使用方法。Linux在服务器中应用相当广,应对常用的apache,samba,ftp等服务器基本配置清楚了解。[重点,应巩固学习]
作者: 变相怪杰    时间: 2015-3-7 00:33
然我们对Linux的学习首先是通过对它的产生,发展,到今天仍然在不断完善开始的。
作者: 蒙在股里    时间: 2015-3-14 06:50
放手去搞。尽量不要提问,运用搜索找答案,或者看wiki,从原理上理解操作系统的本质,而不是满足于使用几个技巧。尽量看英文资料。
作者: 再见西城    时间: 2015-3-21 02:32
选择一些适于初学者的Linux社区。




欢迎光临 仓酷云 (http://ckuyun.com/) Powered by Discuz! X3.2