Tutorial how to install and Configuration zabbix server on centos 7
https://www.zabbix.com/documentation/...
ip centos7: 192.168.12.134
yum -y install yum-utils
have provide yum-config-manager: command not found
Install Mariadb
vi /etc/yum.repos.d/MariaDB.repo
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.1/rhel7-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-M...
gpgcheck=1
yum install MariaDB-server MariaDB-client -y
systemctl start mariadb
systemctl enable mariadb
systemctl status mariadb
mysql_secure_installation
grant all privileges on zabbix.* to zabbix@localhost identified by 'password';
grant all privileges on zabbix.* to zabbix@'%' identified by 'password';
Import database
zcat /usr/share/doc/zabbix-server-mysql*/create.sql.gz | mysql -uzabbix -p zabbix
Disable selinux
SELinux status: disabled
Install zabbix agent
Thanks for watching my video
Next video i have tutorial add alert telegram
Watch video Tutorial Install zabbix server and Configuration zabbix server on centos 7 online without registration, duration hours minute second in high quality. This video was added by user Phuong Nguyen 21 April 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,692 once and liked it 8 people.