Overview
This page covers advanced alert rule configuration beyond basic threshold alerts — including compound multi-condition rules, silencing active alerts during maintenance windows, inhibition rules that suppress lower-severity alerts when a critical one is already firing, and escalation policies.Prerequisites
- An active Polystack account with project access
- At least one notification channel configured (see Monitoring Admin — Alert Channels)
Compound Alert Rules
Combine multiple conditions in a single rule using AND/OR logic:- Dashboard
- Rule File
Navigate to Monitor Center > Monitoring (Create Alert Rule, admin view) and
click Advanced Mode.In Advanced Mode, add multiple conditions:
This rule fires only when both CPU is above 85% AND available memory is below
15% — reducing false positives from transient CPU spikes.
Silencing Alerts
Silences temporarily suppress alert notifications during planned maintenance. The alert rule continues to evaluate — only notifications are suppressed.- Dashboard
- CLI
Create a silence
Navigate to Monitor Center > Monitoring (Create Silence, admin view).
Verify silence is active
Navigate to the Silences section in Monitor Center > Monitoring. Active silences show their matcher,
creator, and expiry time.
Any alerts matching the silence matchers show status
Silenced instead of firing notifications.Inhibition Rules
Inhibition rules suppress lower-severity alerts when a higher-severity alert is already active for the same source. This prevents alert storms during major incidents.Example: Suppress warnings when critical is firing
warning alerts for a host when a critical alert is
already firing for that same host — reducing notification noise during a major outage.
Configure inhibition rules via Monitor Center > Monitoring (Inhibition Rules, admin view).
Escalation Policies
Configure multi-tier escalation for critical alerts:Define escalation tiers
Navigate to Monitor Center > Monitoring (Escalation Policies, admin view).
Assign to alert rules
Open an existing alert rule and set the Escalation Policy field to the
policy you created. The policy applies to all future alert events for that rule.
GitOps-Based Rule Management
Manage alert rules as code for version-controlled, auditable configurations:Export all current alert rules
Import rules from directory
Next Steps
Metrics & Alerts
Basic alert rule creation for metric thresholds
Monitoring Admin — Alert Channels
Configure the notification channels referenced by alert rules
Dashboards
Visualize metrics alongside alert thresholds
Troubleshooting
Diagnose alert rules that are not firing or delivering notifications
