cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
426
Views
0
Helpful
1
Replies

Script keepalive limitation with use-output option

rlu
Level 1
Level 1

Hi there,

The optional use-output keyword on CSS script keepalive allows the script to parse the output for each executed command. This optional keyword allows the use of grep and file direction within a script. You can configure a maximum of 16 script keepalives (out of a maximum of 255 script keepalives) to use script output.

I have one application which CSS will consider it is alive only when the two keepalive (one is the tcp on port 20100, another one is the http page) are both alive. I am running out of the "16" quota when I use scipt to show both individual service alive by using grep -u Alive.

How can I circumvent this "16" limitation.

Appreciate your thoughts and help.

Richard

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

why don't you create a single script that checks the tcp port 20100 and the http page instead of creating 2 separate kal and another one to check the status of the other 2.

Gilles.

Review Cisco Networking for a $25 gift card