Use percentage in keepalie output
This commit is contained in:
parent
ca91be51e1
commit
0f4edc54d1
|
@ -366,7 +366,7 @@ class MonitoringInstance(object):
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
self.logger.out(
|
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",
|
state="t",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue