From 187c43f11be4ff144da6c0089fc7ecd2bfcbd774 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Fri, 16 Sep 2022 08:49:22 +0200 Subject: [PATCH] Adjust node exporter to use internal network and adjust configuration for basic auth. --- prometheus.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/prometheus.yml b/prometheus.yml index 055e107..aedf07e 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -8,10 +8,10 @@ scrape_configs: - targets: ['prometheus.steinle-computer.de'] - job_name: node-exporter static_configs: - - targets: ['node-exporter.steinle-computer.de'] + - targets: ['node-exporter'] - job_name: traefik static_configs: - targets: ['traefik.steinle-computer.de'] - - basic_auth: - - username: chris - - password: 9VJqWNxku4hHdB2zhjk4GHyMLQHCZX + basic_auth: + - username: chris + - password: 9VJqWNxku4hHdB2zhjk4GHyMLQHCZX