Skip to content

Commit

Permalink
Fix scrape_job_name for openvpn exporter
Browse files Browse the repository at this point in the history
The openvpn scrape job name was previously set to 'node' which caused scraping to merge it with node_exporter's jobs.
  • Loading branch information
drkp authored Oct 3, 2024
1 parent d49532b commit 0949b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/openvpn_exporter.pp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
Optional[Stdlib::Host] $scrape_host = undef,
Boolean $export_scrape_job = false,
Stdlib::Port $scrape_port = 9176,
String[1] $scrape_job_name = 'node',
String[1] $scrape_job_name = 'openvpn',
Optional[Hash] $scrape_job_labels = undef,
Optional[String[1]] $bin_name = undef,
Optional[String[1]] $proxy_server = undef,
Expand Down

0 comments on commit 0949b14

Please sign in to comment.