Is there a way to force the http sensor to use the IP address of the associated device instead of resolving the name specified in URL?
I need to monitor an external and an internal web server in a split DNS setup which use the same url and I cannot find a way to do it.
I also tried the multiline port sensor, in order to send the http request manually, but apparently it does not support multiline strings to be sent, so I cannot do it this way either.
I guess I can write a custom sensor in eg Powershell, but I would like to avoid dependencies on executables etc
Add comment