Zabbix Database Monitoring Queries and Resource Analysis
Zabbix Database Schema Overview
For Zabbix 6.0 and later versions, understanding the database schema is essential for crafting efficient monitoring queries. The following queries demonstrate various approaches to extract performance metrics and status information from the Zabbix database.
Comprehensive Host Resource Monitoring
WITH host_info A ...
Posted on Thu, 14 May 2026 03:21:42 +0000 by cleibesouza
Configuring WeCom Webhook Notifications in Zabbix 7.0
Zabbix 7.0 introduced stricter validation for custom media type scripts, which frequently breaks legacy webhook implementations designed for earlier releases. To restore Enterprise WeChat (WeCom) group robot notifications, the JavaScript execution block must be updated to align with the current HttpRequest API and payload expectations.
Navigate ...
Posted on Wed, 13 May 2026 02:39:18 +0000 by IMP_TWI
Visualizing Server Traffic Data and Calculating 95th Percentile with Zabbix, MySQL, and Grafana
Prerequisites
A database instance (MySQL, PostgreSQL, or SQL Server) to serve as Grafana's data source
A working Grafana installation (follow official guides for setup)
Navicat for database management
PyCharm or another Python IDE for data processing
Step 1: Extract Raw Data from Zabbix
Connect to your Zabbix MySQL database using Navicat, the ...
Posted on Sat, 09 May 2026 23:56:37 +0000 by no3dfx