nsasmash.blogg.se

Install zabbix agent 5.4 ubuntu
Install zabbix agent 5.4 ubuntu












install zabbix agent 5.4 ubuntu
  1. #INSTALL ZABBIX AGENT 5.4 UBUNTU INSTALL#
  2. #INSTALL ZABBIX AGENT 5.4 UBUNTU UPDATE#

Next we need to configure in the database credential Review that all of the Prerequisites are good and click Next Step Connect to your newly installed frontend at using a browser. We want to allow normal port 80 and 443 communication so we will use Nginx Full # sudo ufw allow 'Nginx Full' Make sure the firewall is set to allow access to NGINX # sudo systemctl enable zabbix-server zabbix-agent nginx php7.4-fpm # sudo systemctl restart zabbix-server zabbix-agent nginx php7.4-fpm Start Zabbix server and agent processes and make it start at system boot. Find DBPassword and uncomment and add password.Įdit file /etc/zabbix/nf, uncomment and set ‘listen’ and ‘server_name’ directives. # sudo zcat /usr/share/doc/zabbix-sql-scripts/mysql/ | mysql -uzabbix -p zabbixĮdit file /etc/zabbix/zabbix_nf. You will be prompted to enter your newly created password. On Zabbix server host import initial schema and data. Mysql> grant all privileges on zabbix.* to quit Mysql> create user identified by 'R8ch1ann!' Mysql> create database zabbix character set utf8 collate utf8_bin

#INSTALL ZABBIX AGENT 5.4 UBUNTU INSTALL#

# sudo apt install zabbix-server-mysql zabbix-frontend-php zabbix-nginx-conf zabbix-sql-scripts zabbix-agentĬreate initial database Run the following on your database host. # sudo systemctl status rvice Next, install Zabbix server, front end, agent

install zabbix agent 5.4 ubuntu

Set basic security # sudo mysql_secure_installation # sudo apt install mysql-server nginx Configure MySQL If you have not installed mysql or NGINX you must do this before continuing.

#INSTALL ZABBIX AGENT 5.4 UBUNTU UPDATE#

Run apt update to update the repository $ sudo apt update $ sudo dpkg -i zabbix-release_5.4-1+ubuntu20.04_all.deb Installation of Zabbixįirst step is to add the Zabbix repository to your server. The steps listed here assume you have an Ubuntu Server 20.04 LTS installed and running. In this post we will cover basic installation on Ubuntu Server 20.04 LTS. Zabbix is an Open Source monitoring solution similar to Nagios. Installing Zabbix 5.4 on Ubuntu Server 20.04 Introduction














Install zabbix agent 5.4 ubuntu