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 🙂 . In(…)
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. Let’s see what(…)
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 Installation(…)
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 requires a(…)
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(…)