DX Unified Infrastructure Management

 View Only
  • 1.  UMP 8.3 - regular expressions in alarm-filters - How?

    Posted Apr 06, 2016 04:55 AM

    Hi,

     

    I need a alarm object for some Netapp devices. In the old dashboard designer I could filter on regular expression in the message field. Documentations says this Alarm object  can use regular expression, but when I want to re-use the regexpress from the old dashboard, no alarms will show up anymore. Have tested it with several condition like "Message - contains" . What do I wrong here?

     

    Tip for the documentation department: nice to have an example here!

    Hope someone has a clue

    Regards

    Ashley Pietersen



  • 2.  Re: UMP 8.3 - regular expressions in alarm-filters - How?

    Posted Apr 06, 2016 04:59 AM

    change 'is' to 'matches'. also drop the / from the start and end of the expression.

     

    a quick FYI

     

    the regex will be more efficient if set to cifs|volume instead of the current expression.



  • 3.  Re: UMP 8.3 - regular expressions in alarm-filters - How?

    Posted Apr 06, 2016 01:47 PM

    hi I-wright,

     

    Thanks but sorry, whatever I try I do not get the expected results.

    Again, a simple example in the documentations would be very helpful because now I doubt regex function is not available here.

     

    regards

    Ashley Pietersen



  • 4.  Re: UMP 8.3 - regular expressions in alarm-filters - How?

    Posted Apr 07, 2016 11:07 AM

    we use regex in 8.31 without issue.



  • 5.  Re: UMP 8.3 - regular expressions in alarm-filters - How?
    Best Answer

    Posted Apr 13, 2016 07:18 AM

    Solution:

    Completely overlooked the operator "matches" - in the list of operators. I was only using "is" and "contains" . Never seen "matches" as operator before. Solved by CA support and i-Wright  :-)

     

    regards

    Ashley Pietersen



  • 6.  Re: UMP 8.3 - regular expressions in alarm-filters - How?

    Posted Sep 19, 2016 10:15 AM

    Is this regex-function on alarms also working in 8.2 ?