Community discussions

MikroTik App
 
windfall
just joined
Topic Author
Posts: 18
Joined: Tue Jan 27, 2009 11:07 am

WEBPAGES

Tue May 19, 2009 3:03 pm

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?
 
User avatar
sergejs
MikroTik Support
MikroTik Support
Posts: 6703
Joined: Thu Mar 31, 2005 3:33 pm
Location: Riga, Latvia
Contact:

Re: WEBPAGES

Tue May 19, 2009 3:15 pm

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'.
 
windfall
just joined
Topic Author
Posts: 18
Joined: Tue Jan 27, 2009 11:07 am

Re: WEBPAGES

Tue May 19, 2009 5:41 pm

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.
 
User avatar
sergejs
MikroTik Support
MikroTik Support
Posts: 6703
Joined: Thu Mar 31, 2005 3:33 pm
Location: Riga, Latvia
Contact:

Re: WEBPAGES

Wed May 20, 2009 11:20 am

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.
 
windfall
just joined
Topic Author
Posts: 18
Joined: Tue Jan 27, 2009 11:07 am

Re: WEBPAGES

Wed May 20, 2009 3:36 pm

Ok. Thanks.