Add cluster name to Zookeeper and log+API output

This commit is contained in:
2025-02-27 00:51:07 -05:00
parent 387fcfdf6b
commit be092756a9
4 changed files with 7 additions and 0 deletions

View File

@ -496,6 +496,7 @@ def getClusterInformation(zkhandler):
# Format the status data
cluster_information = {
"cluster_name": zkhandler.read("base.config"),
"cluster_health": getClusterHealthFromFaults(zkhandler, faults_data),
"node_health": getNodeHealth(zkhandler, node_list),
"maintenance": maintenance_state,