Proxmox: supervision with Zabbix

In this tutorial, I will explain to you how to monitor a Proxmox server with Zabbix. Supervision of Proxmox with Zabbix is done through the Proxmox API, which also makes it possible to report information on the VMs and CT which operates on the Hypervisor. Supervision is done by importing a model into Zabbix; it …

Read more



Zabbix – monitor Docker

In this tutorial I will explain how to build a Docker server with Zabbix using agent 2. Zabbix agent2 allows you to monitor Docker without needing to add a template or plugin to the agent because it does it natively. Here is the official page : Docker monitoring and integration with Zabbix. My environment: Configuring …

Read more



Zabbix: monitor a website

In this tutorial, I will explain to you how to monitor a website using Zabbix. The supervision of Internet sites is done using Web scenarios and it is possible to add parameters for example if authentication is necessary, here we will simply keep it as simple as possible. With Zabbix here is the information you …

Read more



Zabbix: restart a Windows service

In this tutorial, I will explain how to restart a Windows service where Zabbix agent is installed. If you followed the tutorial: Zabbix – Restart a service on Ubuntu – Linux, it’s almost identical. To illustrate this tutorial, we will try to restart the Winlogbeat service. As you can see, on several servers the Winlogbeat …

Read more



Zabbix – monitor an Nginx web server

In this new tutorial dedicated to Zabbix, I will explain how to monitor a web server under Nginx in order to have performance metrics. For monitoring, Zabbix agent should be installed on Nginx server, as we will use it to collect statics which will then send to Zabbix monitoring server. Before configuring monitoring at Zabbix …

Read more



Zabbix – Restart a service on Ubuntu – Linux

In this tutorial, I will show you, how to restart a service (systemctl) on Ubuntu/Debian monitor with Zabbix. When we supervise a server and in particular the services, it happens that we want to restart a service which will be “fallen” automatically in order to guarantee a level of service. Restarting a service to fix …

Read more



Zabbix: monitoring your infrastructure – installation and configuration with Docker

In this tutorial, I will explain how to set up Zabbix with Docker to monitor your server and network infrastructure. For those who follow me regularly, I have long been a fan of PRTG for its “simplicity” but which has certain limits compared to Zabbix. I will come back to it in an article explaining …

Read more