Would you like to learn how to monitor a RabbitMQ server using Zabbix? In this tutorial, we are going to show you how to use Zabbix to monitor a RabbitMQ server.

• Ubuntu 18.04
• Ubuntu 19.04
• Ubuntu 20.04
• Zabbix 5.0.0
• RabbitMQ 3.8.4

In our example, the Zabbix server IP address is 192.168.15.10.

In our example, the RabbitMQ IP address is 192.168.15.11.

Zabbix Playlist:

On this page, we offer quick access to a list of videos related to Zabbix installation.

Don't forget to subscribe to our youtube channel named FKIT.

Install the Zabbix Agent on the RabbitMQ Server

• IP - 192.168.15.11
• Operational System - Ubuntu 20.04
• Hostname - Rabbitmq

Install the required packages on the computer running the RabbitMQ service.

Copy to Clipboard

Download and install the GOLANG package.

Copy to Clipboard

The GOLANG software was installed on the following directory: /usr/local

In order to work properly, the GO software expects the system to have a set of environment variables.

Let's create a file to automate the required environment variables configuration.

Copy to Clipboard

Here is the file content.

Copy to Clipboard

Reboot your computer.

Copy to Clipboard

Verify if the required environment variables were created automatically.

Copy to Clipboard

Here is the correct output:

Copy to Clipboard

Download the Zabbix installation package.

Copy to Clipboard

Extract the Zabbix installation package, compile and install the Zabbix agent.

Copy to Clipboard

Find the location of the zabbix_agent2.conf file on your system.

Edit the zabbix_agent2.conf file.

Copy to Clipboard

Here is the original file, before our configuration.

Copy to Clipboard

Here is the new file with our configuration.

Copy to Clipboard

The agent was configured to allow the connection from a Zabbix server using the IP address 192.168.15.10.

The Localhost was allowed to request and receive information from the local agent.

Keep in mind that you need to use the new Zabbix agent to monitor a RabbitMQ server.

Start the new Zabbix Agent.

Copy to Clipboard

You have finished the Zabbix agent installation.

You can now use the Zabbix server dashboard to monitor the RabbitMQ service installed on this computer.

RabbitMQ - Create the Monitoring Account

On the RabbitMQ server, create a monitoring account for Zabbix.

Copy to Clipboard

In our example, we created a user account named zbx_monitor.

The password kamisama123 was set to the zbx_monitor account.

Zabbix - Monitor the RabbitMQ service

Access the Zabbix server dashboard and add the Linux computer running the RabbitMQ service as a Host.

Open your browser and enter the IP address of your web server plus /zabbix.

In our example, the following URL was entered in the Browser:

• http://192.168.15.10/zabbix

On the login screen, use the default username and default password.

• Default Username: Admin
• Default Password: zabbix

zabbix login

After a successful login, you will be sent to the Zabbix Dashboard.

Zabbix 5 Dashboard

On the dashboard screen, access the Configuration menu and select the Host option.

Zabbix 5 hosts menu

On the top right of the screen, click on the Create host button.

Zabbix Create Host

Enter the following information:

• Host Name - Enter a Hostname to identify the RabbitMQ server.
• Visible Hostname - Repeat the hostname.
• Group - Select the name of a group to identify similar devices.
• Interfaces - Enter the IP address of the Linux server.

Here is the new image with our configuration.

Zabbix monitor rabbitmq

Next, we need to set the RabbitMQ monitoring account to be used.

Access the Macros tab on the top of the screen.

Add the first macro named {$RABBITMQ.API.USER} and enter the RabbitMQ monitoring account.

Add the second macro named {$RABBITMQ.API.PASSWORD} and enter the RabbitMQ monitoring password.

RabbitMQ monitoring zabbix

Next, we need to associate the host to a monitoring template.

Access the Templates tab on the top of the screen.

Click on the Select button and locate the desired Rabbitmq template.

You may use the RabitMQ node template, the RabbitMQ cluster template, or both.

In our example, we used both templates to monitor our RabbitMQ cluster.

Zabbix Rabbitmq monitoring

Click on the Add button.

After a few minutes, you will be able to see the initial result on the Zabbix Dashboard.

In order to test your configuration, access the Monitoring menu, and click on the Hosts option.

Zabbix 5 monitoring hosts menu

Find your server and click on the Screens option.

Zabbix 5 screens

Zabbix will display the graphics available to monitor a RabbitMQ server.

Rabbitmq monitoring cluster

Congratulations! You have configured the Zabbix server to monitor a RabbitMQ server.