Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Zabbix - Monitoring A Ubuntu 22.04 Host

About

This tutorial will show you how to install the Zabbix agent on Ubuntu 22, and configure it with Zabbix either passively or actively. We will then step through adding it to our Zabbix server in order to pull the metrics and get monitoring!

Steps

Add Zabbix Repository

wget https://repo.zabbix.com/zabbix/6.5/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest%2Bubuntu22.04_all.deb \
  && sudo dpkg -i zabbix-release_latest+ubuntu22.04_all.deb \
  && sudo rm zabbix-release_latest+ubuntu22.04_all.deb \
  && sudo apt update 

Follow Debian Guide

Now follow the rest of the steps in Zabbix - Monitoring A Debian 12 Host, starting with the very first step for installing the agent which should now be available.

References

Last updated: 16th July 2024
First published: 17th July 2023

This blog is created by Stuart Page

I'm a freelance web developer and technology consultant based in Surrey, UK, with over 10 years experience in web development, DevOps, Linux Administration, and IT solutions.

Need support with your infrastructure or web services?

Get in touch