Use percentage in keepalie output

This commit is contained in:
Joshua Boniface 2023-02-15 01:56:02 -05:00
parent ca91be51e1
commit 0f4edc54d1
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ class MonitoringInstance(object):
]
)
self.logger.out(
f"Node health: {health_colour}{total_health}/100{self.logger.fmt_end}",
f"Node health: {health_colour}{total_health}%{self.logger.fmt_end}",
state="t",
)