🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Server Health

by @muslimalfatih

Comprehensive server health monitoring showing system stats, top processes, OpenClaw gateway status, and running services. Perfect for quick health checks via Telegram or CLI.

Versionv1.0.0
Downloads4,215
Installs18
Stars⭐ 1
TERMINAL
clawhub install server-health

πŸ“– About This Skill


name: server-health description: Comprehensive server health monitoring showing system stats, top processes, OpenClaw gateway status, and running services. Perfect for quick health checks via Telegram or CLI.

Server Health Skill

Quick server monitoring with system stats, processes, OpenClaw gateway info, and services.

Usage

Standard view:

./server-health.sh

Verbose (includes temp, network, swap, I/O):

./server-health.sh --verbose

JSON output (for automation):

./server-health.sh --json

Alerts only (warnings/errors):

./server-health.sh --alerts

What It Shows

πŸ”΄ Always

  • System stats (CPU, RAM, Disk, Uptime)
  • Top 3-5 processes by CPU/RAM
  • OpenClaw Gateway status & config
  • Running services (Docker, PostgreSQL, etc.)
  • 🟑 Conditional

  • Alerts (disk >90%, RAM >80%, CPU >90%)
  • Swap usage (if in use)
  • 🟒 Verbose only

  • Temperature (if sensors available)
  • Network traffic
  • Disk I/O
  • Detailed service info
  • Example Output

    πŸ–₯️ SERVER HEALTH
    ━━━━━━━━━━━━━━━━━━━━

    πŸ’» SYSTEM CPU: β–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘ 42% (Load: 1.2, 0.8, 0.5) RAM: β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘ 1.4GB/8GB (18%) DISK: β–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘ 45GB/100GB (45%) UP: ⏱️ 5d 3h

    πŸ”„ TOP PROCESSES node 35% 450MB postgres 12% 280MB openclaw 8% 180MB

    ⚑ OPENCLAW GATEWAY Status: βœ… Running (PID: 1639125) Uptime: 2d 5h | Port: 18789 | v2026.2.6-3

    πŸ€– MODEL CONFIG Primary: claude-sonnet-4-5 Context: 43k/128k (33%) | 574↓ 182↑ tokens Fallbacks: glm-4.7 β†’ copilot-sonnet β†’ opus-4-5

    πŸ“Š SESSIONS Active: 3 | Heartbeat: 30m | Last: 1m ago

    🐳 SERVICES Docker: βœ… 3 containers PostgreSQL: βœ… Running

    πŸ’‘ Examples

    Standard view:

    ./server-health.sh
    

    Verbose (includes temp, network, swap, I/O):

    ./server-health.sh --verbose
    

    JSON output (for automation):

    ./server-health.sh --json
    

    Alerts only (warnings/errors):

    ./server-health.sh --alerts