Vishnu
Vishnu

Reputation: 103

How to get availability status of middleware services which is running on ibm cloud?

IBM internally monitor services which is offered on cloud but somehow I need to get status of middleware services such as kafka,API Connect etc. It will help me to automate things if some service stopped/not accessable.

Upvotes: 0

Views: 76

Answers (1)

Powell Quiring
Powell Quiring

Reputation: 2464

To monitor your provisioned instances of these services you could exercise them. For example on API Connect create an API called /health and curl the API to verify it is working. For kafka create a topic to check the health.

Upvotes: 1

Related Questions