When I am trying to assign https template i m getting below error can someone help me to sort out the issue-
The remote server returned an error: (404) Not Found
To be sure, that you don't affect any existing assigned monitor, you can make copy of HTTPS Monitor template.
Edit the new template, put to the URL field url to some static url, without any variables (like ${IP} and ${PORT}).
Such template should be possible to assign to any node without errors.
Once assigned, you can go to edit page of the application and adjust settings as necessary.
A "404" error means page not found. It may be that the server is configured to use host headers and is not addressable via its IP address. Populate the "Host Header" field of the HTTP/S monitor with the FQDN you would normally put in your browsers URL field as shown below.
Host header is empty as you can see on below screen-
Correct, but is the web server you're trying to monitor require a host header? E.G. What do you get when you try to access the website via its IP address instead of its name?
For example. If you do a reverse lookup on whitehouse.gov you get "23.222.164.225" as it's IP address. Go to http://23.222.164.225/ however and you'll get 400 error because the site requires host headers. To access the site you must use the host header "whitehouse.gov", which is the same as typing in http://whitehouse.gov into your browser.
Fine but I am trying to assign HTTPS template to the different node which is already assign two more others node if I will modify this template so it will effect others ?? how I can assign https template to the node without effecting othere nodes??