Troubleshooting URL Monitor

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 Manager is installed. You can check that by accessing the URL in a browser  or in cURL/Wget.
If the URL is accessible from the server but Applications Manager cannot connect to it, then check the proxy configuration of your system and Applications Manager, ensure they are the same.

For GET URLs, check if the response code being returned by the URL in a browser is the same as the one shown in Applications Manager. To do this,
  1. Open a browser in Applications Manager server. 
  2. Press F12 or open the Network tab in developer tools.
  3. Access the problematic URL and check the response code in the Network tab for the URL.
  4. If the same response code is shown in Applications Manager then the URL's default response code is not 200.
  5. In such cases, modify the "Error if Response Code is" condition to "!=" the URL's default response code.

SSL Handshake Error

Response Code: 615
URL monitors added with  https:// at times can have an issue in establishing a secure connection to the URL's server. In such a case this error message is shown. Here is how to troubleshoot it .

Authentication Failed

Response Code: 401
Authentication failure happens when authentication information sent to the URL is incorrect or missing. Here is how to troubleshoot it .

Bad Request

Response Code: 400
Bad request error indicates that the request could not be understood by the URL's server. Here is how to troubleshoot it .

Forbidden URL

Response Code: 403
Forbidden URL error indicates that the agent making the request does not have the privilege to access the resource. In such cases, check the User-Agent value associated with the url monitor. You can get your User-Agent's value from https://www.whatismybrowser.com/detect/what-is-my-user-agent  . After entering the value in the edit monitor screen, update the URL monitor and poll the monitor a couple of times and check.

Page Not Found

Response Code: 404
This error indicates that the server can not find the requested resource i.e., the URL is not recognized. Check the URL added for monitoring confirm if it can be accessed successfully from the server where Applications Manager is installed.

Invalid HTTP request method

Response Code: 405
As indicated by the same, the HTTP method used to make the request is invalid. If the URL is using GET then change the request type to POST and vice versa. After this poll the monitor and check. Check the URL's documentation for which HTTP methods does it support. 

Internal Server Error

Response Code: 500
This indicates an error while processing the request received by the server.  Here is how to troubleshoot it

Bad Gateway

Response Code: 502
Bad Gateway server error response indicates that the server, while acting as a gateway or proxy, received an invalid response from the upstream server.  Here is how to troubleshoot it .

Service Unavailable

Response Code: 503
The server is not ready to handle the request. Common causes are a server that is down for maintenance or that is overloaded.  Here is how to troubleshoot it .

Gateway Timeout

Response Code: 504
This error response is given when the server is acting as a gateway and cannot get a response in time.  Here is how to troubleshoot it .

                  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 the RUM Agent configuration Real User Monitor requires the RUM Agent to be installed and mapped to the Applications Manager. Refer the help ...
                    • DNS Monitor - Troubleshooting

                      Common DNS Monitor Errors and Troubleshooting Guide 1. Host Not Found Description: The DNS server was unable to locate the requested lookup address. Possible Causes: This may happen if the hostname is incorrect, the domain does not exist, or there is ...
                    • Mail Server Monitor - Troubleshooting

                      Common Mail Server Monitor Errors and Troubleshooting Guide 1. Unknown Host Error Description: This error occurs when the mail client cannot resolve the hostname of the mail server to an IP address. The issue typically arises from DNS resolution ...
                    • How to generate a URL Debug Tool Response for troubleshooting?

                      The URL Debug Tool in Applications Manager helps you analyze and troubleshoot the performance of URLs and their components on webpages. It executes the URL, collects performance data, and provides detailed reports for further analysis. Follow the ...
                    • PHP Monitor Troubleshooting

                      PHP Monitor Errors and Troubleshooting Guide Check if the phpstats.php file in the webserver's document root. Ensure there are no modifications done in phpstats.php file Check if the given PHP path is correct. Retry with the "SSL is enabled" option ...