How to install configure Zabbix 7.0 LTS on Ubuntu 24.04
Link: https://www.zabbix.com/download?zabbi...
sudo apt install apache2
sudo apt install php php-{cgi,common,mbstring,net-socket,gd,xml-util,mysql,bcmath,imap,snmp}
sudo apt install libapache2-mod-php
sudo -s
wget https://repo.zabbix.com/zabbix/7.2/re...
dpkg -i zabbix-release_latest_7.2+ubuntu24.04_all.deb
apt update
apt install zabbix-server-mysql zabbix-frontend-php zabbix-apache-conf zabbix-sql-scripts zabbix-agent
open new window click ok
selcet use storng password encryption then click ok
sudo apt install mysql-server
service mysql start
mysql
mysql -uroot -p //not required
put your password which set privious
create database zabbix character set utf8mb4 collate utf8mb4_bin;
show database
create user zabbix@localhost identified by 'Open123*566#';
grant all privileges on zabbix.* to zabbix@localhost;
set global log_bin_trust_function_creators = 1;
quit;
zcat /usr/share/zabbix/sql-scripts/mysql/server.sql.gz | mysql --default-character-set=utf8mb4 -uzabbix -p zabbix
password: (yourpassword database password) (take time)
mysql -uroot -p
put your password which set privious
set global log_bin_trust_function_creators = 0;
which pri set 1
quit;
vi /etc/zabbix/zabbix_server.conf
/DBP (search the db file)
remove # before DBPassword
DBPassword=password (set yourpassword database password)
:wq
systemctl restart zabbix-server zabbix-agent apache2
systemctl enable zabbix-server zabbix-agent apache2
hostname
ifconfig (show ip)
http://hostname of ubuntuserver/zabbix
next following instruction
Please like and share this video with your friends and family. Also, Don't forget to subscribe to our channel for more videos.
কোন হেল্প লাগলেঃ / dailysupport.net
E-Mail: [email protected]