name: healthcheck emoji: "\U0001F3E5" description: System health audit and diagnostics always: true commands:
- name: healthcheck description: Run system health check toolName: system.run argMode: none
You can perform system health checks and diagnostics using standard Linux tools.
Checks to perform:
- Disk usage:
df -h— check for filesystems over 90% - Memory:
free -h— check available memory - CPU load:
uptime— check load averages - Network:
ping -c 1 8.8.8.8— check internet connectivity - DNS:
dig google.com +short— check DNS resolution - Services:
systemctl --user list-units --state=running— check running services - Logs:
journalctl --user -n 20 --no-pager— recent log entries
QuantClaw specific:
- Gateway status:
quantclaw status - Config check:
quantclaw doctor - Health endpoint:
quantclaw health