diff --git a/roles/prometheus/templates/prometheus.yml.j2 b/roles/prometheus/templates/prometheus.yml.j2 index b37ae83..546d999 100644 --- a/roles/prometheus/templates/prometheus.yml.j2 +++ b/roles/prometheus/templates/prometheus.yml.j2 @@ -5,6 +5,11 @@ global: evaluation_interval: 1m scrape_configs: + - job_name: prometheus + static_configs: + - targets: + - "127.0.0.1:9090" + - job_name: node scheme: https tls_config: