Initial commit
This commit is contained in:
8
skills/database-health-monitor/scripts/README.md
Normal file
8
skills/database-health-monitor/scripts/README.md
Normal 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).
|
||||
Reference in New Issue
Block a user