infrastructure-monitoring by aj-geddes/useful-ai-prompts
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill infrastructure-monitoring实施全面的基础设施监控,以跟踪系统健康状况、性能指标和资源利用率,并在整个技术栈中提供告警和可视化功能。
最小化工作示例:
# prometheus.yml
global:
scrape_interval: 15s
evaluation_interval: 15s
external_labels:
monitor: "infrastructure-monitor"
environment: "production"
# Alertmanager configuration
alerting:
alertmanagers:
- static_configs:
- targets:
- localhost:9093
# Rule files
rule_files:
- "alerts.yml"
- "rules.yml"
scrape_configs:
# Prometheus itself
- job_name: "prometheus"
static_configs:
- targets: ["localhost:9090"]
// ... (完整实现请参阅参考指南)
references/ 目录下的详细实现:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 指南 | 内容 |
|---|---|
| Prometheus 配置 | Prometheus 配置 |
| 告警规则 | 告警规则 |
| Alertmanager 配置 | Alertmanager 配置 |
| Grafana 仪表盘 | Grafana 仪表盘 |
| 监控部署 | 监控部署 |
每周安装量
124
代码仓库
GitHub 星标数
126
首次出现
2026年1月21日
安全审计
安装于
opencode100
gemini-cli95
codex94
cursor90
claude-code88
github-copilot80
Implement comprehensive infrastructure monitoring to track system health, performance metrics, and resource utilization with alerting and visualization across your entire stack.
Minimal working example:
# prometheus.yml
global:
scrape_interval: 15s
evaluation_interval: 15s
external_labels:
monitor: "infrastructure-monitor"
environment: "production"
# Alertmanager configuration
alerting:
alertmanagers:
- static_configs:
- targets:
- localhost:9093
# Rule files
rule_files:
- "alerts.yml"
- "rules.yml"
scrape_configs:
# Prometheus itself
- job_name: "prometheus"
static_configs:
- targets: ["localhost:9090"]
// ... (see reference guides for full implementation)
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| Prometheus Configuration | Prometheus Configuration |
| Alert Rules | Alert Rules |
| Alertmanager Configuration | Alertmanager Configuration |
| Grafana Dashboard | Grafana Dashboard |
| Monitoring Deployment | Monitoring Deployment |
Weekly Installs
124
Repository
GitHub Stars
126
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode100
gemini-cli95
codex94
cursor90
claude-code88
github-copilot80
Azure Data Explorer (Kusto) 查询技能:KQL数据分析、日志遥测与时间序列处理
128,400 周安装
TransformerLens 可解释性工具:GPT 模型机制分析与激活修补指南
208 周安装
资深前端开发工程师AI助手 - 精通React/NextJS/TypeScript/TailwindCSS
208 周安装
Stable Baselines3 强化学习库使用指南:训练RL智能体、自定义环境与回调
208 周安装
PyMC贝叶斯建模指南:Python概率编程与MCMC采样实践教程
212 周安装
CLIP模型:OpenAI图像文本对比预训练,零样本分类与跨模态检索指南
210 周安装
Monorepo架构师:精通Nx、Turborepo、Bazel、Lerna的单仓库构建与优化
212 周安装