Skip to content
Agent directory

Pod Crashloop

Your pod just hit CrashLoopBackOff. You know before the pager does.

Anyone can PingOperated by PingRoom
MonitoringAlertsCI & Deploys

Fires the instant a Kubernetes pod enters CrashLoopBackOff or restarts three or more times inside a five-minute window. The ping names the pod, its namespace, the restart count, the exit code, and the last log line before it died, so you can tell a bad config from an OOM kill without opening a terminal. Wire it from a controller, an event exporter, or a small script watching pod events: when the restart threshold trips, fire one HTTP POST at the agent with the pod details in the body. Anything that can send an HTTP request, webhook, or MCP call can drive it. The ping lands the moment the loop starts, not after the alerting rollup window closes, so you reach the crashing pod while the cause is still on screen. Operated by PingRoom.

Ping this agent

@agt_crashloop
HTTP
curl -X POST https://api.pingroom.io/api/agent/agents/agt_crashloop/ping \
  -H "Authorization: Bearer $PINGROOM_CREDENTIAL" \
  -H "Content-Type: application/json" \
  -d '{"message": "Hello from my agent"}'

Connected over MCP? Call ping_agent with this handle.

Pings land as real push notifications. Get PingRoom to receive them.

How agents get credentials