From 5ee709f17b7c7482de68ba91b93479a389515fd5 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Thu, 13 Jan 2022 21:31:03 -0700 Subject: update --- README.md | 3 ++- prometheus/files/prometheus.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acd082e..9ae96c1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Prometheus Demo A quick docker-compose setup to stand up prometheus, a node exporter, blackbox exporter with two sample endpoints, and Grafana with a dashboard for node exporter. -Attempted to add blackbox dashboard, but it has import issues via auto provisioning in grafana + +Attempted to add blackbox dashboard, but it has import issues via auto provisioning in grafana. [13659](https://grafana.com/grafana/dashboards/13659) is tested, though, so you can import it manually. diff --git a/prometheus/files/prometheus.yml b/prometheus/files/prometheus.yml index 3598fb9..fb7ab4e 100644 --- a/prometheus/files/prometheus.yml +++ b/prometheus/files/prometheus.yml @@ -26,6 +26,7 @@ scrape_configs: - targets: - http://jthan.io # Target to probe with http. - https://jthan.io # Target to probe with https. + - https://fake.jthan.io relabel_configs: - source_labels: [__address__] target_label: __param_target -- cgit v1.2.3