I have a website that sits behind an amazon ELB, so if you do a NSLOOKUP on x123.site.com you get aws-x123.us-east-1.elb.amazonaws.com and IP's of the web servers behind the load ball (2 ip address).
But whenever I try and add x123.site.com as a External Node to monitor (ssl & webpage) once I get to the last page "Change Properties" the name and IP have changed to the Host name of one of the webservers ec2-server.computer1.amazonaws.com and the IP of just that host. no longer the URL x123.site.com.
but going to the host name of the server wont resolve a webserver it needs to go through the ELB/ correct url. Any idea how to just check if the x123.site.com is working?
Thanks!