I am trying to setup a external metrics server through influxdb.
The influxdb container is working perfectly fine. Got a bucket (with no special name), an organization and a propperly defined token.
The container is behind a reverse proxy (traefik).
I configured the metric server through the proxmox GUI. The
... as soon as I try and enable the settings, I am provided with an error-popup
I have tried to check the logs within the GUI under each node (2 in total) and also check the logs through the CLI with
You guys have any clue, how I could troubleshoot this?
In my homelab, with pretty much the same setup (but different hardware) it works like a charm.
The influxdb container is working perfectly fine. Got a bucket (with no special name), an organization and a propperly defined token.
The container is behind a reverse proxy (traefik).
I configured the metric server through the proxmox GUI. The
status.cfg
looks like this:
Code:
influxdb: influxdb
disable
port 443
server influxdb.REDACTED.tld
bucket proxmox
influxdbproto https
organization REDACTED
verify-certificate 0
503 Service Unavailable (500)
.I have tried to check the logs within the GUI under each node (2 in total) and also check the logs through the CLI with
journalctl -r
- actually even the dmesg
logs, but it does not even list a single log entry anywhere. Also, the container logs of influxdb dont show anything either.You guys have any clue, how I could troubleshoot this?
In my homelab, with pretty much the same setup (but different hardware) it works like a charm.