- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
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: