{ "name": "Zabbix", "slug": "zabbix", "categories": [ "Monitoring - Analytics" ], "date_created": "2024-06-12", "type": "ct", "updateable": 0, "privileged": 0, "interface_port": "5454", "documentation": "", "website": "https://www.zabbix.com/", "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/zabbix.svg", "description": "Zabbix is an all-in-one monitoring solution with a variety of enterprise-grade features available right out of the box.", "install_methods": [ { "type": "default", "script": "ct/zabbix.sh", "resources": { "cpu": "2", "ram": "4096", "hdd": "6", "os": "debian", "version": "12" } } ], "default_credentials": { "username": "admin", "password": "zabbix" }, "alerts": [ { "alert": "Database credentials: `cat zabbix.creds`" } ] }