Let prometheus-blackbox-exporter config breathe a bit

This commit is contained in:
Slavi Pantaleev 2023-03-20 09:08:26 +02:00 committed by GitHub
parent 788e60da56
commit 7e7be4942d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,10 @@ To enable this service, add the following configuration to your `vars.yml` file
########################################################################
prometheus_blackbox_exporter_enabled: true
prometheus_blackbox_exporter_hostname: mash.example.com
prometheus_blackbox_exporter_path_prefix: /metrics/blackbox-exporter
prometheus_blackbox_exporter_basicauth_user: your_username
prometheus_blackbox_exporter_basicauth_password: your password
@ -28,4 +30,4 @@ prometheus_blackbox_exporter_basicauth_password: your password
## Usage
After you installed the blackbox exporter, your blackbox prober will be available on `mash.example.com/metrics/blackbox-exporter` with basic auth credentials you configured
After you've installed the blackbox exporter, your blackbox prober will be available on `mash.example.com/metrics/blackbox-exporter` with the basic auth credentials you've configured.