URL checks

URL Check

URL check is used to monitor URL's on the local machine where a server monitor is installed. The check fails when the configured URL is not available.

Only local URLs can be monitored. The local URLs can be configured in the following ways.
  • http://localhost
  • http://127.0.0.1
  • http://$$HOSTNAME$$
  • http://$$IP$$   
NOTE: The port number can also be given in the URL if needed. $$HOSTNAME$$ and $$IP$ are useful while associating the resource check profile with several server monitors and when the host name or IP of the machine is not known. These will be replaced with the appropriate host name or IP.

To know more on URL check, refer here.
    • Related Articles

    • How do I check if URL redirection works correctly using the Website Monitor?

      A webpage can be made available from more than a single web address using URL redirection. Most redirects are automated and it becomes difficult to track if the redirection works in a specific way. This can be verified using website monitoring in ...
    • Troubleshooting steps if a resource check is not added or when no alerts are received when a check fails

      Common points to be remembered: Ensure the option Alert when a resource check fails is set to Yes in the associated server's threshold profile to trigger a TROUBLE alert for the configured check.   Check if you have sufficient licensing. The total ...
    • MSP customer portal access via a custom rebranded URL and CNAME mapping

      Although you use Site24x7 for providing managed monitoring services to your customers, you might want to bring in some branding to boost your business reputation. With the custom URL option in MSP Account, your customers can easily view their monitor ...
    • How File Added check works

      Working Principle: When a file availability check is added and the specified file is created or deleted, the resource check status will move to Down   and an alert will be sent to the user. If the specified file is already present in the folder   ...
    • Customize URL names using PHP agent API

      With APM Insight PHP agent, you can customize URL names for your web transactions.  Here's how you can do it: Open the PHP script of the transaction for which you want to customize the URL. Add the following snippet in any part of the PHP script ...