resource_alert_check
Detects Docker containers exceeding CPU, memory, or restart thresholds and returns violations with specific metrics.
Instructions
Alert when Docker containers exceed resource thresholds (CPU%, memory%, restart count). Returns violations with specific metrics that triggered alerts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cpu_percent | No | Alert if CPU usage exceeds this % (default: 80) | |
| memory_percent | No | Alert if memory usage exceeds this % (default: 80) | |
| restart_count | No | Alert if restart count exceeds this (default: 5) |