13 May 2026 10:51 AM - edited 13 May 2026 10:52 AM
This article focuses on Dynatrace Synthetic Monitoring, specifically Network Availability Monitors (NAM) using ICMP, and explains why a new private Synthetic location may not be selectable when creating ICMP monitors. It helps users understand the platform prerequisites and system-level dependencies that determine whether ICMP monitoring is available from a private location.
After deploying Synthetic-enabled ActiveGates and assigning them to a new private Synthetic location, the location appears as “Not supported” when attempting to create an ICMP (Network Availability) monitor.
In the Dynatrace UI:
2026-05-12T14:10:22,211Z [DiagnosticResultsHolder]
multi-protocol = `DiagnosticResultsChangedEvent[moduleName=MULTIPROTOCOL, diagnosticCasesResult=DiagnosticCasesResult[isOperational=true, cases={MULTIPROTOCOL_TCP=DiagnosticCaseDetail[isAvailable=true], MULTIPROTOCOL_DNS=DiagnosticCaseDetail[isAvailable=true], MULTIPROTOCOL_ICMP=DiagnosticCaseDetail[isAvailable=false]}]]`
2026-05-12T14:10:22,211Z [DiagnosticResultsHolder]
multi-protocol = `DiagnosticResultsChangedEvent[moduleName=MULTIPROTOCOL, diagnosticCasesResult=DiagnosticCasesResult[isOperational=true, cases={MULTIPROTOCOL_TCP=DiagnosticCaseDetail[isAvailable=true], MULTIPROTOCOL_DNS=DiagnosticCaseDetail[isAvailable=true], MULTIPROTOCOL_ICMP=DiagnosticCaseDetail[isAvailable=false]}]]`ping command is present and executable on the ActiveGate host operating system.sudo -H -u dtuserag bash -c 'ping -c 1 -s 32 -W 1 -i 0.2 127.0.0.1'These checks help determine whether the limitation is related to the Dynatrace configuration or to host-level ICMP support.
ICMP availability in a private Synthetic location depends on the underlying host’s ability to execute ICMP (ping) operations.
If ICMP is not enabled or available on the ActiveGate host, including to localhost:
Ensuring that the host operating system supports ICMP is a prerequisite for enabling ICMP-based Network Availability Monitoring from private Synthetic locations.
For containerized synthetic-enabled ActiveGates, additional permissions are required for running ICMP tests. The details can be found here.
systemctl restart vuc.service
If none of the previous steps resolved the issue, open a chat and provide the Support Archive from the ActiveGate with the troubleshooting steps you have already completed.