Code in this video: How to Install and Configure Zabbix Server 6 LTS on Ubuntu 22.04 | 20.04 | 18.04 LTS

Code in this video: How to Install and Configure Zabbix Server 6 LTS on Ubuntu 22.04 | 20.04 | 18.04 LTS

###Code in this video:

sudo apt install vim wget php-cgi php-common php-mbstring php-net-socket php-gd php-xml-util php-mysql php-bcmath php-imap php-snmp libapache2-mod-php libc6 -y

CREATE DATABASE zabbix_db character set utf8 collate utf8_bin;

CREATE USER zabbix_user@localhost IDENTIFIED BY 'zabbix_PWD';

GRANT ALL ON zabbix_db.* TO zabbix_user@localhost;

FLUSH PRIVILEGES;

#Zabbix Repository : https://repo.zabbix.com/zabbix/

sudo apt install zabbix-server-mysql zabbix-frontend-php zabbix-apache-conf zabbix-sql-scripts zabbix-agent -y

Leave a Reply

Your email address will not be published. Required fields are marked *