VPS monitoring and logging #18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The VPS (Hetzner, Debian 13, ARM64) has no monitoring or centralized logging. If a service goes down or the server is compromised, there's no alert.
What to do
Set up basic monitoring and logging. Two concerns:
Options to evaluate
chkrootkitorrkhunterfor rootkit detection.logwatchfor daily log summaries via email. Ormonitfor process monitoring with alerts.https://lilastudy.comandhttps://api.lilastudy.com/api/v1/health.docker compose psin a cron job, alert if any container is not healthy.Acceptance criteria
Notes
Current VPS setup: SSH key auth, ufw (ports 22, 80, 443, 2222), fail2ban. Docker Compose stack with Caddy, API, web, Postgres, Forgejo, CI runner. See
documentation/deployment.mdfor full details.