Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:54 +08:00
commit 67c918fc64
11 changed files with 616 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Scripts
Bundled resources for monitoring-stack-deployer skill
- [ ] deploy_prometheus.sh: Automates Prometheus deployment and configuration.
- [ ] deploy_grafana.sh: Automates Grafana deployment and configuration.
- [ ] deploy_datadog_agent.sh: Automates Datadog agent deployment and configuration.
- [ ] validate_config.py: Validates the generated configuration files for Prometheus, Grafana, and Datadog.
- [ ] rollback_deployment.sh: Provides a rollback mechanism to revert to a previous configuration.