A mail warning for web test.
A mail warning for web test.
Now I want to monitor the web URL content by HM.
Such as:It can sent a mail if the URL return 404 or some other erorrs when the HM test a URL http://www.xx.com/index.html.
to be important we have a CDN for the web.and there are two or more nodes.
I want to know which node is error when the URL test's status is bad for the web URL test.such as the mail include the ip address of the node.
hope for your reply.thanks....
Such as:It can sent a mail if the URL return 404 or some other erorrs when the HM test a URL http://www.xx.com/index.html.
to be important we have a CDN for the web.and there are two or more nodes.
I want to know which node is error when the URL test's status is bad for the web URL test.such as the mail include the ip address of the node.
hope for your reply.thanks....
Not sure I undersatand...
If you cannot request web server using IP address and you can only use hostname and there are several nodes respond to the same hostname, then its impossible to check what node is down by using HTTP/TCP requests.
Te only way I see - use some protcol to request management core (e.g. using WMI requests)...
What exactly Network Load Balancing software do you use? Does it supports WMI or Performance Counter technology? SNMP?
Regards
Alex
If you cannot request web server using IP address and you can only use hostname and there are several nodes respond to the same hostname, then its impossible to check what node is down by using HTTP/TCP requests.
Te only way I see - use some protcol to request management core (e.g. using WMI requests)...
What exactly Network Load Balancing software do you use? Does it supports WMI or Performance Counter technology? SNMP?
Regards
Alex
yes,that is right.KS-Soft wrote:Not sure I undersatand...
If you cannot request web server using IP address and you can only use hostname and there are several nodes respond to the same hostname, then its impossible to check what node is down by using HTTP/TCP requests.
Network load balancing software?Oh I do not understand what you are say about...Please say it more clearly ? ^_^Te only way I see - use some protcol to request management core (e.g. using WMI requests)...
What exactly Network Load Balancing software do you use? Does it supports WMI or Performance Counter technology? SNMP?
Thanks for your reply and supports.
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
You mentioned you use CDN for the web. As we understand, CDN is Content delivery network, right? One of the features provided by CDN is load balancing technique, that allows to spread work between two or more computers (IISs in your case). That's why we ask about software/hardware involved in your CDN. We need this information in order to provide you solution you asked about.Stone_ll wrote:Network load balancing software?Oh I do not understand what you are say about...Please say it more clearly ? ^_^
In generals case, you may create particular site on each IIS, and create a "URL" test for each IIS, but it requires a lot of work, I think...
Regards,
Max
additionally can HM do the http test and the ping test all together ?
My means is at the same time ,exactly the second.
So I can find the the domain and the node ip address .
And the http test 's status is bad , HM can send a mail including the URL and the node ip address .
But I do not know whether it can do according to my idea.
My means is at the same time ,exactly the second.
So I can find the the domain and the node ip address .
And the http test 's status is bad , HM can send a mail including the URL and the node ip address .
But I do not know whether it can do according to my idea.
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Not sure they allow you to monitor their network from outside. I assume any protocol except HTTP is forbidden by their firewall.Stone_ll wrote:Can I use a method to find out the load balance technology they use ?
You can try to play with master/dependant relations: http://www.ks-soft.net/hostmon.eng/mfra ... htm#MasterStone_ll wrote:additionally can HM do the http test and the ping test all together ?
Not sure I understand you. It looks too complicated and not much reliable. I think, you should ask your CDN company how to monitor particular nodes using HTTP protocol only.Stone_ll wrote:So I can find the the domain and the node ip address .
And the http test 's status is bad , HM can send a mail including the URL and the node ip address.
Regards,
Max
Last edited by KS-Soft Europe on Thu Dec 18, 2008 6:29 am, edited 1 time in total.
My meaning is two tests.
Take a example,One is the ping test for www.xxx.com or the DNS test,the other is the http get test for www.xxx.com.
I want the two tests to test synchronistically every time ,just as at the same time.
although I may creat single two tests I said former,but they will been not in step . So the two tests must have some relationship ,it is not the relationship of the master and salve test that you said.
Afterward,the two tests work in step . Ping test or DNS test take charge of changing the domain name to IP address ,and http test take charge of checking the web's status.
When the http test's status is bad HM send a mail including the ip address that get by ping or DNS test .
I do not know you understand or not .Sorry for my poor English .
thanks
Take a example,One is the ping test for www.xxx.com or the DNS test,the other is the http get test for www.xxx.com.
I want the two tests to test synchronistically every time ,just as at the same time.
although I may creat single two tests I said former,but they will been not in step . So the two tests must have some relationship ,it is not the relationship of the master and salve test that you said.
Afterward,the two tests work in step . Ping test or DNS test take charge of changing the domain name to IP address ,and http test take charge of checking the web's status.
When the http test's status is bad HM send a mail including the ip address that get by ping or DNS test .
I do not know you understand or not .Sorry for my poor English .
thanks
Then why you should worry about their nodes, CDN, IP addresses, network traffic balancing??But CDN is provided by CDN company who we pay to .
1) You pay money, they provide service. You check URL using URL or HTTP test, if service does not work, you may complain. Its problem of the company to monitor and maintenance their servers and routers.
2) You would not be able to fix the problem anyway. Am I right?
3) Also monitoring tool should be installed in their network, in such case it will have access to all servers and protocols.
4) Probably they already have monitoring solution. I think they know much more about their servers and how system works. Am I wrong?
5) If "CDN company" does not have monitoring solution yet (I really wonder why?), ask them to join the forum. They can provide information about CDN system, we can provide information about HostMonitor.
I don't think this can work. Even if you send 2 requests at the same time, its still 2 different requests, 2 different protocols.additionally can HM do the http test and the ping test all together ?
My means is at the same time ,exactly the second.
So I can find the the domain and the node ip address .
Network Load Balancing software may send ping request to one node and TCP (HTTP) request to another node. Also, are you sure they allow you to ping internal servers?
Regards
Alex