![]() |
VOOZH | about |
Microsoft SCCM (Systems Center Configuration Manager) is a configuration management solution that comes packaged with Microsoft’s Systems Center suite of tools. This page covers installing and configuring the Datadog Agent using SCCM.
Download the latest Windows Datadog Agent installer file (MSI) to the SCCM server from the Agent page.
In SCCM, create an application and use the location of the Datadog Agent MSI.
Click Next until you get to the General Information page.
Under Installation program, paste the following command, replacing MY_API_KEY with your API key:
start /wait msiexec /qn /i datadog-agent-7-latest.amd64.msi APIKEY="MY_API_KEY" SITE="datadoghq.com"
For more installation options, see full list of installation variables.
Ensure that Install behavior is set to Install for system.
Click Next and follow the prompts to create the application.
To verify the application has been created, look for it in Software Library > Overview > Application Management > Applications.
SCCM packages allow you to deploy configuration files to your Datadog Agents, overwriting their default settings. An Agent configuration consists of a datadog.yaml configuration file and optional conf.yaml files for each integration. You must create a package for each configuration file you want to deploy.
datadog.yaml and conf.yaml files in a local SCCM machine folder. See the sample config_template.yaml file for all available configuration options.Restart the Agent service to observe your configuration changes:
Additional helpful documentation, links, and articles:
| |