Step by Step configuration of Zabbix server part 1
Link to download differet version : https://repo.zabbix.com/zabbix/
yum install wget
wget https://repo.zabbix.com/zabbix/3.5/rh...
rpm -ivh zabbix-release-3.5-1.el7.noarch.rpm
yum install zabbix-web-mysql zabbix-server-mysql mariadb mariadb-server
systemctl start mariadb
systemctl enable mariadb
mysql_secure_installation
mysql -u root -p
CREATE DATABASE zbx_server_db character set utf8 collate utf8_bin;
GRANT ALL PRIVILEGES on zbx_server_db.* to zabbix@localhost identified by 'ZbX@123';
GRANT SELECT ON mysql.proc TO zabbix;
exit
cd /usr/share/doc/zabbix-server-mysql*/
zcat create.sql.gz | mysql -uroot -p zbx_server_db
firewall-cmd --add-port=10050/tcp
firewall-cmd --add-port=10051/tcp
firewall-cmd --add-service=http
firewall-cmd --runtime-to-permanent
systemctl start zabbix-server
systemctl start zabbix-agent
systemctl start httpd
check below parameter are available on /etc/httpd/conf.d/zabbix.conf don't remove any line just modify below lines as it
php_value max_execution_time 300
php_value memory_limit 128M
php_value post_max_size 16M
php_value upload_max_filesize 2M
php_value max_input_time 300
php_value date.timezone Asia/Kolkata
systemctl restart httpd
http://zabbix-server-hostname-or-ip/zabbix
https://www.zabbix.com/download_agents
Watch video Zabbix Monitoring Server Installation and Configuration step by step part 1 in tamil online without registration, duration hours minute second in high quality. This video was added by user Focusin Tech 02 August 2018, don't forget to share it with your friends and acquaintances, it has been viewed on our site 4,17 once and liked it 4 people.