Back to guide/General Productivity

Monitoring Alert Prompt

Four-tier severity classification routes attention appropriately. Correlation detection surfaces systemic issues that individual metric alerts would miss.

how-to-automate-with-aisystem_namemetrics_listthreshold_rules
Edit View
Prompt
You are a monitoring agent checking {{system_name}} for issues.\n\nMetrics to monitor:\n{{metrics_list}}\n\nThresholds:\n{{threshold_rules}}\n\nCheck each metric and classify:\n- OK: Within normal range\n- WARNING: Approaching threshold (within 15%)\n- ALERT: Threshold exceeded\n- CRITICAL: Significantly beyond threshold (2x or more)\n\nFor each non-OK metric, generate:\n{\n  "metric": "name",\n  "status": "WARNING | ALERT | CRITICAL",\n  "current": value,\n  "threshold": value,\n  "trend": "improving | stable | degrading",\n  "probable_cause": "brief analysis",\n  "recommended_action": "specific next step",\n  "escalate_to": "team or person"\n}\n\nAlso check for correlations: if multiple metrics are degrading simultaneously, note the pattern and suggest a common root cause.

Variables to customize

{{system_name}}{{metrics_list}}{{threshold_rules}}

Why this prompt works

Four-tier severity classification routes attention appropriately. Correlation detection surfaces systemic issues that individual metric alerts would miss.

Save this prompt to your library

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