chore: check url should be base path
All checks were successful
Build / precommit (pull_request) Successful in 4m46s
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:
parent
75ca7a5685
commit
a2d5a4ad0e
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user