@@ -118,7 +118,9 @@ def http_ping(service):
error=str(e),
)
time.sleep(config["pinging"]["seconds_between_ping"])
time.sleep(
config.get("pinging", {}).get("seconds", 60)
for service_name in config["services"]:
The note is not visible to the blocked user.