- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
High Availability (HA) support of the Datadog Agent enables seamless failover between a designated active Agent and a standby Agent. If the active Agent becomes unavailable, due to unexpected issues or planned events like OS patches or Agent upgrades, the standby Agent automatically takes over. This configuration eliminates the Agent as a single point of failure, ensuring uninterrupted monitoring and increased resilience across your infrastructure.
You can configure Agents as active-standby pairs in several supported integrations. If the active Agent becomes unavailable, the standby Agent automatically takes over within 90 seconds. You can designate a preferred active Agent, allowing the primary Agent to automatically resume its role when it becomes available. This enables proactive Agent switching ahead of scheduled maintenance.
The following integrations are supported for High Availability:
Category | Supported Integrations |
---|---|
Network Monitoring | SNMP, Network Path, HTTP Check |
Vendor-Specific | Cisco ACI, Cisco SD-WAN |
Supported Operating Systems:
Install the Datadog Agent on two similar hosts (one on each host). The following setup is for hosts with similar capabilities (CPU, RAM, and networking) and configurations (including datadog.yaml
and integration settings).
Configure your datadog.yaml
on each host, with the following settings:
ha_agent:
enabled: true
config_id: <CONFIG-NAME> # example: "my-ndm-agents"
# only use lowercase alphanumerics, hyphen and underscore
Configure one of the supported integrations for High Availability:
For example, to set up the SNMP integration, install it on both Agents using the SNMP Metrics setup guide.
Note: Both individual device monitoring and Autodiscovery methods are supported for the SNMP integration.
After the Agents are configured, they function as an HA pair:
Search for your previously configured Agents using tags or hostname, for example, config_id:<CONFIG-NAME>
.
Click on the Agent you want to designate as the preferred active Agent to open a side-panel.
In the HA Preferred Active Agent dropdown, select the Agent you would like to define as preferred.
Without a preferred active Agent:
With a preferred active Agent:
unknown
HA Agent state?