Back to guide/General Productivity

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.

ai-automation-workflowscurrent_metricsbaseline_metrics
Edit View
Prompt
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

{{current_metrics}}{{baseline_metrics}}

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.

Save this prompt to your library

Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.