CSS 11503 keepalive scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2005 06:42 AM
Is it possible to configure a keepalive script to detect the text returned from a cold fusion web page - eg "server available". Not the header but actual content of the page.
- Labels:
-
Application Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2009 06:12 AM
as shown in the script, you need to provide 3 arguments:
set HostName “${ARGS}[1]â€
set WebPage “${ARGS}[2]â€
set HostTag “${ARGS}[3]â€
1 - ip address or hostname which will be used as destination to open the connection
2 - url ie: /index.html
3 - server hostname: ie www.cisco.com
You can pass the info to the script with the keepalive command.
CSS11503-2(config-service[linux1])# keepalive type script ap-kal-httptag ?
Or you can put the information inside the script iself.
Gilles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2009 06:26 AM
OK Gilles, I understand the part of the 3 arguments, but based on my configuration and the parameters I'm using this will be ?
keepalive type script ap-kal-httptagban "192.168.249.3 /bancasa/start.swe?SWECmd=Logoff www2.bhd.com.do"
is this command ok ?
Do you see anything wrong with my script and the fact that this is an ssl back-end ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2009 06:31 AM
How and where on the script I will define these arguments if I were to configure it in the script itself ?
Pardon my ingnorance, I'm new to CSS and scripts.
Thank

- « Previous
-
- 1
- 2
- Next »