Application integration & Middleware, Enterprise content management Monitor Alfresco with Zabbix 20.10.2023 by Middleware Team In this blog post, I will share a few obstacles I have encountered while trying to monitor a complete Alfresco setup with all these components. As an overview, here are the templates I will use: Apache ActiveMQ by JMX(…)
Application integration & Middleware AWS Monitoring with Zabbix 12.10.2023 by Middleware Team Until recently, I did not notice that Zabbix templates can also include Hosts prototypes under (Low Level) Discovery Rules. I wondered why, so I decided to look at pre-existing templates to check what is the aim for it. I(…)
Application integration & Middleware Keep Your Software’s Up to Date with Zabbix 09.10.2023 by Middleware Team Monitoring tools are increasingly going beyond their usual perimeter of just monitoring metrics. Modern tools, like Zabbix, can watch files for any change and raise warning whenever it occurs. An example I found the “Linux by Zabbix agent” template:(…)
Application integration & Middleware Modifying a Zabbix Template for WildFly JVM Monitoring 28.09.2023 by Middleware Team Zabbix provides templates easy to setup which do not require any external scripts. As an example, you can check one of my previous blog post on the subject where I monitored a WildFly server. These(…)
Application integration & Middleware Adapt Zabbix to Your Needs 19.09.2023 by Middleware Team Zabbix comes with an long list of smart and customizable templates (more than 270). In this blog post, I will explain how to customize these templates and adapt them to your environment’s needs. Macro The first level of(…)
Application integration & Middleware Zabbix Report Scheduler Setup and Troubleshooting 07.09.2023 by Middleware Team I wanted to test the Zabbix report scheduler. In this blog, I will explain how to do it as well as the different issues I faced (with cause and resolution, obviously 🙂 ). By the way, report scheduler(…)
Application integration & Middleware Zabbix Better Storage 05.09.2023 by Middleware Team Among the different possibilities for Zabbix storage, one piqued my curiosity: TimescaleDB TimescaleDB is a time series database plugin for PostgreSQL. Joël Cattin already blogged about it here from a(…)
Application integration & Middleware Zabbix Configuration with API 01.09.2023 by Middleware Team Despite the will of Zabbix to be as automated as possible, some tasks cannot be automated. Nevertheless, Zabbix offers an HTTP-based API which can be used programmatically. This opens the door to huge possibilities in terms of automation.
Application integration & Middleware, DevOps Zabbix Proxy 13.07.2023 by Middleware Team Among the different packages provided by Zabbix, one arouse my curiosity: Proxy. What is its purpose? When to use it? How to install it? I will cover these in this blog post. Intention There are multiple reasons to(…)
Application integration & Middleware Monitoring Scripts with Zabbix 03.07.2023 by Middleware Team In a similar manner as in this Prometheus blog, you might want to monitor scripts which are short living or do not fit the pull-model (Server pulling from agent). Thus, it can use the push(…)