chore: check url should be base path
All checks were successful
Build / precommit (pull_request) Successful in 4m46s

- change frr_exporter base path to / instead of /metrics for consul check
This commit is contained in:
Ben Vincent 2025-08-03 17:19:35 +10:00
parent 75ca7a5685
commit a2d5a4ad0e

View File

@ -56,7 +56,7 @@ class exporters::frr_exporter (
{
id => 'frr_exporter_http_check',
name => 'frr_exporter HTTP Check',
http => "http://${facts['networking']['fqdn']}:${port}/metrics",
http => "http://${facts['networking']['fqdn']}:${port}",
method => 'GET',
tls_skip_verify => true,
interval => '10s',