- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
The Network Time Protocol (NTP) integration is enabled by default and reports the time offset from an ntp server every 15 minutes. When the local Agent’s time is more than 15 seconds off from the Datadog service and other hosts you are monitoring, you may experience:
By default, the check detects which cloud provider the Agent is running on and uses the private NTP server of that cloud provider, if available. If no cloud provider is detected, the agent will default to the NTP servers below:
0.datadog.pool.ntp.org
1.datadog.pool.ntp.org
2.datadog.pool.ntp.org
3.datadog.pool.ntp.org
Note: NTP requests do not support proxy settings.
The NTP check is included in the Datadog Agent package, so you don’t need to install anything else on your servers.
The Agent enables the NTP check by default. To configure the check yourself, edit the file ntp.d/conf.yaml
in the conf.d/
folder at the root of your Agent’s configuration directory. See the sample ntp.d/conf.yaml for all available configuration options.
Outgoing UDP traffic over the port 123
should be allowed so the Agent can confirm that the local server time is reasonably accurate according to the Datadog NTP servers.
Note: If you edit the Datadog-NTP check configuration file, restart the Agent to effect any configuration changes.
Run the Agent’s status
subcommand and look for ntp
under the Checks section.
ntp.offset (gauge) | The time difference between the NTP reference clock and the local clock. Shown as second |
The NTP check does not include any events.
ntp.in_sync
Returns CRITICAL if the host clock is more than the configured threshold away from the NTP time. Returns UNKNOWN if the Agent can not connect to the NTP server. Returns OK otherwise.
Statuses: ok, critical, unknown
Need help? Contact Datadog support.