Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:39 +08:00
commit c2b2641f76
8 changed files with 195 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for alerting-rule-creator skill
- [ ] validate_thresholds.py: Validates alerting thresholds against historical data to prevent false positives.
- [ ] route_alert.py: Routes alerts based on severity and category to appropriate channels (e.g., Slack, PagerDuty).
- [ ] generate_runbook.py: Generates a basic runbook based on the alert type and potential causes.