Zabbix

Zabbix Proxy

Zabbix Proxy setup As I mentioned on my previous post, I’ll be covering how to install the zabbix proxy using the official Zabbix Alpine Image docker image and on the server itself, in our case Ubuntu 24.04 This guide assumes that you are capable of deploying a ubuntu server on your own. If …

Zabbix Web

Zabbix Frontend setup As I mentioned on my previous post, I’ll be covering how to install the frontend using the official Zabbix Alpine Image docker image and on the server itself, in our case Ubuntu 24.04 This guide assumes that you are capable of deploying a ubuntu server on your own. If …

Zabbix Server

Primary Zabbix Server Setup As I mentioned on my previous post, I’ll be using Ubuntu 24.04 as the base operating system. This guide assumes that you are capable of deploying a ubuntu server on your own. If not, please follow this guide before proceeding. 1. Install Zabbix Repository The first …

Zabbix Database

Why a standalone database? Setting up a standalone database in a cluster setup makes a lot of sense for a few reasons. Firstly, it keeps things simple by keeping the database separate from the rest of the cluster. This means less chance of things getting tangled up or going wrong. Plus, it’s …

Zabbix Hight Availability …

Why you should consider High Availability Choosing HA cluster setups over single node configurations is like having a backup plan for your backup plan. Single node setups might seem easier to handle, but they’re like putting all your eggs in one basket—if something goes wrong, it’s …