Changes
Page history
Update Blackbox Exporter
authored
Apr 03, 2023
by
Administrator
Show whitespace changes
Inline
Side-by-side
Blackbox-Exporter.md
View page @
458e0200
...
...
@@ -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:
...
...
...
...