Monitoring node status

Use the endeca-cmd get-node-health node_hostname command, or getNodeHealth operation in the Cluster Web Service request to obtain information about the Endeca Server node's status.

The endeca-cmd get-node-health operation lists the health information for the specified Endeca Server node in the cluster. It requires you to specify the node's hostname as the main argument.

To obtain information about the status of the Endeca Server node:

Issue the endeca-cmd get-node-health command as in the following example:
endeca-cmd get-node-health  
My_Node

Alternatively, you can issue the following request with the Cluster Web Service, as in the following abbreviated example:

<ns1:getNodeHealth xmlns:ns1="http://www.endeca.com/endeca-server/cluster/1/0">
            <ns1:hostname>My_Node</ns1:hostname>
        </ns1:getNodeHealth>

The operation returns the Endeca Server node's host name, port, and status. Additionally, it lists the status of the Dgraph nodes hosted on this Endeca Server node (these Dgraph nodes belong to different data domain clusters).