How do I track a URL. I have an IIS server with multiple pages. If one falls, how do you know? Can only monitor the port 80?
You can monitor ‘HTTP’ service on the Dude.
Which sends HTTP request, and waits for the answer.
You may look more detailed at ‘Probes’ —> ‘http’.
I read about HTTP probe, but did not do a check to verify the availability of a specific page within a web server with multiple pages. An HTTP request is not solving the problem.
You can add web-server address, as new device. DNS address of the web-server.
Then modify Device settings, right click on the device set ‘address to name’.
Addresses DNS names, lookup, lookup interval: device address information. A set of IP address and DNS names may be assigned to a device. Either primary IP address (lookup=name to address) or primary DNS name (address to name) is resolved regularly (with the given interval) from the other.
Set DNS address that you want to monitor and set HTTP service.
Ok. Thanks.