Is there anyway to monitor an external website by it FQDN & verify its up by checking for a certain string?
Hi amellot,
you are probably looking for SAM/HTTP monitor and its setting 'Search String'. You can find additional information in http://www.solarwinds.com/documentation/apm/docs/SAMAdminGuide.pdf on the page 827.
Petr Schmeister
I’m getting a java error. Possibly because of the redirect?
Sorry, it is hard to say without additional information. Have you tried 'Follow redirect' setting?
I believe that’s when I got the java error, during the redirect.
Does anyone have an example of how the http monitor should be configured?
Hi amellott,
I have just added a http monitor into an application and changed two properties: 'url' and 'search string' (see in the attachment). It works fine for me.
If you have troubles to get it working, you can enable debug logging for that application (on the edit application page) and check logs files (C:\ProgramData\Solarwinds\Logs\APM\ApplicationLogs\AppIdXX\). There could be written down additional information. It should look like:
I don't have the GET option on Host Request. Does that matter?
Also, this website isn't hosted onsite.
The fact that you have no "GET" option does not matter. The default behavior of the HTTP/HTTP User Experience Monitors is always "GET". Petr is simply giving you an unintended preview of some of the new functionality the SAM team is currently working on.
Found it. Here's a screen shot of log. There's no proxy server.
Are you sure the site you are trying to monitor is http://ww.org ?
Perhaps you're missing an extra "w"?
I just changed the actual website name since this was a public forum.
Hello,
Please try to change User Agent setting. For example:
Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)
This is value from Internet Explorer 10.
Lukas Belza (SolarWinds development)
Http error 406 happens when the server cannot respond with the accept-header specified in the request. I would suggest to investigate the problem by looking at the Accept headers generated by the client system and the data stream returned by the Web server.
User Agent in the Component Monitor was set to "Orion Poller" and it resolve the problem.