docs(runbook): HetrixTools monitoring (uptime monitors + node1 agent)
ci / changes (push) Successful in 4s
ci / tc_portal (push) Has been skipped
ci / tc_booking (push) Has been skipped
ci / tc_operator (push) Has been skipped
ci / tc_platform_api (push) Has been skipped
ci / tc_website (push) Has been skipped
ci / build_portal (push) Has been skipped
ci / build_operator (push) Has been skipped
ci / deploy (push) Has been skipped
ci / test_platform_api (push) Has been skipped
ci / build_booking (push) Has been skipped
ci / build_platform_api (push) Has been skipped

This commit is contained in:
Ronni Baslund
2026-06-11 11:23:23 +02:00
parent 901cc69ba3
commit c6b6f8faec
+8
View File
@@ -38,6 +38,14 @@ bottom to rebuild it. Per-layer detail lives in `host/README.md`,
- **Registry hygiene** — Gitea package cleanup rule (user-level, Container
type): keep newest 5 versions per image + `latest`, remove older than 7
days. Applied by Gitea's daily cleanup cron.
- **Monitoring** — HetrixTools (Ronni's account): 11 uptime monitors via API
(HTTPS on the five apps + Gitea w/ SSL verify, ping, IMAPS/SMTPS TCP, SMTP
protocol on :25; 1-min checks from ams/fra/lon, alert after 2 fails) + the
Linux server agent on node1 (root mode, per-minute cron in
/etc/hetrixtools/; watches stalwart/k3s/dockerd processes, mdadm RAID,
NVMe SMART via smartmontools). Re-create monitors via their v2 API
(uptime/add, Type 9 = server agent — hidden in the new UI); agent install:
hetrixtools_install.sh <server_id from API response> 1 "stalwart,k3s,dockerd" 1 1.
## Deploy flow (day-to-day)