chore(secrets): rotate secrets, purge history, and add placeholders

This commit is contained in:
mw
2026-03-20 13:05:39 +01:00
parent 2a7ed4ea40
commit 2281455a33
7 changed files with 169 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#!/bin/bash
# OpenClaw Health Check Utility
echo "--- Service Status ---"
launchctl list | grep ai.openclaw
echo ""
echo "--- Connectivity Check ---"
curl -i http://127.0.0.1:18789/health
echo ""
echo "--- Node Logs (Last 10 lines) ---"
tail -n 10 ~/.openclaw/logs/node.err.log
echo ""
echo "--- Tunnel Logs (Last 10 lines) ---"
tail -n 10 ~/.openclaw/logs/ssh-tunnel.err.log
echo ""