Advertisement
nguyenhappy92

Cài đặt Zabbix Server 3.0

Oct 10th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. # yum install httpd httpd-devel
  2. # yum install mysql mysql-server
  3. # yum install php php-cli php-common php-devel php-pear php-gd php-mbstring php-mysql php-xml
  4. # service httpd start
  5. # service mysqld start
  6. # mysql_secure_installation
  7. # vi /etc/php.ini
  8. # rpm -Uvh http://repo.zabbix.com/zabbix/3.0/rhel/6/x86_64/zabbix-release-3.0-1.el6.noarch.rpm
  9. # yum install zabbix-server-mysql zabbix-web-mysql zabbix-agent zabbix-java-gateway
  10. # mysql -u root -p
  11. # cd /usr/share/doc/zabbix-server-mysql-3.0.2
  12. # gunzip create.sql.gz
  13. # mysql -u root -p zabbixdb < create.sql
  14. # vim /etc/zabbix/zabbix_server.conf
  15. # service httpd start
  16. # service zabbix-server restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement