improve monitoring resilience

This commit is contained in:
2025-12-14 23:06:22 +02:00
parent 3e787e7286
commit 66d00a3734
5 changed files with 48 additions and 2 deletions

View File

@@ -4,3 +4,5 @@ MINECRAFT_HOST=example.org
MINECRAFT_PORT=25565
POLL_INTERVAL_SECONDS=30
STATUS_FILE_PATH=data/status.json
REQUEST_TIMEOUT_SECONDS=5
OFFLINE_AFTER_FAILURES=2