Skip to content

Commit 08e0a63

Browse files
authored
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
1 parent 3d5021b commit 08e0a63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ct/prometheus-pve-exporter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
88
APP="Prometheus-PVE-Exporter"
99
var_tags="monitoring"
1010
var_cpu="1"
11-
var_ram="1024"
11+
var_ram="512"
1212
var_disk="2"
1313
var_os="debian"
1414
var_version="12"

json/prometheus-pve-exporter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"script": "ct/prometheus-pve-exporter.sh",
2121
"resources": {
2222
"cpu": 1,
23-
"ram": 1024,
23+
"ram": 512,
2424
"hdd": 2,
2525
"os": "debian",
2626
"version": "12"

0 commit comments

Comments
 (0)