diff --git a/prometheus.yml b/prometheus.yml index b0b11d3..24b3ac7 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -12,3 +12,6 @@ scrape_configs: - job_name: node-exporter static_configs: - targets: ['node-exporter.lan'] + - job_name: traefik + static_configs: + - targets: ['traefik.lan']