Skip to content
Development
Skill

/monitoring-alerting

监控告警配置,确保系统稳定运行

From plugin
boss
55827 skills16 agents7 commands
Install
$ npx -y skills add echoVic/boss-skill --skill monitoring-alerting --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/monitoring-alerting

Context preview

The summary Claude sees to decide when to auto-load this skill.

监控告警配置,确保系统稳定运行

SKILL.md

monitoring-alerting.SKILL.md
name: devops/monitoring-alerting
description: 监控告警配置,确保系统稳定运行
version: 1.0.0
agent: devops
type: guideline
user-invocable: false
agent-invocable: true
dependencies: []
triggers:
  - 需要配置监控时
  - 需要设置告警时

监控告警

监控指标

| 类型 | 指标 | 阈值 | |------|------|------| | 应用 | 错误率 | < 1% | | 应用 | 响应时间 | P99 < 500ms | | 系统 | CPU使用率 | < 80% | | 系统 | 内存使用率 | < 85% | | 系统 | 磁盘使用率 | < 90% |

告警规则

| 级别 | 条件 | 通知方式 | |------|------|----------| | P0 | 服务不可用 | 电话 + 短信 + 邮件 | | P1 | 错误率 > 5% | 短信 + 邮件 | | P2 | 响应时间 > 1s | 邮件 | | P3 | 资源使用率 > 80% | 邮件 |

日志管理

  • 集中式日志收集
  • 日志分级(ERROR, WARN, INFO, DEBUG)
  • 日志保留策略(30天)
  • 敏感信息脱敏
Ships withboss

Languages / 语言 / 言語 / 언어 / Idiomas / Langues: English · 中文 · 日本語 · 한국어 · Español · Français · Português Boss is an auditable agent-team workflow for coding agents.

Get the whole plugin

Other skills on boss.

brainstorming
Skill

brainstorming

需求澄清 Skill。当用户只给了模糊描述时自动触发,通过业务提问把一句话翻译成完整需求,交给 Boss 流水线执行。 Triggers: '我想做一个', '帮我做', '有个想法', 'brainstorm', '帮我规划一下', '做个XX', 'I want to build' Does NOT…

@echovic@echovicView Skill