2024-11-06 07:14:59 +00:00
|
|
|
{
|
|
|
|
"name": "Zabbix",
|
|
|
|
"slug": "zabbix",
|
|
|
|
"categories": [
|
|
|
|
7
|
|
|
|
],
|
|
|
|
"date_created": "2024-06-12",
|
|
|
|
"type": "ct",
|
2024-11-27 14:52:53 +00:00
|
|
|
"updateable": true,
|
2024-11-06 07:14:59 +00:00
|
|
|
"privileged": false,
|
2024-11-28 14:50:40 +00:00
|
|
|
"interface_port": null,
|
2024-11-27 14:52:53 +00:00
|
|
|
"documentation": "https://www.zabbix.com/documentation/current/en/manual",
|
2024-11-06 07:14:59 +00:00
|
|
|
"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": {
|
2024-11-28 14:50:40 +00:00
|
|
|
"cpu": 2,
|
|
|
|
"ram": 4096,
|
|
|
|
"hdd": 6,
|
2024-11-06 07:14:59 +00:00
|
|
|
"os": "debian",
|
|
|
|
"version": "12"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"default_credentials": {
|
|
|
|
"username": "Admin",
|
|
|
|
"password": "zabbix"
|
|
|
|
},
|
|
|
|
"notes": [
|
|
|
|
{
|
|
|
|
"text": "Database credentials: `cat zabbix.creds`",
|
2024-11-27 14:52:53 +00:00
|
|
|
"type": "info"
|
2024-11-27 15:07:34 +00:00
|
|
|
},
|
2024-11-27 14:52:53 +00:00
|
|
|
{
|
|
|
|
"text": "Zabbix agent 2 is used by default",
|
|
|
|
"type": "info"
|
2024-11-06 07:14:59 +00:00
|
|
|
}
|
|
|
|
]
|
2024-11-27 14:52:53 +00:00
|
|
|
}
|