aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--prometheus/files/prometheus.yml1
2 files changed, 3 insertions, 1 deletions
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