chore(config): enable heartbeat monitor in default automation settings
This commit is contained in:
@@ -449,6 +449,19 @@ agents:
|
||||
# provider_error_rate_threshold: 0.5
|
||||
# provider_error_min_calls: 5
|
||||
|
||||
automation:
|
||||
heartbeat:
|
||||
enabled: true
|
||||
interval: "5m"
|
||||
notify_cooldown: "30m"
|
||||
checks: [gateway, model, channels, memory, disk, process_memory, backup, provider_errors]
|
||||
failure_threshold: 2
|
||||
disk_threshold_mb: 100
|
||||
process_memory_threshold_mb: 1500
|
||||
backup_failure_threshold: 1
|
||||
provider_error_rate_threshold: 0.5
|
||||
provider_error_min_calls: 5
|
||||
|
||||
# ── Backup ──────────────────────────────────────────────────────────
|
||||
# Snapshot sessions.db, vectors.db (optional), and memory/ into a tarball.
|
||||
# If MinIO is enabled, upload with `mc` using ephemeral credentials.
|
||||
|
||||
Reference in New Issue
Block a user