cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can I register my ActiveGate to run synthetics on a private location using powershell

asanchez_tfal
Newcomer

Currently I am trying to deploy an ActiveGate and run Synthetics in a private location, but the powershell command does not seem to work.

provisioner "powershell" {
inline = [
"Write-Output 'Installing Dynatrace ActiveGate into ${var.synthetic_location_id} location and ${var.dynatrace_group} group...'",
"if (Test-Path 'C:/DeployTemp/Dynatrace-ActiveGate-Windows-x86-1.307.29.exe') {",
" Start-Process -FilePath 'C:/DeployTemp/Dynatrace-ActiveGate-Windows-x86-1.307.29.exe' -Wait -ArgumentList 'ENABLE_SYNTHETIC=true --set-property=dt.synthetic.private_location_id==${var.synthetic_location_id} --set-group=${var.dynatrace_group}'",
"} else {",
" Write-Output 'Dynatrace ActiveGate installer not found.'",
" exit 1",
"}"
]
}

 

1 REPLY 1

erh_inetum
Champion

Hi @asanchez_tfal ,

Since Monday Dynatrace is notifying issue related to v.1.307 for OA Windows Hosts (operational) and Synthetic Activegate (partial service disruption). 

Maybe you should download AG 1.305 till the issue was fixed.

Hope it helps.

Regards,

Elena.

Featured Posts