Add check start message

This commit is contained in:
Joshua Boniface 2023-11-29 16:24:28 -05:00
parent b6b5786c3b
commit 077dd8708f
1 changed files with 5 additions and 0 deletions

View File

@ -405,6 +405,11 @@ class MonitoringInstance(object):
active_coordinator_state = self.this_node.coordinator_state
runtime_start = datetime.now()
self.logger.out(
"Starting monitoring healthcheck run",
state="t",
)
total_health = 100
plugin_results = list()
with concurrent.futures.ThreadPoolExecutor(max_workers=99) as executor: