Error: NTP server unable to connect or high latency alerts in ntp_response probe
search cancel

Error: NTP server unable to connect or high latency alerts in ntp_response probe

book

Article ID: 444407

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

You are receiving multiple alerts from the ntp_response probe indicating that the NTP server is unable to connect or that the response time exceeds your defined thresholds. This article helps you isolate whether the issue stems from the probe configuration or your network infrastructure.

Environment

  • DX Unified Infrastructure Management (UIM)
  • ntp_response probe

Cause

  • Infrastructure Maintenance: Automated rolling updates on core firewalls or routers often cause 25-30 minute block outages.
  • Network Path Congestion: Asymmetric routing or WAN path degradation can cause response times to hit the default 5000ms probe socket timeout.
  • UDP Port 123 Blocking: Intermediate security appliances may be dropping UDP traffic while ICMP (Ping) remains successful.

Resolution

  • You see Alarm(4)Unable to contact NTP server #### in the alarm console.
  • You see Alarm(2)NTP server response time to #### is #### ms (exceeding the 100ms or configured limit).
  • Monitoring hosts across different network segments report synchronized connection drops.

Isolate the Root Cause

  1. Check for Correlation: Compare logs from multiple ntp_response probes. If independent hosts drop connections at the same time, you should rule out local host issues and focus on centralized network infrastructure.
  2. Verify Network Layer: You should use the net_connect probe to monitor ICMP Ping to the NTP servers. If ping is successful but the ntp_response probe fails, you have isolated the issue to a UDP 123 block or a service-specific failure.
  3. Audit Network Changes: You should contact your network or security team to verify if core firewalls or switches underwent rolling updates during the alert timestamps.

Adjust Probe Configuration

  1. Increase Thresholds: If your WAN latency is consistently high, you should increase the 'Response time exceeds' threshold in the probe configuration (e.g., from 100ms to 1000ms) to avoid false positives.
  2. NTP vs SNTP: You must ensure the correct server type is selected. Use SNTP if the probe is on a client machine simply fetching time, and NTP only if you are monitoring a full NTP server daemon.