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.
Zabbix Related Tutorial:
On this page, we offer quick access to a list of tutorials related to Zabbix installation.
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.
Download and install the GOLANG package.
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.
Here is the file content.
Reboot your computer.
Verify if the required environment variables were created automatically.
Here is the correct output:
Download the Zabbix installation package.
Extract the Zabbix installation package, compile and install the Zabbix agent.
Find the location of the zabbix_agent2.conf file on your system.
Edit the zabbix_agent2.conf file.
Here is the original file, before our configuration.
Here is the new file with our configuration.
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.
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.
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
After a successful login, you will be sent to the Zabbix Dashboard.
On the dashboard screen, access the Configuration menu and select the Host option.
On the top right of the screen, click on the Create host button.
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.
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.
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.
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.
Find your server and click on the Screens option.
Zabbix will display the graphics available to monitor a RabbitMQ server.
Congratulations! You have configured the Zabbix server to monitor a RabbitMQ server.