# blackbox_exporter defaults — synthetic monitoring runner. # v1.0.9 W5 Day 24. # # Sits OUTSIDE the prod network (separate Incus host or off-box) so a # probe failure reflects what an external user sees, not what an # already-broken internal service hides. Six parcours per the roadmap, # probed every 5 min by Prometheus. --- blackbox_version: "0.25.0" blackbox_arch: amd64 # Listener — Prometheus scrapes this on port 9115 (the blackbox_exporter # default). blackbox_listen_port: 9115 # Probe targets. The 6 parcours from the roadmap are mapped to simpler # blackbox probes here (HTTP 2xx) ; the multi-step parcours that need # session state (Register → Login → Search) are out of scope for # blackbox itself and tracked as a follow-up (synthetic-client binary). blackbox_target_base_url: "https://staging.veza.fr"