From badec3bcaeb5289b2a15700a2fc0cfa086ba21ee Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 10 Apr 2023 18:56:12 -0400 Subject: [PATCH] Change InfluxDB's IP address because we are now using Proxmox --- configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index 4b0992e..b9c29d7 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -114,7 +114,7 @@ logger: influxdb: api_version: 2 - host: 192.168.1.4 + host: 192.168.1.254 port: 8086 max_retries: 3 ssl: false