Agent Skills
› NeverSight/learn-skills.dev
› server-health-monitor
server-health-monitor
GitHub用于监控服务器运行状态、资源使用及性能,通过配置Prometheus等工具实时追踪CPU、内存等指标,设置阈值告警并分析历史日志以预测需求,预防服务中断。
Trigger Scenarios
用户要求设置服务器监控仪表板
用户请求在特定条件(如磁盘满)时发送告警通知
Install
npx skills add NeverSight/learn-skills.dev --skill server-health-monitor -g -y
SKILL.md
Frontmatter
{
"name": "server-health-monitor",
"description": "Monitor server uptime, resource usage, and performance."
}
Server Health Monitor
This skill focuses on the 'pulse' of your infrastructure, alerting you to issues before they become outages.
Instructions
- Set up monitoring agents (Prometheus, Netdata, CloudWatch).
- Monitor CPU, RAM, Disk I/O, and Network traffic.
- Configure 'Ping' tests to ensure external availability.
- Set up threshold alerts (e.g., alert if CPU > 90% for 5 mins).
- Analyze historical logs to predict future resource needs.
Examples
- "Set up a monitoring dashboard for my VPS."
- "Alert me on Slack if my server disk is 95% full."
Version History
- e0220ca Current 2026-07-05 23:32


