Skip to content

Instantly share code, notes, and snippets.

@v0rts
Created June 15, 2017 16:12
Show Gist options
  • Save v0rts/35fc52969eff4244a7f4672e13cf0d4d to your computer and use it in GitHub Desktop.
Save v0rts/35fc52969eff4244a7f4672e13cf0d4d to your computer and use it in GitHub Desktop.
Datadog Tips
# Install HA Datadog Windows Agent on Host
wget https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-latest.msi -OutFile ddagent-cli-latest.msi
msiexec /qn /i ddagent-cli-latest.msi APIKEY="*******" HOSTNAME="*******" TAGS="service:cicd"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment