Hello Everyone,
I'm trying to setup a monitoring stack for multiple PVEs (~25ish client) using InfluxDB2 and Grafana.
So far I've managed to gather data from a test PVE (192.168.200.100) to a local InfluxDB server (192.168.200.160) using HTTP and visualize them using Grafana.
Now, we must be able to reach the InfluxDB server over the internet, so I've setup a reverse proxy which redirect all HTTP/S request from influxdb.domain.tlc to my InfluxDB server.
I'm able to reach Influx GUI and all it's working, the problem is that by default proxmox seems to expect a hostname like: https://influxdb.domain.tlc:8086, but in my case the port is already handled by the reverse proxy...
Is there any workaround or am I missing something?
Thank you in advance to anyone.
I'm trying to setup a monitoring stack for multiple PVEs (~25ish client) using InfluxDB2 and Grafana.
So far I've managed to gather data from a test PVE (192.168.200.100) to a local InfluxDB server (192.168.200.160) using HTTP and visualize them using Grafana.
Now, we must be able to reach the InfluxDB server over the internet, so I've setup a reverse proxy which redirect all HTTP/S request from influxdb.domain.tlc to my InfluxDB server.
I'm able to reach Influx GUI and all it's working, the problem is that by default proxmox seems to expect a hostname like: https://influxdb.domain.tlc:8086, but in my case the port is already handled by the reverse proxy...
Is there any workaround or am I missing something?
Thank you in advance to anyone.