DX NetOps

 View Only
Expand all | Collapse all

How to exclude an alarm from being gendered based on certain string in alarm message in spectrum.

  • 1.  How to exclude an alarm from being gendered based on certain string in alarm message in spectrum.

    Posted Sep 18, 2020 03:31 PM

    Hi there,

    I want to exclude alarm based on certain string in alarm massage body. For example, i want to exclude an alarm from being generated if alarm message body has string /var/rubrik/,  

     

    Any help is highly appreciated.

    Regards
    Rohit



  • 2.  RE: How to exclude an alarm from being gendered based on certain string in alarm message in spectrum.
    Best Answer

    Broadcom Employee
    Posted Sep 18, 2020 03:38 PM
    Rohit,

    On the initial event, use an Event Condition rule on the event variable (varbind) that may contain "/var/rubrik" in the text. I recommend using regex to check. If found, generate an event that does not generate an alarm. Then set the default condition to generate an event that asserts the alarm.

    Joe