italozucareli/zabbix-observability — explained in plain English
Analysis updated 2026-05-18
Monitor Kubernetes pods and Docker Swarm services with automatic discovery.
Track AWS, Azure, GCP, and Cloudflare infrastructure from a single Zabbix dashboard.
Automatically open ServiceNow tickets or trigger Ansible playbooks when a problem is detected.
Monitor databases like MySQL, PostgreSQL, Redis, and Kafka.
| italozucareli/zabbix-observability | lllyasviel/singlefiledb | unagi-cq/cdp-bridge-mcp | |
|---|---|---|---|
| Stars | 85 | 85 | 85 |
| Language | Python | Python | Python |
| Last pushed | — | 2023-11-24 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | ops devops | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing Zabbix server to import the templates and scripts into.
This is a large collection of over 380 scripts, configuration templates, and automation hooks for Zabbix, the open-source IT infrastructure monitoring platform. The goal is to extend Zabbix beyond basic server monitoring into a complete IT operations management system covering cloud infrastructure, containers, databases, networking, security, and cost tracking. The toolkit is organized around a few core principles. Scripts make a single bulk call to an API or device and return a full JSON payload, which Zabbix then processes internally to avoid making many small repeated requests. Dynamic discovery rules automatically find and begin monitoring new resources like Kubernetes pods, Docker Swarm services, or BGP routing peers as they appear, reducing manual configuration. Event-driven automation webhooks can automatically open incident tickets in ServiceNow, trigger Ansible playbooks, or annotate Grafana dashboards when Zabbix detects a problem. The script index covers cloud platforms including AWS, Azure, GCP, and Cloudflare, container orchestration systems including Docker, Docker Swarm, and Kubernetes with dozens of specialized checks for things like stuck deployments, memory-killed pods, and expired TLS certificates, databases including MySQL, PostgreSQL, Redis, Elasticsearch, Kafka, and RabbitMQ, network equipment including BGP, OSPF, and various hardware vendors, and application performance monitoring for systems like NGINX, HAProxy, and JVM-based applications. A site reliability engineer or infrastructure team running Zabbix who wants production-grade, reusable monitoring coverage without writing scripts from scratch would use this. The scripts are primarily written in Python and shell.
A library of over 380 scripts and templates that extend Zabbix monitoring to cover cloud platforms, containers, databases, and network infrastructure.
Mainly Python. The stack also includes Python, Shell, Zabbix.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.