← Back to Skills
DevOps

beszel-check

karakuscem By karakuscem 👁 4 views ▲ 0 votes

Monitor home lab servers via Beszel (PocketBase).

GitHub
---
name: beszel
description: Monitor home lab servers via Beszel (PocketBase).
metadata: {"clawdbot":{"emoji":"📊","requires":{"bins":["node"]}}}
---

# Beszel Monitoring

Check the status of your local servers.

## Usage
- `beszel status` - Get status of all systems
- `beszel containers` - List top containers by CPU usage

## Commands
```bash
# Get status
source ~/.zshrc && ~/clawd/skills/beszel/index.js status

# Get container stats
source ~/.zshrc && ~/clawd/skills/beszel/index.js containers
```
devops

Comments

Sign in to leave a comment

Loading comments...