Files
ProxmoxVE-Local/scripts/json/zabbix.json
Michel Roegl-Brunner 82dc4643de feat: optimize JSON sync with 1 API call + raw URLs
- Replace GitHub API calls (390+) with 1 API call + raw URL downloads
- Create GitHubJsonService for efficient JSON file syncing
- Reduce API rate limiting issues by 99.7%
- Add automatic page reload after successful sync
- Update tests to use new service
- Maintain same functionality with better performance

Performance improvement:
- Before: 390+ GitHub API calls (1 per JSON file)
- After: 1 GitHub API call + 389 raw URL downloads
- Raw URLs have no rate limits, making sync much more reliable
2025-09-15 14:30:07 +02:00

44 lines
1.1 KiB
JSON

{
"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",
"version": "12"
}
}
],
"default_credentials": {
"username": "Admin",
"password": "zabbix"
},
"notes": [
{
"text": "Database credentials: `cat zabbix.creds`",
"type": "info"
},
{
"text": "Zabbix agent 2 is used by default",
"type": "info"
}
]
}