... | ... | @@ -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.\
|
|
|
`<your_project>/<your_environment>/prometheus/scrape_config.yml`
|
|
|
|
|
|
```
|
|
|
scrape_configs:
|
|
|
```plaintext
|
|
|
# Example configuration, note that since this is YAML you must keep the indentation.
|
|
|
---
|
|
|
- job_name: ssl_cert_validity
|
|
|
metrics_path: /probe # This should always be /probe for the blackbox exporter.
|
|
|
params:
|
... | ... | |