Files
gh-jeremylongshore-claude-c…/skills/database-health-monitor/scripts/README.md
2025-11-30 08:18:19 +08:00

9 lines
536 B
Markdown

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