mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-04-20 14:28:07 +00:00
Prometheus PVE Exporter: Rightsizing RAM and Disk (#3098)
* Prometheus PVE Exporter: Rightsizing RAM and Disk * Raise to 2GB, as setup is not working otherwise * Prometheus PVE Exporter: Set RAM to 512
This commit is contained in:
parent
3d5021b289
commit
08e0a6322b
@ -8,7 +8,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
||||
APP="Prometheus-PVE-Exporter"
|
||||
var_tags="monitoring"
|
||||
var_cpu="1"
|
||||
var_ram="1024"
|
||||
var_ram="512"
|
||||
var_disk="2"
|
||||
var_os="debian"
|
||||
var_version="12"
|
||||
|
@ -20,7 +20,7 @@
|
||||
"script": "ct/prometheus-pve-exporter.sh",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
|
Loading…
x
Reference in New Issue
Block a user