Ubuntu 20.04 Zabbix agent installation

From Notes_Wiki

Home > Ubuntu > Server or Desktop administration > Ubuntu 20.04 Zabbix agent installation

Home > CentOS > CentOS 8.x > Monitoring > Zabbix > Ubuntu 20.04 Zabbix agent installation

To install Zabbix agent in Ubuntu 20.04 machine use:

  1. Install Zabbix repository
    wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.4-1+ubuntu20.04_all.deb
    dpkg -i zabbix-release_6.4-1+ubuntu20.04_all.deb
    apt update
  2. Install Zabbix agent using:
    apt install zabbix-agent
  3. Edit '/etc/zabbix/zabbix_agentd.conf' to configure Zabbix server ip address using:
    Server=<IP address>
  4. Start and enable Zabbix agent using:
    systemctl restart zabbix-agent
    systemctl enable zabbix-agent
  5. Login to the Zabbix Monitoring Tool and add hosts. See CentOS 8.x Zabbix add hosts


Home > Ubuntu > Server or Desktop administration > Ubuntu 20.04 Zabbix agent installation

Home > CentOS > CentOS 8.x > Monitoring > Zabbix > Ubuntu 20.04 Zabbix agent installation