feat: add production health monitoring

This commit is contained in:
ik
2026-09-06 14:44:38 +07:00
parent 2200336524
commit e6653d4c77
8 changed files with 167 additions and 3 deletions
+6
View File
@@ -32,4 +32,10 @@ RETENTION_APPROVED_PERSONAL_DAYS=180
RETENTION_STAGING_DAYS=90
RETENTION_AUDIT_DAYS=365
RETENTION_PUBLISHED_PAYLOAD_DAYS=365
# Host-side monitoring. BACKUP_ROOT must match the backup.sh destination.
BACKUP_ROOT=/srv/rf4-backups
MONITOR_DISK_MAX_PERCENT=85
MONITOR_TLS_MIN_DAYS=14
MONITOR_BACKUP_MAX_HOURS=26
LOG_LEVEL=INFO