diff --git a/cookbooks/prometheus/files/etc/prometheus.d/prometheus.yml b/cookbooks/prometheus/files/etc/prometheus.d/prometheus.yml index e1d1873..df63eec 100644 --- a/cookbooks/prometheus/files/etc/prometheus.d/prometheus.yml +++ b/cookbooks/prometheus/files/etc/prometheus.d/prometheus.yml @@ -51,6 +51,12 @@ scrape_configs: services: - 'node_exporter' + - job_name: 'grafana' + consul_sd_configs: + - server: 'localhost:8500' + services: + - 'grafana' + alerting: alertmanagers: - static_configs: