diff --git a/prometheus.yml b/prometheus.yml index c89d00e..10c58f0 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -15,6 +15,12 @@ scrape_configs: basic_auth: username: chris password: 9VJqWNxku4hHdB2zhjk4GHyMLQHCZX + - job_name: cadvisor + static_configs: + - targets: ['cadvisor.steinle-computer.de'] + basic_auth: + username: chris + password: 9VJqWNxku4hHdB2zhjk4GHyMLQHCZX - job_name: traefik static_configs: - targets: ['traefik.steinle-computer.de']