docs: update goa-regio-ng login-health monitoring

This commit is contained in:
Hernâni Marques 2026-09-20 23:41:26 +02:00
parent 0348f4025a
commit 986e9a3090
No known key found for this signature in database
5 changed files with 376 additions and 0 deletions

View file

@ -0,0 +1,16 @@
[Unit]
Description=External firecuda crash probe (ICMP+SSH last-alive)
Documentation=file:%h/src/koopa/koopa-admin-log/scripts/firecuda-probe/README.md
After=default.target
[Service]
Type=oneshot
ExecStart=%h/.local/bin/koopa-firecuda-probe once
# Probe outcomes are data in the log; never fail the timer
SuccessExitStatus=0 1
Nice=10
IOSchedulingClass=best-effort
IOSchedulingPriority=6
[Install]
WantedBy=default.target

View file

@ -0,0 +1,13 @@
[Unit]
Description=Timer · external firecuda probe (~15s)
Documentation=file:%h/src/koopa/koopa-admin-log/scripts/firecuda-probe/README.md
[Timer]
OnBootSec=30s
OnUnitActiveSec=15s
AccuracySec=5s
Persistent=false
Unit=koopa-firecuda-probe.service
[Install]
WantedBy=timers.target