搭建Cacti监控系统(三)
三、监控Linux 主机3.1、配置被监控的Linux服务器
平台:Rhel6.3_x64
IP :192.168.30.110
(1)、安装net-snmp
# yum install net-snmp
(2)、配置snmpd.conf文件
62accessnotConfigGroup "" any noauth exactall none none
85viewall included.1 80
(3)、启动snmpd服务
# chkconfig --level 35 snmpdon
#service snmpd start
Starting snmpd: [ OK]
3.2、配置Cacti 服务器(1)、添加被监控的Linux服务器
新建linux-server 图形树
http://blog.运维网.com/pmghong/../attachment/201303/235616718.png
http://blog.运维网.com/pmghong/../attachment/201303/235734798.png
新建主机设备:
http://blog.运维网.com/pmghong/../attachment/201303/235816472.png
http://blog.运维网.com/pmghong/../attachment/201303/000528733.jpg
设置完成后,点击”create”
http://blog.运维网.com/pmghong/../attachment/201303/000801724.jpg
为此台被监控的服务器添加画图,点击上图右上“Create Graphs for this Host”
http://blog.运维网.com/pmghong/../attachment/201303/001500503.jpg
勾选要监控的Device,并点击“Create”,进入画片颜色选择界面。
http://blog.运维网.com/pmghong/../attachment/201303/001556388.jpg
选择好颜色后,点击“Create”即可添加成功。
http://blog.运维网.com/pmghong/../attachment/201303/001639931.jpg
将此台被监控的Linux服务器加入图形树Linux Server中。
点击左侧“Device”—> 选择主机 —> 选择action“Place on a Tree(Linux Server)”—> 点击“Go”.
http://blog.运维网.com/pmghong/../attachment/201303/001741955.png
http://blog.运维网.com/pmghong/../attachment/201303/001818187.jpg
点击“Continue”即可完成。
http://blog.运维网.com/pmghong/../attachment/201303/001849671.jpg
3.2、配置Cacti 服务器
等一会,点击“graphs”选项卡 —>“Linux Server”—>“Host:my-linux-server-node1”,可以看到刚才加入的Linux主机情况。
到这一步遇到的问题:cacti有图没有数据:
http://blog.运维网.com/pmghong/../attachment/201303/001930540.png
解决思路:
(1)、第一时间不同步
http://blog.运维网.com/pmghong/../attachment/201303/001953210.png
解决方法:
修改php.ini 文件:找到下面一行,去掉注释,并修改时区为上海
date.timezone =Asia/Shanghai
重启php守护进程后即可看到时间正常了(前提是系统时间是准确的)
修改系统时间:date –s “2013-02-27 22:00:00”
用系统时间同步硬件时间:hwclock --systohc
(2)、poller 执行后,cacti 日志没有报错,但还是没数据
解决方法:
Cacti在Utilities>SystemUtilities>Rebuild Poller Cache 清空缓存即可
http://blog.运维网.com/pmghong/../attachment/201303/002109791.jpg
至此,cacti 监控Linux主机完成。
页:
[1]