Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
19 lines (13 loc) · 613 Bytes

README.md

File metadata and controls

executable file
·
19 lines (13 loc) · 613 Bytes

chocolatey-datadog-agent

Datadog Agent Package

Summary

This is the chocolatey install package for the Datadog Windows agent.

Using the Installer

NOTE: You must pass an APIKEY for the installer for this to work!

The HOSTNAME and TAGS are optional.

Examples

choco install chocolatey-datadog-agent --params "'/APIKEY:0cSOMELONGAPIKEY'"

Specify the hostname:

choco install chocolatey-datadog-agent --params "'/APIKEY:0cSOMELONGAPIKEY /HOSTNAME:myhostname.foo.com'"

Specify the tags:

choco install chocolatey-datadog-agent --params "'/APIKEY:0cSOMELONGAPIKEY /TAGS:production,webserver'"