From 7a33f0348f20a556e5b6e3a5e1481a11740476a5 Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Wed, 2 Aug 2017 09:16:56 +0200 Subject: [PATCH] removed node-exporter from the targets list as it is not used in this stack --- prometheus/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index 03c3e51..b2e792d 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -28,4 +28,4 @@ scrape_configs: # scheme defaults to 'http'. static_configs: - - targets: ['node-exporter:9100','localhost:9090', 'metrics:9171'] + - targets: ['localhost:9090', 'metrics:9171']