mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-08 00:39:16 +00:00
34 lines
968 B
JSON
34 lines
968 B
JSON
{
|
|
"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": []
|
|
} |