Compare commits

..

1 Commits

Author SHA1 Message Date
9704ec174c Update and streamline README and update images 2023-12-10 23:46:36 -05:00

View File

@ -240,7 +240,7 @@ def getNodeHealth(zkhandler, node_list):
node_health_messages.append(f"'{entry['name']}': {entry['message']}")
node_health_entry = {
"health": int(node_health_value),
"health": node_health_value,
"messages": node_health_messages,
}
node_health[node] = node_health_entry