Application integration & Middleware Zabbix from Problem to Remediation 27.06.2023 by Middleware Team Until now, in my previous blog posts, we did not cover one of the main features of any monitoring platform: Alarming. In Zabbix, it is named triggers. Item and Trigger Trigger is based on an item calculation. Thus,(…)
Application integration & Middleware, DevOps Zabbix Agent Automated Registration 22.06.2023 by Middleware Team For those reading my blog posts regularly, you know I am an fan of automation. Declaring each host in Zabbix configuration manually is not an idea I like very much. Moreover, in dynamic environments which are moving a lot,(…)
Application integration & Middleware Zabbix Automatic Item Creation 20.06.2023 by Middleware Team In my previous Zabbix blog post, I wanted to monitor JVM garbage collection metrics. As there are 17 items to create, I looked for a way to automatically create them. I found it 🙂 .
Application integration & Middleware Defining Custom Monitoring Metric in Zabbix 15.06.2023 by Middleware Team In this blog, we will see how to add custom monitoring metric into Zabbix and, more precisely, get Java Virtual Machine (JVM) garbage collector heap statics. jstat OpenJDK includes an interesting tool to monitor a JVM: jstat.
Database Administration & Monitoring Oracle Database monitoring with Zabbix 12.06.2023 by Middleware Team Zabbix comes with an Oracle Database monitoring template out-of-the-box, so it should not be too complicated to integrate one server. Nevertheless, I faced a few issues while trying to setup one and I will detail these steps below. Agent(…)
Application integration & Middleware WildFly monitoring in Zabbix 01.06.2023 by Middleware Team Zabbix is a fully featured open-source monitoring solution. I wanted to evaluate how easy it is to monitor an application server like WildFly. Server Installation First component to install is the server which also(…)
Database Administration & Monitoring Open source monitoring solutions (2) – Zabbix agents and PostgreSQL monitoring 03.12.2021 by Daniel Westermann By the end of the last post we finished with a running Zabbix server which uses PostgreSQL as it's back-end database. In addition a Zabbix agent is running on the same host, so the monitoring host itself(…)
Database Administration & Monitoring Open source monitoring solutions (1) – Zabbix server setup 29.11.2021 by Daniel Westermann We are often asked which monitoring solution we recommend for PostgreSQL, by people attending our PostgreSQL workshops. We usually answer: What do you have in place already? If a solution already is in place, the most obvious(…)