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?
Related Articles
Real User Monitor (RUM) - Troubleshooting
If the monitor has not polled data for a long time, follow the steps below for troubleshooting: Step 1: Check prerequisites to be done Real User Monitor requires the RUM Agent to be installed and mapped to the Applications Manager. Refer the help ...
Troubleshooting URL Monitor
Here are few of the common errors you may come across in URL monitor, we have mentioned the steps you can follow to troubleshoot them. General troubleshooting for URL monitor Ensure that the URL is accessible from the server in which Applications ...
Troubleshooting MS SQL Monitor Addition Problems
Please refer to the Prerequisites for MS SQL Database Server before adding a monitor. 1. Ensure that the SQL Server is running and accessible. Try connecting to the SQL Server instance via SQL Server Management Studio or DBVisualizer using the same ...
Self monitor Applications Manager using Real User Monitoring
We can monitor the Applications Manager using Real User Monitoring with a Java Script injection and this can be used to measure the Applications Manager's performance continuously. All you need is to install and setup the Real User Monitoring (RUM) ...
How to get ISP and Region data in Real User Monitor?
The default setting of the Real User Monitor does not display ISP and region data for the end user. To obtain the data, you have the option to use a third-party Geolocation API. Currently, RUM exclusively supports APIs that provide responses in JSON ...