Adjust node exporter to use internal network and adjust configuration for basic auth.

This commit is contained in:
Christian Steinle
2022-09-16 08:49:22 +02:00
parent a883142737
commit 187c43f11b

View File

@@ -8,10 +8,10 @@ scrape_configs:
- targets: ['prometheus.steinle-computer.de'] - targets: ['prometheus.steinle-computer.de']
- job_name: node-exporter - job_name: node-exporter
static_configs: static_configs:
- targets: ['node-exporter.steinle-computer.de'] - targets: ['node-exporter']
- job_name: traefik - job_name: traefik
static_configs: static_configs:
- targets: ['traefik.steinle-computer.de'] - targets: ['traefik.steinle-computer.de']
- basic_auth: basic_auth:
- username: chris - username: chris
- password: 9VJqWNxku4hHdB2zhjk4GHyMLQHCZX - password: 9VJqWNxku4hHdB2zhjk4GHyMLQHCZX