Comprehensive server health monitoring showing system stats, top processes, OpenClaw gateway status, and running services. Perfect for quick health checks via Telegram or CLI.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill monitor-server-health-system-stats --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Monitor Server Health System Stats?
Add the live security badge to your README ā it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-monitor-server-health-system-stats)More formats (shields.io, HTML) on the badges page.
---
name: monitor-server-health-system-stats
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."
category: "DevOps & Infra"
author: community
version: "1.0.0"
icon: server
---
# Server Health Skill
Quick server monitoring with system stats, processes, OpenClaw gateway info, and services.
## Usage
**Standard view:**
```bash
./server-health.sh
```
**Verbose (includes temp, network, swap, I/O):**
```bash
./server-health.sh --verbose
```
**JSON output (for automation):**
```bash
./server-health.sh --json
```
**Alerts only (warnings/errors):**
```bash
./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
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!