Add check start message
This commit is contained in:
parent
b6b5786c3b
commit
077dd8708f
|
@ -405,6 +405,11 @@ class MonitoringInstance(object):
|
||||||
active_coordinator_state = self.this_node.coordinator_state
|
active_coordinator_state = self.this_node.coordinator_state
|
||||||
|
|
||||||
runtime_start = datetime.now()
|
runtime_start = datetime.now()
|
||||||
|
self.logger.out(
|
||||||
|
"Starting monitoring healthcheck run",
|
||||||
|
state="t",
|
||||||
|
)
|
||||||
|
|
||||||
total_health = 100
|
total_health = 100
|
||||||
plugin_results = list()
|
plugin_results = list()
|
||||||
with concurrent.futures.ThreadPoolExecutor(max_workers=99) as executor:
|
with concurrent.futures.ThreadPoolExecutor(max_workers=99) as executor:
|
||||||
|
|
Loading…
Reference in New Issue