Block a user
feat: zombie parent, swap, and OOM metrics + Tdarr hardening
cal
pushed to chore/30-investigate-manticore-zombies-swap at cal/claude-home
2026-04-03 02:02:11 +00:00
cal
created branch chore/30-investigate-manticore-zombies-swap in cal/claude-home
2026-04-03 02:02:11 +00:00
fix: resolve variable interpolation and collector bugs in homelab-audit.sh
cal
deleted branch bug/23-fix-audit-variable-interpolation from cal/claude-home
2026-04-03 01:49:29 +00:00
cal
deleted branch issue/23-homelab-audit-sh-fix-variable-interpolation-and-co from cal/claude-home
2026-04-03 01:49:14 +00:00
homelab-audit.sh: Fix variable interpolation and collector bugs
fix: homelab-audit.sh variable interpolation and collector bugs (#23)
cal
pushed to issue/23-homelab-audit-sh-fix-variable-interpolation-and-co at cal/claude-home
2026-04-03 01:49:05 +00:00
cal
pushed to issue/23-homelab-audit-sh-fix-variable-interpolation-and-co at cal/claude-home
2026-04-03 01:43:52 +00:00
fix: homelab-audit.sh variable interpolation and collector bugs (#23)
The awk program is double-quoted on the remote side. When bash -s -- "$STUCK_PROC_CPU_WARN" runs on the remote host, the remote shell will expand $1, $2, $3 as its own positional parameters before passing the string to awk. Since only $1 has a value (the CPU threshold), $2 and $3 expand to empty string — the awk stat/pcpu/comm field references vanish and the filter never matches anything.
cal
pushed to issue/23-homelab-audit-sh-fix-variable-interpolation-and-co at cal/claude-home
2026-04-03 01:41:46 +00:00
cal
pushed to issue/23-homelab-audit-sh-fix-variable-interpolation-and-co at cal/claude-home
2026-04-03 01:34:05 +00:00
cal
created branch issue/23-homelab-audit-sh-fix-variable-interpolation-and-co in cal/claude-home
2026-04-03 01:34:05 +00:00
fix: resolve variable interpolation and collector bugs in homelab-audit.sh