forehead Drop God ~ ~ ~ After two nights of thoughtful deliberation,RHEL6.6 build zabbix2.4 Monitoring System finally set up! The Zabbix is now recorded.
1. installing fping ,Iksemel ,
# RPM-IVH fping-3.9-1.el6.rf.x86_64.rpm
# RPM-IVH iksemel-1.4-42.1.src.rpm
2. installing libcurl Source,Net-snmp Source
# yum Installlibcurl-y
# yum Installnet-snmp–y
3. installing Zabbix The required components and packages
# RPM–IVH zabbix-release-2.4-1.el6.noarch.rpm
# yum Installzabbix-server-mysql zabbix-web-mysql–y
# yum Installzabbix-agent-y
4. start mysql Database
# service Mysqldstatus
# service Mysqldstart
5. Configure MySQL Database Files
# mysql-u Root
Mysql> createdatabase Zabbix Character set UTF8 collate utf8_bin;
Mysql> Grantall privileges on zabbix.* to [e-mail protected] identified by ' Zabbix ';
Mysql> exit;
# Mysql-u Rootzabbix </usr/share/doc/zabbix-server-mysql-2.4.6/create/schema.sql
# Mysql-u Rootzabbix </usr/share/doc/zabbix-server-mysql-2.4.6/create/images.sql
# Mysql-u Rootzabbix </usr/share/doc/zabbix-server-mysql-2.4.6/create/data.sql
6. Configure Zabbix
# vi/etc/zabbix/zabbix_server.conf
# vi/etc/httpd/conf.d/zabbix.conf
7. start Zabbix server
# service Httpdrestart
# chkconfighttpd on
# Serviceiptables Stop
# Chkconfigiptables off
# Servicezabbix-server Start
# Chkconfigzabbix-server on
# servicezabbix-agent Start
# chkconfigzabbix-agent on
(See CentOS6.6 install zabbix2.4 article for specific steps!) )
This article is from the "Girl Technology" blog, please be sure to keep this source http://dreamerhan.blog.51cto.com/3907965/1688274
RHEL6.6 installation Zabbix2.4 Installation steps detailed