标签:5.4 rhel7.3 rhel7 vpd system ring collate utf8 mariadb
环境 rhel7.3 server10MariaDB [(none)]> grant all privileges on zabbix.* to zabbix@localhost identified by ‘westos‘;
Query OK, 0 rows affected (0.00 sec)
MariaDB [(none)]> quit
[root@server10 3.4]# cd /usr/share/doc/zabbix-server-mysql-3.4.6/
[root@server10 zabbix-server-mysql-3.4.6]# zcat create.sql.gz |mysql zabbix #导入zabbix库
[root@server10 zabbix-server-mysql-3.4.6]# mysql
MariaDB [(none)]> use zabbix;
MariaDB [zabbix]> show tables;
[root@server10 ~]# cd /etc/zabbix/
[root@server10 zabbix]# ls
web zabbix_agentd.conf zabbix_agentd.d zabbix_server.conf
[root@server10 zabbix]# vim zabbix_server.conf
[root@server10 zabbix]# systemctl start zabbix
[root@server10 zabbix]# yum install httpd
[root@server10 zabbix]# vim /etc/httpd/conf.d/zabbix.conf
[root@server10 zabbix]# systemctl start httpd
[root@server10 zabbix]# systemctl start zabbix-agent
标签:5.4 rhel7.3 rhel7 vpd system ring collate utf8 mariadb
原文地址:http://blog.51cto.com/13810716/2310481