• Joined on 2026-02-03
cal created pull request cal/claude-home#35 2026-04-03 02:02:23 +00:00
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
f28dfeb4bf feat: add zombie parent, swap, and OOM metrics to audit; harden Tdarr containers
cal created branch chore/30-investigate-manticore-zombies-swap in cal/claude-home 2026-04-03 02:02:11 +00:00
cal closed pull request cal/claude-home#33 2026-04-03 01:49:29 +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
cal pushed to main at cal/claude-home 2026-04-03 01:49:14 +00:00
1ed911e61b fix: single-quote awk program in stuck_procs() collector
7c801f6c3b fix: guard --output-dir arg and use configurable ZOMBIE_WARN threshold
9a39abd64c fix: add homelab-audit.sh with variable interpolation and collector fixes (#23)
def437f0cb docs: sync KB — troubleshooting.md
2e86864e94 docs: sync KB — ace-step-local-network.md
Compare 18 commits »
cal closed issue cal/claude-home#23 2026-04-03 01:49:12 +00:00
homelab-audit.sh: Fix variable interpolation and collector bugs
cal merged pull request cal/claude-home#34 2026-04-03 01:49:12 +00:00
fix: homelab-audit.sh variable interpolation and collector bugs (#23)
1ed911e61b fix: single-quote awk program in stuck_procs() collector
7c801f6c3b fix: guard --output-dir arg and use configurable ZOMBIE_WARN threshold
9a39abd64c fix: add homelab-audit.sh with variable interpolation and collector fixes (#23)
def437f0cb docs: sync KB — troubleshooting.md
2e86864e94 docs: sync KB — ace-step-local-network.md
Compare 21 commits »
cal approved cal/claude-home#34 2026-04-03 01:46:33 +00:00
fix: homelab-audit.sh variable interpolation and collector bugs (#23)

AI Code Review (Round 3)

e15f88975f fix: single-quote awk program in stuck_procs() collector
cal suggested changes for cal/claude-home#34 2026-04-03 01:43:11 +00:00
fix: homelab-audit.sh variable interpolation and collector bugs (#23)

AI Code Review

cal commented on pull request cal/claude-home#34 2026-04-03 01:43:11 +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.

c0b164b2f7 fix: guard --output-dir arg and use configurable ZOMBIE_WARN threshold
cal commented on pull request cal/claude-home#33 2026-04-03 01:34:59 +00:00
fix: resolve variable interpolation and collector bugs in homelab-audit.sh

AI Code Review

312434aa95 fix: add homelab-audit.sh with variable interpolation and collector fixes (#23)
cal created pull request cal/claude-home#33 2026-04-03 01:26:26 +00:00
fix: resolve variable interpolation and collector bugs in homelab-audit.sh
cal pushed to bug/23-fix-audit-variable-interpolation at cal/claude-home 2026-04-03 01:26:16 +00:00
daee881987 fix: resolve variable interpolation and collector bugs in homelab-audit.sh
5ee48af40f docs: sync KB — troubleshooting.md
e3c1f20abf docs: sync KB — ace-step-local-network.md
b43cc36ff1 docs: sync KB — release-2026.4.02.md
0c44dec1f0 docs: sync KB — database-release-2026.4.1.md
Compare 10 commits »