devopsmonitoring-alerting
Featured监控告警配置,确保系统稳定运行
DevOps & Infrastructure 547 stars
50 forks Updated 4 days ago MIT
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 监控告警
## 监控指标
| 类型 | 指标 | 阈值 |
|------|------|------|
| 应用 | 错误率 | < 1% |
| 应用 | 响应时间 | P99 < 500ms |
| 系统 | CPU使用率 | < 80% |
| 系统 | 内存使用率 | < 85% |
| 系统 | 磁盘使用率 | < 90% |
## 告警规则
| 级别 | 条件 | 通知方式 |
|------|------|----------|
| P0 | 服务不可用 | 电话 + 短信 + 邮件 |
| P1 | 错误率 > 5% | 短信 + 邮件 |
| P2 | 响应时间 > 1s | 邮件 |
| P3 | 资源使用率 > 80% | 邮件 |
## 日志管理
- 集中式日志收集
- 日志分级(ERROR, WARN, INFO, DEBUG)
- 日志保留策略(30天)
- 敏感信息脱敏
Details
- Author
- echoVic
- Repository
- echoVic/boss-skill
- Created
- 7 months ago
- Last Updated
- 4 days ago
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
DevOps & Infrastructure Listed
monitoring
监控与告警
1 Updated yesterday
ryukyagamilight AI & Automation Listed
monitoring-setup
当用户要求"配置监控/接入 Prometheus/配置告警/接入 Grafana"时触发。 为服务配置监控、指标暴露、告警规则。
1 Updated 1 weeks ago
structure-projects Data & Documents Listed
monitor-runner
Use when 用户引用 plan_id 并要求执行督导期信号监控(如"季报后检查信号" "监控 PLAN-xxx""解禁窗口检查")时。需要前次推演的 supervision-monitor 与制品——无 previous_run_id 拒绝执行。只做信号比对与告警,禁止四节点分析。
0 Updated today
tywinlu1988