health-monitor
Health Monitor — System Health & Performance Monitoring
Monitor agent health, performance metrics, and resource usage with automated alerting.
Overview
This skill provides:
- Health Checks: Ping services, check disk space, memory usage
- Metric Collection: Track CPU, memory, disk, network over time
- Anomaly Detection: Detect unusual patterns in metrics
- Automated Alerting: Send alerts when thresholds exceeded
- Uptime Tracking: Monitor service availability
- Performance Reports: Generate health reports
Metrics Tracked
- System: CPU%, memory usage, disk space, load average
- Process: Node.js heap, event loop lag, active handles
- Application: Job queue depth, error rate, response time
- External: API latency, dependency health
Configuration
{
"checks": [
{
"name": "disk-space",
"type": "metric",
"threshold": 90,
"unit": "%",
"interval": "*/5 * * * *"
},
{
"name": "api-latency",
"type": "http",
"url": "https://api.anthropic.com",
"threshold_ms": 5000
}
],
"alerts": {
"channels": ["telegram"],
"quiet_hours": { "start": "22:00", "end": "08:00" }
}
}
API
const { checkHealth, getMetrics, getUptime } = require('./health-monitor');
// Run health checks
const health = await checkHealth();
// Get current metrics
const metrics = getMetrics('last_hour');
// Get uptime percentage
const uptime = getUptime('daily'); // "99.5%"
More from winsorllc/upgraded-carnival
vector-memory
Vector-based semantic memory using embeddings for intelligent recall. Store and search memories by meaning rather than keywords. Use when you need semantic search, similar document retrieval, or context-aware memory.
131model-router
Route requests between different LLM providers and models. Configure routing rules, fallback providers, and model-specific parameters inspired by ZeroClaw and OpenClaw model routing systems.
63rss-monitor
Monitor RSS/Atom feeds and blogs for new content using feedparser.
59rss-reader
Read and parse RSS/Atom feeds. Use when: user wants to subscribe to feeds, get latest articles, or monitor news sources.
55video-frames
Production-grade video frame extraction with thumbnail grids, GIF creation, and batch frame processing. Includes intelligent quality presets, progress tracking, and comprehensive error handling.
39elevenlabs-tts
Convert text to speech using ElevenLabs API. Use when you need to generate voice audio for messages, narrations, or accessibility.
25