DX Unified Infrastructure Management

  • 1.  Regular expression not working

    Posted Apr 27, 2017 05:49 AM

    Hi Guys,

     

    I have created one regular expression in AO to close the alerts once received. However it seems that it is not working and not closing the alerts.

     

    Alert is : Local file system /run/user/1023 is not available

    Regular Expression in AO : /.*/run/user/1023/*.*/

     

    We also tried below Regex but not working. When checked through F2 in NAS, it is showing matched with the alert.

    */run/user/*/*.*/

     

    Kindly suggest changes.

     

    Thanks & Regards,

    Imran Khan



  • 2.  Re: Regular expression not working

    Posted Apr 27, 2017 11:01 PM

    Can you try just this , it should work

     

     /*.*\/run\/user\/1023*.*/

     

    or 

     

     /.*\/run\/user\/1023*.*/

     



  • 3.  Re: Regular expression not working

    Posted Apr 28, 2017 12:50 PM

    You can also ignore the file system in cdm probe itself.



  • 4.  Re: Regular expression not working

    Posted Apr 28, 2017 12:53 PM

    Using Ignore file system as of now /\/run\/user.*/