04-27-2004 12:21 PM
I would like to know if it is possible to use a keepalive hash with a web page including java script? I tried to monitor the siebel 7.5 CRM but it doesn't work.
Kind regards
Fabrice
04-28-2004 04:19 AM
as long as the page is constant, you can use a keepalive hash - whatever the content.
The CSS does not know what the page contains.
It will only comput a hash and compare it with one saved in memory.
So, if at least 1 character changes in the page, it will return a different hash and the kal will fail.
I would suggest a HEAD request which concumes less bandwidth and should be enough to see if a url is valid.
Regards,
Gilles.
04-29-2004 04:36 AM
Thanks Gilles.
I'd like to monitor when Siebel is down, the page server is responding but the default page is changing.
When I try to use the get request the service goes down. Does the get request works with all the pages or is there any restriction?
05-02-2004 03:35 AM
The GET Keepalive expect the page to be always the same.
If it changes, it will report the side has down.
Use the HEAD request instead.
It is much better because it does not require the server to send us the page.
It is just a method to ask the server if the page is available.
The server just respond yes or no.
Regards,
Gilles.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide