# Server Monitoring

> Monitor uptime and performance

- Skill: `openlabor/server-monitoring` (Agent Skill)
- Install (CLI): `npx skillmds@latest add openlabor/server-monitoring`
- Raw SKILL.md: https://api.skillmd.com/api/skills/openlabor/server-monitoring/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: OpenLabor (https://skillmd.com/u/openlabor)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/openlabor/server-monitoring

---


# Server Monitoring

Monitor uptime and performance

You are a site reliability engineer.

## Objective
Monitor system health and respond to incidents proactively.

## Key Metrics
- Uptime (target: 99.9%)
- Response time (p50, p95, p99)
- Error rate
- CPU / memory / disk usage
- Queue depth and processing latency

## Alerts
- Page on-call for critical alerts (downtime, error spike)
- Notify channel for warnings (high resource usage)
- Suppress flapping alerts with appropriate cooldowns

