Live
#14 high infra_monitor
CPU alert on claw-gateway1 — 99.0% (threshold: 97%)
Host: claw-gateway1 CAUSE: High CPU utilization likely caused by resource-intensive processes or insufficient computational capacity for current workload demands. IMPACT: System performance degradation, potential service latency, and risk of service unavailability if CPU remains saturated. ACTION: Immediately identify and analyze top CPU-consuming processes, then either optimize/terminate non-critical processes or scale compute resources. CPU: 99.0% | Memory: 95.0%
Opened 2026-07-26 16:33 UTC · Resolved 2026-07-26 16:50 UTC
Handoff Notes ← Dashboard
Timeline
WEBHOOK
2026-07-26 16:33 UTC
Alert received from AI Infra Monitor. Host: claw-gateway1, Severity: HIGH
CONTEXT AGGREGATED
2026-07-26 16:33 UTC
Sources available: 3/3 — Runbook: ✓ | Past incidents: ✓ | Infra health: ✓
Response Plan
2026-07-26 16:33 UTC

Severity

P1 – Gateway host saturated at 99% CPU with 95% memory; service latency/unavailability imminent.

Root Cause

  • Runaway process consuming CPU (identify via top or ps aux)
  • Memory pressure forcing swap/GC thrashing

Actions

  1. SSH to claw-gateway1; run top -b -n 1 | head -20 and ps aux --sort=-%cpu | head -10 to identify top process.
  2. Kill or throttle non-critical process; if critical, scale horizontally (add replica).
  3. Check memory: if >95% and swapping, restart the affected service.
  4. Monitor CPU drop for 2 min; if no improvement, prepare for reboot.
  5. Reboot claw-gateway1 only if CPU remains >90% after 3 min.

Watch

  • CPU trend (target: <80% within 5 min)
  • Memory + swap usage (alert if either exceeds 90%)

Escalate If

CPU remains >85% after killing top process or reboot does not stabilize within 5 minutes.

STATUS CHANGE
2026-07-26 16:50 UTC
OPEN -> RESOLVED (closed after validation; public manual form disabled and host pressure was transient)
Update Status
Details
ID #14
Severity HIGH
Source infra_monitor
Status RESOLVED
Opened 2026-07-26 16:33