File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,14 @@ param (
1414# Print errors in NormalView
1515$ErrorView = ' NormalView'
1616
17- $integration = $ (Split-Path - Leaf $PSScriptRoot )
18- $integrationName = $integration.Replace (" nri-" , " " )
19- $executable = " nri-$integrationName .exe"
17+ $integrationName = " winservices"
18+ $executable = " nri-winservices.exe"
2019$commitHash = (git rev- parse HEAD)
2120
2221$exporterRepo = " github.com/prometheus-community/windows_exporter"
2322$exporterBinaryName = " windows_exporter.exe"
24- # Commit used by v0.29.2 of windows_exporter
25- $exporterVersion = " 622813343f930c121c8b1c061d6dd6f02d96015f "
23+ # Commit used by v0.30.6 of windows_exporter
24+ $exporterVersion = " db60c78f32185083354f16fb9d534a021f0d85f9 "
2625
2726
2827$env: GOPATH = go env GOPATH
You can’t perform that action at this time.
0 commit comments