diff --git a/prometheus.yml b/prometheus.yml index a8e0c85..b0b11d3 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -9,4 +9,6 @@ scrape_configs: - job_name: cadvisor static_configs: - targets: ['cadvisor.lan'] - + - job_name: node-exporter + static_configs: + - targets: ['node-exporter.lan']