Compare commits
1 Commits
ab0a1e0946
...
9704ec174c
Author | SHA1 | Date | |
---|---|---|---|
9704ec174c |
@ -240,7 +240,7 @@ def getNodeHealth(zkhandler, node_list):
|
|||||||
node_health_messages.append(f"'{entry['name']}': {entry['message']}")
|
node_health_messages.append(f"'{entry['name']}': {entry['message']}")
|
||||||
|
|
||||||
node_health_entry = {
|
node_health_entry = {
|
||||||
"health": int(node_health_value),
|
"health": node_health_value,
|
||||||
"messages": node_health_messages,
|
"messages": node_health_messages,
|
||||||
}
|
}
|
||||||
node_health[node] = node_health_entry
|
node_health[node] = node_health_entry
|
||||||
|
Reference in New Issue
Block a user