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, duration hours minute second in high quality that is uploaded to the channel Phuong Nguyen 21 April 2019. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 1,692 times and liked it 8 visitors.