Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Need assistance on creating custom health based on required settings

bep6vaku
Nimbostratus
Nimbostratus

2022-07-13_13-39-03.png

2 REPLIES 2

JRahm
Community Manager
Community Manager

You might have some work to do if you have multiple services and different service status strings, but something like this might work for you:

ltm monitor http test.http {
    adaptive disabled
    defaults-from http
    interval 5
    ip-dscp 0
    recv "Service Status: UP.*Service Name:Gen2_EPL"
    recv-disable none
    send "GET /\r\n"
    time-until-up 0
    timeout 16
}

LiefZimmerman
Community Manager
Community Manager

@bep6vaku - If your post was solved it would be helpful to the community if you selected *Accept As Solution* on the relevant reply (or replies). This helps future readers find answers more quickly and confirms the efforts of those who helped.

Thanks for being part of our community.
Lief