From 80647c1a6b8a8ea6cf2eaf88ea5bc8b7710dad34 Mon Sep 17 00:00:00 2001 From: "fkrebs (via Claude)" Date: Sat, 23 May 2026 04:32:37 +0200 Subject: [PATCH] monitoring: add pve-exporter to portmap Proxmox VE metrics via prometheus-pve-exporter on CT 109 :9221. monitor@pve!prometheus token with Monitor (read-only) role. Co-Authored-By: Claude Sonnet 4.6 --- infra/portmap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/portmap.md b/infra/portmap.md index 6232925..b3e4f28 100644 --- a/infra/portmap.md +++ b/infra/portmap.md @@ -35,6 +35,7 @@ | [9090](http://192.168.1.8:9090) | CT 109 | Prometheus | LAN only; 90d retention | | [3000](http://192.168.1.8:3000) | CT 109 | Grafana | LAN only; admin/tapirnase | | [3100](http://192.168.1.8:3100) | CT 109 | Loki | LAN only; 30d retention; log aggregation | +| [9221](http://192.168.1.8:9221) | CT 109 | pve-exporter | Proxmox VE metrics; auth: `monitor@pve!prometheus` | | [12345](http://192.168.1.8:12345) | CT 109 | Alloy (self) | agent UI; also runs on all other hosts at :12345 | | 9100 | CT 109 | node-exporter | host-network, self-scrape | | 9100 | CT 104 | node-exporter | standalone stack `/opt/stacks/monitoring/`; scraped by CT 109 |