Installation de Zabbix Sur Ubuntu
Installation de Zabbix Sur Ubuntu
1. Introduction
This document outlines the steps to install and configure Zabbix on an Ubuntu
server. Zabbix is an open-source monitoring tool used for monitoring servers,
networks, and applications.
2. Prerequisites
Ubuntu 22.04 or later
wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/Zabbi
dpkg -i zabbix-release_6.4-1+ubuntu22.04_all.deb
apt update
sudo mysql_secure_installation
mysql -uroot -p
Disable
log_bin_trust_function_creators after importing the database schema:
mysql -uroot -p
mysql> set global log_bin_trust_function_creators = 0;
nano /etc/zabbix/zabbix_server.conf
DBPassword=password
http://host/zabbix
Username: Admin
Password: Zabbix