Commit Graph

5 Commits

Author SHA1 Message Date
João Pedro Toledo Goncalves a8761517c4 fix(zabbix): resolve template import errors in Exchange and Windows
- Exchange: Corrected corrupted 'perf_counter_en' keys causing 'Instance' artifacts.
- Exchange: Synced trigger expressions with corrected item keys.
- Windows: Replaced invalid 'manual_close: 1' with 'YES' to match Zabbix 7.0 spec.
- Windows: Removed duplicate 'system.sw.os' item to prevent key collisions.
- Windows: Fixed 'Agente Zabbix Indisponível' trigger utilizing incorrect key translation.
2026-01-13 14:50:23 -03:00
João Pedro Toledo Goncalves 505586ee7c fix: Resolve runtime errors in Exchange (DB Size) and Windows (Active Types) 2026-01-13 14:14:25 -03:00
João Pedro Toledo Goncalves d68f842c49 fix(exchange): Update graph prototype key to match item key 2026-01-13 14:08:09 -03:00
João Pedro Toledo Goncalves b74b96473c feat(templates): Resolve cross-template collisions and validation
- exchange: Replaced 'service.discovery' and 'service.info' with WMI to avoid conflict with Windows template.
- exchange: Added JS preprocessing for Service State mapping.
- windows: Fixed missing 'ZABBIX_ACTIVE' type on RDP, Disk Queue, and Security Audit items.
- tools: Updated 'validate_zabbix_template.py' to detect reserved keys and Active Agent compliance.
- docs: Regenerated documentation for both templates.
2026-01-13 13:40:12 -03:00
João Pedro Toledo Goncalves 7c5cab088f feat(exchange): Enhanced Gold Template with DB metrics and Fixes
- Fixed orecast function syntax error (removed extra comma).
- Resolved import dependency errors by adding static items/triggers for Transport/Submission services.
- Added dependencies to Queue Forecast triggers to suppress alerts when services are stopped.
- Clarified 'Poison Queue' alert for L1 support.
- Added PerfCounter metrics for Database Size and Item Count (Non-PowerShell).
- Fixed Duplicate Key error in YAML structure.
- Validated with alidate_zabbix_template.py.
2026-01-13 13:06:33 -03:00