From 7b5a0551c41797d44dfcbab52c0b943877040e7f Mon Sep 17 00:00:00 2001 From: Max Rydahl Andersen Date: Mon, 8 Oct 2018 01:57:28 +0200 Subject: [PATCH] bind only for localhost for sonos --- prometheus/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index d464ed7..fa1f11f 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -58,5 +58,5 @@ scrape_configs: - job_name: 'sonos' static_configs: - - targets: ['192.168.1.42:1915','sonos:1915'] + - targets: ['localhost:1915'] \ No newline at end of file