Skip to content

Commit

Permalink
Merge pull request #812 from drkp/patch-1
Browse files Browse the repository at this point in the history
Fix scrape_job_name for openvpn exporter
  • Loading branch information
TheMeier authored Oct 8, 2024
2 parents a7c6f18 + a7b22bd commit e9a7404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8486,7 +8486,7 @@ Data type: `String[1]`



Default value: `'node'`
Default value: `'openvpn'`

##### <a name="-prometheus--openvpn_exporter--scrape_job_labels"></a>`scrape_job_labels`

Expand Down
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 e9a7404

Please sign in to comment.