• Joined on 2026-02-23
maximus pushed to issue-15-local-agent at maximus/vps-health-api 2026-08-16 16:22:05 +00:00
e24f5b6f00 feat(agent): push workstation metrics to /hosts/<id> from cron
maximus created pull request maximus/vps-health-api#21 2026-08-16 16:06:17 +00:00
test(hosts): exhaustive matrix for the workstation API (auth, allowlist, payload, freshness)
maximus created branch issue-14-hosts-tests in maximus/vps-health-api 2026-08-16 16:05:37 +00:00
maximus pushed to issue-14-hosts-tests at maximus/vps-health-api 2026-08-16 16:05:37 +00:00
56ee580167 test(hosts): grow the workstation API smoke pass into a full matrix
maximus created pull request maximus/vps-health-api#20 2026-08-16 15:50:28 +00:00
feat: ingestion et lecture des postes (POST /hosts/<id>, GET /hosts) (#13)
maximus created branch issue-13-hosts-endpoints in maximus/vps-health-api 2026-08-16 15:49:42 +00:00
maximus pushed to issue-13-hosts-endpoints at maximus/vps-health-api 2026-08-16 15:49:42 +00:00
fedb1c81dc feat: ingest and serve workstation snapshots (POST /hosts/<id>, GET /hosts)
maximus created pull request maximus/vps-health-api#19 2026-08-16 15:36:42 +00:00
test(auth): cover the 401 gate on all four read routes (#12)
maximus created branch issue-12-auth-tests in maximus/vps-health-api 2026-08-16 15:36:11 +00:00
maximus pushed to issue-12-auth-tests at maximus/vps-health-api 2026-08-16 15:36:11 +00:00
babfd1f4b9 test(auth): cover the 401 gate on all four read routes
maximus created pull request maximus/vps-health-api#18 2026-08-16 15:30:46 +00:00
refactor: extract CPU/RAM/disk collection into metrics.js (#11)
maximus created branch issue-11-extract-metrics in maximus/vps-health-api 2026-08-16 15:30:08 +00:00
maximus pushed to issue-11-extract-metrics at maximus/vps-health-api 2026-08-16 15:30:08 +00:00
79cb813767 refactor: extract CPU/RAM/disk collection into metrics.js
maximus opened issue maximus/vps-health-api#16 2026-08-15 20:11:13 +00:00
Mettre en service le monitoring des postes (VPS, Coolify, Traefik, cron)
maximus opened issue maximus/vps-health-api#17 2026-08-15 20:11:13 +00:00
Durcir la comparaison du HEALTH_TOKEN (timing-safe)
maximus opened issue maximus/vps-health-api#15 2026-08-15 20:10:17 +00:00
Ecrire l'agent local de collecte (agent/push-metrics.js + run-push.sh)
maximus opened issue maximus/vps-health-api#13 2026-08-15 20:10:16 +00:00
Ajouter l'ingestion et la lecture des postes (POST /hosts/<id>, GET /hosts)
maximus opened issue maximus/vps-health-api#14 2026-08-15 20:10:16 +00:00
Couvrir l'API postes par des tests (auth, allowlist, payload, fraicheur)
maximus opened issue maximus/vps-health-api#12 2026-08-15 20:09:18 +00:00
Ajouter les tests d'authentification des routes de lecture existantes
maximus opened issue maximus/vps-health-api#11 2026-08-15 20:09:17 +00:00
Extraire la collecte de metriques vers metrics.js