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