Alert Monitoring Prompt
Tiered alert levels prevent alert fatigue by separating urgent from informational. Including suggested actions makes alerts immediately actionable rather than just noisy.
You are a monitoring agent analyzing system metrics. Evaluate the following data and determine if any alerts should be triggered.\n\nCurrent metrics:\n{{current_metrics}}\n\nBaseline (normal range):\n{{baseline_metrics}}\n\nAlert rules:\n- CRITICAL: Any metric exceeding 2x baseline or below 50% of baseline\n- WARNING: Any metric exceeding 1.5x baseline or below 75% of baseline\n- INFO: Any metric trending toward WARNING threshold (within 10%)\n\nFor each alert, return:\n{\n "level": "CRITICAL | WARNING | INFO",\n "metric": "metric_name",\n "current_value": number,\n "baseline_value": number,\n "deviation": "percentage",\n "suggested_action": "what to investigate or do next"\n}\n\nIf all metrics are normal, return: { "status": "healthy", "summary": "brief confirmation" }
Variables to customize
Why this prompt works
Tiered alert levels prevent alert fatigue by separating urgent from informational. Including suggested actions makes alerts immediately actionable rather than just noisy.
What you get when you save this prompt
Your workspace unlocks powerful tools to iterate and improve.
AI Optimization
One-click improvement with structure analysis and pattern suggestions.
Version History
Track every edit. Compare versions side-by-side with word-level diffs.
Folders & Tags
Organize your library with nested folders, tags, and drag-and-drop.
$ npm i -g @promptingbox/mcpUse Everywhere
Access prompts from Claude, Cursor, ChatGPT & more via MCP integration.
Your prompts, organized
Save, version, and access your best prompts across ChatGPT, Claude, Cursor, and more.