Zabbix Installation and Configurations
文章目录
Note Zabbix is LAMP based monitoring tool, which include sever, client, proxy (for different IDC without public IP). We only use server/client.
#Installation
zabbix official has its own repository, load the zabbix repo for centos6 first.
# rpm -ivh http://repo.zabbix.com/zabbix/2.0/rhel/6/x86_64/zabbix-release-2.0-1.el6.no…install zabbix server and packages needs, it will auto install httpd and some php extensions, also mysql server.
# yum install zabbix-server-mysql zabbix-web-mysqlstart zabbix server
# service zabbix-server startstart zabbix client on zabbix-server
# service zabbix-client startload zabbix repo and install zabbix agent on all the servers need to be monitored
# yum install zabbix-agentconfig each agent server for zabbix-server ip.
# vim /etc/zabbix/zabbix_agentd.conf
<change “Server=127.0.0.1” to “Server=127.0.0.1,192.1.199.123” (zabbix_server IP)>go to webpage config host and add template
- create host:
Configuration -> Host -> Create host -> fill in the host name, ip address -> Templates -> Add “template os linux”, this is the based monitoring
##History Created by Billy Zhang on Aug 17, 2015
文章作者 Hustbill
上次更新 2016-03-29