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
Read more
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...
Read more