diff --git a/prometheus.yml b/prometheus.yml index ff4c0b8..0dfb0d7 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -9,3 +9,10 @@ scrape_configs: - job_name: node-exporter static_configs: - targets: ['node-exporter.steinle-computer.de'] + - job_name: traefik + static_configs: + - targets: ['traefik.steinle-computer.de'] + basic_auth: + username: chris + password: 9VJqWNxku4hHdB2zhjk4GHyMLQHCZX + \ No newline at end of file