# 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).