Fix tasmota scrape targets

This commit is contained in:
Joey Hafner 2022-08-07 16:52:01 -07:00
parent 24a5275720
commit 29abcb248a

View File

@ -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']