feat(zabbix): Add Zabbix monitoring blueprint with Docker Compose, template, and metadata (#450)

Added a complete Zabbix 7.4 blueprint including Docker Compose setup for PostgreSQL, server, web interface, SNMP traps, and Java gateway; configuration template for environment variables; logo image; and metadata entry for easy deployment and monitoring capabilities.
This commit is contained in:
Jainil Prajapati
2025-10-15 09:11:56 +05:30
committed by GitHub
parent 25b94d1e85
commit fba27d1857
4 changed files with 120 additions and 0 deletions

View File

@@ -5377,6 +5377,24 @@
"webui"
]
},
{
"id": "zabbix",
"name": "Zabbix",
"version": "7.4",
"description": "Zabbix is an open-source enterprise-grade monitoring platform for networks, servers, virtual machines, and cloud services. This template includes PostgreSQL, Nginx frontend, SNMP traps, and Java gateway.",
"logo": "image.png",
"links": {
"github": "https://github.com/zabbix/zabbix-docker",
"website": "https://www.zabbix.com/",
"docs": "https://www.zabbix.com/documentation/current/en/manual/installation/containers"
},
"tags": [
"monitoring",
"infrastructure",
"observability",
"alerting"
]
},
{
"id": "zipline",
"name": "Zipline",