UDP Port Monitor - Troubleshooting

How do we monitor UDP Port?
- UDP is a connectionless protocol which doesn't send any acknowledgement on connecting to the UDP port like TCP.
- When UDP port is not open system will send ICMP port unreachable message. The Issue is when the UDP port is blocked by a firewall system will not send ICMP port unreachable message. So we cannot use this method directly for checking port availability which will lead to an incorrect availability report.
- To overcome above issue we need to send a command to the Service and expect the response back within the given timeout period with which we can confirm the UDP port availability.
- Note - Command varies based on the Application Service monitored
Not able to add UDP Port Monitor
Check if the service you tend to monitor is up and accessible from the server where Applications Manager is installed.
Make sure that the service returns response for the command provided within the given timeout period.
- When there is no response from the server, try increasing timeout value and check.
- To check the response from the Service search for below lines in stdout.txt file
- resourceId :: UDPPortDataCollector :: doDataCollection() :: Response from the server

UDP Port Monitor can not monitor TCP ports. Make sure that the port provided is an UDP port.

Only UDP services with command can be monitored in UDP port monitor. For monitoring other UDP services make use of
the Script Monitor.
New to ADSelfService Plus?