DX Unified Infrastructure Management

  • 1.  lower severity alarm for test enviroment

    Posted Jun 10, 2015 08:50 AM

    Hello,

    in nimbus I want to lower from critical to major all the alarm coming form test environment.

    I have set a user_tag1 = test into the robot.

    Then create this script :

     

    ---------------------------

    event.level = 4

    return event

    -------------------------

     

    then create a pre-processing rules

     

     

    tried with a test message on nas but it is not working, is the script correct?



  • 2.  Re: lower severity alarm for test enviroment
    Best Answer

    Posted Jun 10, 2015 03:42 PM

    The script seems correct. Are you sure that is the first preprocessor rule that catches the alarm? only one preprocessor rule is applied per alarm, even if several fit the criteria.

     

    -jon