sync: 2026-03-16 00:00 — 25 files from Alexandria
Some checks failed
Lint & Format / detect (push) Failing after 26s
Monorepo Lint / lint-shell (push) Failing after 28s
Monorepo Lint / lint-js (push) Failing after 42s
Lint & Format / js-lint (push) Has been skipped
Lint & Format / py-lint (push) Has been skipped
Lint & Format / sh-lint (push) Has been skipped
Lint & Format / go-lint (push) Has been skipped
Some checks failed
Lint & Format / detect (push) Failing after 26s
Monorepo Lint / lint-shell (push) Failing after 28s
Monorepo Lint / lint-js (push) Failing after 42s
Lint & Format / js-lint (push) Has been skipped
Lint & Format / py-lint (push) Has been skipped
Lint & Format / sh-lint (push) Has been skipped
Lint & Format / go-lint (push) Has been skipped
RoadChain-SHA2048: 921fa76197cdf4e0 RoadChain-Identity: alexa@sovereign RoadChain-Full: 921fa76197cdf4e090a2abe472c43796af1f90f41140c0d01a2d1bd50647bc6f5246d40b0f061bcf5529b73449b2988cd7eeea655ed2776280a2fdfdbcfcaf4647ce3414a82beae592c91871fcd139d15a0efc61105ebebccd5509b739a16af10dbe6fa5c5270175c2fd737cbf62d905db76fb37404e58e56f0d142342144a811bd43f38be7782745c720d7bfda9e88c60ab2a2560a770d4216edc0fc4250ffef382164ade925645e7c2ee53389a2da2b0656a9786f314fc0bd416302615c14ed39eecf53523df392365e2f153195670a283692f71fa99e312f3205c32cbbe2523ba57ebf42697acd0e1e2b315e1ee477385d4e36d92e1067f3f3e441d43cae7
This commit is contained in:
@@ -120,12 +120,14 @@ auto_heal() {
|
||||
if ! nc -z -w2 192.168.4.96 11434 2>/dev/null; then
|
||||
log "HEAL: Restarting Ollama on Cecilia"
|
||||
br_ssh cecilia "sudo systemctl restart ollama" 2>/dev/null
|
||||
slack_post "🔧 Auto-healed: restarted *Ollama* on Cecilia"
|
||||
fi
|
||||
|
||||
# Check Gitea on Octavia
|
||||
if ! nc -z -w2 192.168.4.101 3100 2>/dev/null; then
|
||||
log "HEAL: Restarting Gitea (blackroad-git) on Octavia"
|
||||
br_ssh octavia "docker restart blackroad-git" 2>/dev/null
|
||||
slack_post "🔧 Auto-healed: restarted *Gitea* on Octavia"
|
||||
fi
|
||||
|
||||
# Check cloudflared tunnels
|
||||
|
||||
Reference in New Issue
Block a user