Has anyone here used API calls to perform Health Checks from a F5 VIP to the Worker Nodes?
Hello.Has anyone here used API calls to perform Health Checks from a F5 VIP to the Worker Nodes? From the following link… https://docs.cribl.io/stream/usecase-syslog/It mentions to do the following… If UDP data is being sent, the load balancer has no way to automatically detect whether the destination is up. Configure the load balancer to use API calls to the Worker Nodes to check the health status of each Node.If you have done this, what API call should be performed?
Best Answer
-
Are you looking for this: https://docs.cribl.io/stream/monitoring/#endpoint
curl http(s)://<host>:<port>/api/v1/health
0
Answers
-
Are you looking for this: https://docs.cribl.io/stream/monitoring/#endpoint
curl http(s)://<host>:<port>/api/v1/health
0 -
thanks! that looks like what i needed.
we'll add an xref to https://docs.cribl.io/stream/usecase-syslog/#use-api-calls-to-do-health-checks. Sorry we didn't have that there for you. thanks for the pointer!
0