840 B
840 B
Changelog
All notable changes to this project will be documented in this file.
[7-2] - 2026-04-29
Added
- Housekeeper Interceptor: Added a PostgreSQL
BEFORE INSERTtrigger to thehousekeepertable. This trigger dynamically checkspartitions.configand silently discards Housekeeper tasks (inserts) for any tables managed by the partitioning system. This prevents Zabbix from filling thehousekeepertable with unnecessary tasks, eliminating Sequential Scans and Table Bloat on thehousekeepertable, while still allowing tasks for unpartitioned tables (likeevents) to be recorded normally.
[7-1] - Previous Release
Added
- Zabbix 7.0 and 7.4 compatibility.
- Special handling for the
auditlogtable primary key changes in Zabbix 7.0+. - Dynamic creation of partitions and retention management logic.