Any other way to get Couchbase node failure notification except email?

We have 6 db cluster and our database server has no internet connectivity.

They are connected with private ip to our application server.

Now there is no internet connectivity, so we are not getting any email notification for any incident.

So is there any way for notification we can call rest call to our application server to let it know?

Or

is thery any way to detect node unreachable in Java SDK?

Hi @ketan,

You can try using the REST API directly to get information about the cluster: check out the REST documentation:

https://developer.couchbase.com/documentation/server/current/rest-api/rest-cluster-get.html
and
https://developer.couchbase.com/documentation/server/current/rest-api/rest-cluster-details.html

The Java SDK can also access this information. It’s probably using REST itself, but you can learn more about it here: http://docs.couchbase.com/sdk-api/couchbase-java-client-2.4.7/ and if you have followup questions, I’d recommend posting in the Couchbase Java SDK forum: https://www.couchbase.com/forums/c/java-sdk