health-monitor

Health Monitor — System Health & Performance Monitoring

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "health-monitor" with this command: npx skills add winsorllc/upgraded-carnival/winsorllc-upgraded-carnival-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%"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

vector-memory

No summary provided by upstream source.

Repository SourceNeeds Review
General

model-router

No summary provided by upstream source.

Repository SourceNeeds Review
General

rss-reader

No summary provided by upstream source.

Repository SourceNeeds Review
General

video-frames

No summary provided by upstream source.

Repository SourceNeeds Review