+ Number of detections required within time window to trigger alert
+
+ Time period to count detections (e.g., 3 detections in 300 seconds)
+
+ Minimum time between alerts to prevent spam (0 = no cooldown)
+
+ Choose how you want to receive alerts when this rule is triggered
+
{['sms', 'email', 'webhook'].map(channel => (
))}
diff --git a/client/src/pages/Alerts.jsx b/client/src/pages/Alerts.jsx
index a709841..df7a9df 100644
--- a/client/src/pages/Alerts.jsx
+++ b/client/src/pages/Alerts.jsx
@@ -970,6 +970,9 @@ const CreateAlertRuleModal = ({ onClose, onSave }) => {
+
+ Determines alert urgency and notification routing
+