Hi There,
Below is what I intend to achieve....can you let me whether this can be done.
Please execute one HTTP check that hits the URL http://xx.xxxx.xxxxservlet/StatusServlet (give it a timeout of 30 seconds, with a 2nd knock if possible just to be sure). This check should can occur every 15 minutes.
If the above ping check succeeds, but If this URL is unreachable send an email to XXX@xxx.com which notifies me
- If the url is reachable either of the following 2 strings of text in the response indicates things are OK and no notification is necessary
<overall_status>ok
<overall_status>warn
- If the url is reachable, the following string indicates a failure condition that I need to be notified about
<overall_status>fail
We are using Orion Network Performance Monitor 9.1 SP5. I want to do this check without assigning a node......however this is the only way it seems to be done through HTTP Monitor template.