Zabbix 5.0 Configuration in RHEL 8 (CentOS 8):
*****
Chapters:
0:00 Channel Intro
0:15 Zabbix Overview & Details
1:10 Zabbix 5 Pre-requesties
1:35 Making SELinux Permissive
2:00 Installing Required Packages For Zabbix
3:30 Installing MariaDB Packages & Starting Service
4:20 Reset Root Password For Database
5:35 Creating Database
6:15 Importing Initial Schema & Data
7:18 Enabling Strict Mode
7:45 Enter Zabbix Password in DB File
8:48 Starting & Enabling Zabbix Services
9:14 Adding Firewall Rules
10:10 Setting Timezone in Configuration File
10:58 Restart & Enable Apache Services
10:20 Configuring Zabbix Frontend
*****
Please check pinned comment for steps & details.
*****
setenforce 0 && sed -i 's/^SELINUX=.*/SELINUX=permissive/g' /etc/selinux/config
getenforce
clear
rpm -Uvh
clear
dnf clean all
dnf -y install zabbix-server-mysql zabbix-web-mysql zabbix-apache-conf zabbix-agent
clear
dnf -y install mariadb-server && systemctl start mariadb && systemctl enable mariadb
clear
mysql_secure_installation
clear
mysql -uroot -p'rootDBpass' -e "create database zabbix character set utf8 collate utf8_bin;"
mysql -uroot -p'rootDBpass' -e "grant all privileges on zabbix.* to zabbix identified by 'rootDBpass';"
clear
mysql -uroot -p'rootDBpass' zabbix -e "set global innodb_strict_mode='OFF';"
zcat /usr/share/doc/zabbix-server-mysql*/create.sql.gz | mysql -uzabbix -p'rootDBpass' zabbix
mysql -uroot -p'rootDBpass' zabbix -e "set global innodb_strict_mode='ON';"
clear
vim /etc/zabbix/zabbix_server.conf
systemctl restart zabbix-server zabbix-agent
systemctl enable zabbix-server zabbix-agent
clear
firewall-cmd --add-service={http,https} --permanent
firewall-cmd --add-port={10051/tcp,10050/tcp} --permanent
firewall-cmd --reload
clear
firewall-cmd --list-all
clear
vim /etc/php-fpm.d/zabbix.conf
systemctl restart httpd php-fpm
systemctl enable httpd php-fpm
*****
Thanks for watching the video. If it helped you then, please do like & share it with others as well. Feel free to post your queries & suggestions in the comment box, we will be happy to answer your queries. If you like our hard work then please do subscribe to our channel & turn on the bell notification to get the latest notifications of our video.
*****
Join this channel to get access to perks: →
*****
My Desktop Computer Components: →
Processor →
Motherboard →
Graphics Card →
RAM →
SSD NVME →
SSD Sata →
Power Supply Unit →
Cabinet →
Keyboard & Mouse Combo →
Monitor →
Audio System →
UPS →
*****
My Video Recording Setup Components: →
My DSLR Camera →
My Boya Microphone →
My iPhone →
My Gaming Router →
My FireStick →
My Head-Phone →
******
Contact Us: →
WhatsApp →
Telegram Channel →
Email → nehraclasses
******
Follow Us On Social Media Platforms: →
Twitter →
Facebook Page →
Instagram →
Website →
=======
©COPYRIGHT. ALL RIGHTS RESERVED.
Смотрите видео Zabbix 5.0 Configuration in RHEL 8 (CentOS 8) | Installation & Configuration of Zabbix 5 in Linux онлайн без регистрации, длительностью 15 минут 37 секунд в хорошем hd качестве. Это видео добавил пользователь Nehra Classes 30 Июль 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 5 тысяч раз и оно понравилось 7 людям.