Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:19 +08:00
commit 968db1804b
8 changed files with 1052 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for database-health-monitor skill
- [ ] database_connection_test.sh - Tests the connection to the database and verifies credentials.
- [ ] metric_collection.py - Collects database health metrics (CPU usage, memory usage, disk I/O, query performance).
- [ ] alert_trigger.py - Triggers alerts based on predefined thresholds for database health metrics.
- [ ] remediation_script.sh - Executes automated remediation steps based on alert triggers (e.g., restarting the database, increasing memory allocation).