diff --git a/prometheus.yml b/prometheus.yml index 42d6ce3..a8e0c85 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -1,12 +1,12 @@ global: scrape_interval: 10s external_labels: - monitor: 'cs-home-monitor' + monitor: cs-home-monitor scrape_configs: - - job_name: 'prometheus' + - job_name: prometheus static_configs: - targets: ['prometheus.lan'] - - job_name: 'docker' + - job_name: cadvisor static_configs: - - targets: ['localhost:9323'] + - targets: ['cadvisor.lan']