New alert system and panel de control page
This commit is contained in:
@@ -187,6 +187,33 @@ data:
|
||||
ALERT_DEDUPLICATION_WINDOW_MINUTES: "15"
|
||||
RECOMMENDATION_DEDUPLICATION_WINDOW_MINUTES: "60"
|
||||
|
||||
# Alert Enrichment Configuration (Unified Alert Service)
|
||||
# Priority scoring weights (must sum to 1.0)
|
||||
BUSINESS_IMPACT_WEIGHT: "0.4"
|
||||
URGENCY_WEIGHT: "0.3"
|
||||
USER_AGENCY_WEIGHT: "0.2"
|
||||
CONFIDENCE_WEIGHT: "0.1"
|
||||
|
||||
# Priority thresholds (0-100 scale)
|
||||
CRITICAL_THRESHOLD: "90"
|
||||
IMPORTANT_THRESHOLD: "70"
|
||||
STANDARD_THRESHOLD: "50"
|
||||
|
||||
# Timing intelligence
|
||||
BUSINESS_HOURS_START: "6"
|
||||
BUSINESS_HOURS_END: "22"
|
||||
PEAK_HOURS_START: "7"
|
||||
PEAK_HOURS_END: "11"
|
||||
PEAK_HOURS_EVENING_START: "17"
|
||||
PEAK_HOURS_EVENING_END: "19"
|
||||
|
||||
# Alert grouping
|
||||
GROUPING_TIME_WINDOW_MINUTES: "15"
|
||||
MAX_ALERTS_PER_GROUP: "5"
|
||||
|
||||
# Email digest
|
||||
DIGEST_SEND_TIME: "18:00"
|
||||
|
||||
# ================================================================
|
||||
# CHECK FREQUENCIES (CRON EXPRESSIONS)
|
||||
# ================================================================
|
||||
|
||||
Reference in New Issue
Block a user