From 29abcb248a40ca6d5b4222d5cdde1acccd0a9e26 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Sun, 7 Aug 2022 16:52:01 -0700 Subject: [PATCH] Fix tasmota scrape targets --- server/config/monitoring/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config/monitoring/prometheus.yml b/server/config/monitoring/prometheus.yml index 0db6aad..5a74484 100644 --- a/server/config/monitoring/prometheus.yml +++ b/server/config/monitoring/prometheus.yml @@ -66,4 +66,4 @@ scrape_configs: - job_name: 'tasmota' scrape_interval: 5s static_configs: - - targets: ['tasmota-1','tasmota-2','tasmota-3'] + - targets: ['192.168.1.50','192.168.1.51','192.168.1.52']