ProxmoxVE/json/victoriametrics.json

34 lines
968 B
JSON
Raw Normal View History

{
"name": "VictoriaMetrics",
"slug": "victoriametrics",
"categories": [
7
],
"date_created": "2024-12-18",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8428,
"documentation": null,
"website": "https://victoriametrics.com/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/victoriametrics-black.svg",
"description": "VictoriaMetrics is a fast, cost-effective and scalable monitoring solution and time series database.",
"install_methods": [
{
"type": "default",
"script": "ct/victoriametrics.sh",
"resources": {
"cpu": 1,
"ram": 2048,
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}