Update Blackbox Exporter authored by Administrator's avatar Administrator
...@@ -10,8 +10,9 @@ Basic pre-configured Blackbox modules are: ...@@ -10,8 +10,9 @@ Basic pre-configured Blackbox modules are:
To probe an endpoint Prometheus has to have targets which to probe - the following is an example of what the Prometheus scrape config should include.\ To probe an endpoint Prometheus has to have targets which to probe - the following is an example of what the Prometheus scrape config should include.\
`<your_project>/<your_environment>/prometheus/scrape_config.yml` `<your_project>/<your_environment>/prometheus/scrape_config.yml`
``` ```plaintext
scrape_configs: # Example configuration, note that since this is YAML you must keep the indentation.
---
- job_name: ssl_cert_validity - job_name: ssl_cert_validity
metrics_path: /probe # This should always be /probe for the blackbox exporter. metrics_path: /probe # This should always be /probe for the blackbox exporter.
params: params:
... ...
......