Clean up config naming and dead files

This commit is contained in:
2023-11-29 16:34:17 -05:00
parent 4a2eba0961
commit 97eb63ebab
7 changed files with 3 additions and 1689 deletions

View File

@ -421,10 +421,7 @@ class MonitoringInstance(object):
plugin_results.append(future.result())
for result in sorted(plugin_results, key=lambda x: x.plugin_name):
if (
self.config["log_keepalives"]
and self.config["log_keepalive_plugin_details"]
):
if self.config["log_monitoring_details"]:
self.logger.out(
result.message + f" [-{result.health_delta}]",
state="t",