This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Connection Timeout on an http monitor application

I have an http monitor running in APM to monitor an internal website.  I'll admit that it takes a while for the page I'm monitoring to load because it is polling a very large database.  When I access the webpage in IE, it takes upwards of 3 minutes to load, but it does load correctly.  However, when I use an http monitor to access that webpage, it does not come up and gives error "Connection timeout".  I have the polling timeout for this monitor set to 300 seconds.

Is there some other timeout that I'm not aware of? 

  • it takes upwards of 3 minutes to load

    The 300 seconds is applied to the overall transaction. However, there's some implementation behavior to ensure we don't get wait for something that's hung.

    The server needs to send its headers within 100 seconds, or this exception occurs. This is the default behavior of the component used to handle http traffic. We don't have a setting that will allow modifying this behavior.

    Perhaps there's another angle on getting what you're after. What does the page do that you want to monitor it? ( based on your description, I was thinking an SQL monitor that does the same query, and a http transaction on a fast responding page next to it ).