2024-11-06 20:14:59 +13:00
|
|
|
{
|
2025-05-20 11:51:20 +02:00
|
|
|
"name": "Zabbix",
|
|
|
|
|
"slug": "zabbix",
|
|
|
|
|
"categories": [
|
|
|
|
|
9
|
|
|
|
|
],
|
|
|
|
|
"date_created": "2024-06-12",
|
|
|
|
|
"type": "ct",
|
|
|
|
|
"updateable": true,
|
|
|
|
|
"privileged": false,
|
|
|
|
|
"interface_port": null,
|
|
|
|
|
"documentation": "https://www.zabbix.com/documentation/current/en/manual",
|
|
|
|
|
"website": "https://www.zabbix.com/",
|
|
|
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/zabbix.webp",
|
|
|
|
|
"config_path": "/etc/zabbix/zabbix_server.conf",
|
|
|
|
|
"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",
|
2025-09-23 10:46:32 +02:00
|
|
|
"version": "13"
|
2025-05-20 11:51:20 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"default_credentials": {
|
|
|
|
|
"username": "Admin",
|
|
|
|
|
"password": "zabbix"
|
|
|
|
|
},
|
|
|
|
|
"notes": [
|
|
|
|
|
{
|
2025-09-23 10:46:32 +02:00
|
|
|
"text": "Database credentials: `cat ~/zabbix.creds`",
|
2025-05-20 11:51:20 +02:00
|
|
|
"type": "info"
|
2024-11-06 20:14:59 +13:00
|
|
|
},
|
2025-05-20 11:51:20 +02:00
|
|
|
{
|
2025-09-23 10:46:32 +02:00
|
|
|
"text": "You can choose between Zabbix agent (classic) and agent2 (modern) during installation",
|
|
|
|
|
"type": "info"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": "For agent2 the PostgreSQL plugin is installed by default; all plugins are optional",
|
|
|
|
|
"type": "info"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": "If agent2 with NVIDIA plugin is installed in an environment without GPU, the installer disables it automatically",
|
2025-05-20 11:51:20 +02:00
|
|
|
"type": "info"
|
|
|
|
|
}
|
|
|
|
|
]
|
2024-11-27 15:52:53 +01:00
|
|
|
}
|