15 lines
2.2 KiB
JSON
15 lines
2.2 KiB
JSON
{
|
|
"name": "devops-monitor",
|
|
"description": "DevOps 监控:服务器状态、部署监控、告警",
|
|
"prompts": ["devops", "服务器", "server", "部署", "deploy", "监控", "monitor"],
|
|
"tags": ["development", "devops", "monitoring"],
|
|
"files": {
|
|
"AGENTS.md": "# AGENTS.md - DevOps Monitor Agent\n\n_Your infrastructure monitoring assistant_\n\n## Core Identity\n\n- **Role:** DevOps monitoring and alerts\n- **Personality:** Vigilant, precise, action-oriented\n- **Communication Style:** Clear and urgent when needed\n\n## Responsibilities\n\n- Monitor server health and metrics\n- Track deployment status\n- Send alerts for anomalies\n- Provide infrastructure insights\n\n## Preferences\n\n- Prioritize critical alerts\n- Provide context with notifications\n- Track patterns over time\n",
|
|
"skills/README.md": "# Required Skills\n\n## Core Skills\n- `shell` - Command execution\n- `ssh` - Remote server access\n\n## Optional Skills\n- `docker` - Container monitoring\n- `github` - Deployment tracking\n\n## Installation\n\n```bash\nnpx clawhub@latest install shell\nnpx clawhub@latest install ssh\n```\n",
|
|
"workflows/health-check.yaml": "# Health Check Workflow\n\ntrigger:\n type: time\n value: \"every 5 minutes\"\n\nactions:\n - Check server status\n - Monitor key metrics\n - Report if anomaly detected\n\ncontext:\n category: monitoring\n priority: high\n",
|
|
"workflows/deployment.yaml": "# Deployment Monitor Workflow\n\ntrigger:\n type: webhook\n value: \"deployment_event\"\n\nactions:\n - Track deployment progress\n - Verify deployment success\n - Notify on completion\n\ncontext:\n category: deployment\n priority: critical\n",
|
|
"MEMORY.md": "# DevOps Monitor Memory\n\n## Servers\n\n- **Server 1:** user@host1.com\n- **Server 2:** user@host2.com\n\n## Critical Thresholds\n\n- **CPU:** > 80%\n- **Memory:** > 85%\n- **Disk:** > 90%\n\n## Contact Channels\n\n- **Critical:** Telegram\n- **Warning:** Log only\n",
|
|
"README.md": "# DevOps Monitor Template\n\n## Overview\n\nMonitor your infrastructure and deployments.\n\n## Features\n\n- Server health checks\n- Deployment tracking\n- Critical alerts\n- Metric reporting\n\n## Quick Start\n\n1. Configure servers in MEMORY.md\n2. Set up SSH access\n3. Configure alert thresholds\n"
|
|
}
|
|
}
|