When creating or updating a Notification Profile, a new criteria, "When any Alarm Message matches <Input text field>", is now available. Click here to learn more about Notification profile criteria.
This feature allows users to define custom conditions using text or regex patterns to filter alarm messages. If an alarm message for a device matches the specified text or regex pattern, the associated Notification Profile will be triggered.
Ensure the input is precise and adheres to the supported formats to effectively match and trigger the desired notification profile.
Condition | Regex Pattern | Example Condition | Matched Alarm Message |
---|---|---|---|
AND | (?=.*XXX)(?=.*YYY) | (?=.*Memory Utilization)(?=.*java.exe) | 1. Memory Utilization is 84%, Top 3 Processes: java.exe - 6.293%; idea64.exe - 5.941%; ulaa.exe - 4.222% |
OR | (XXX)|(YYY) | (Memory Utilization)|(CPU Utilization) | 1. Memory Utilization is now back to normal 2. CPU Utilization is 10%, threshold value for this monitor is 1% |
Certain characters and regex patterns are restricted as they can lead to overly broad matches, capturing all alarm messages.
Thank you for your feedback!