DX Unified Infrastructure Management

 View Only
  • 1.  Use a RExp name in threshold on oracle probe

    Posted Apr 02, 2020 10:57 AM
    Hi everyone.
    I need to use a checkpoint that call a diferent objects.
    The ckeckpoint is asm_disk_used_space
    The name that I need call is DATA* and FRA*. The problem is that the name of the objects are DATA-DATA_0004, DATA-DATA_0001, FRA-FRA_0001 ......
    I don´t know if the probe can calling this name with wildcard (*), I test with DATA* and FRA and it didn't work. Any idea?




  • 2.  RE: Use a RExp name in threshold on oracle probe

    Broadcom Employee
    Posted Apr 02, 2020 04:08 PM
    Not sure if this can be done in the checkpoint threshold definition and I do not have a lab available to test, but it appears that you are attempting to use regex incorrectly for the oracle probe.  See the oracle IM Configuration->(Optional) Use Regular Expression techdoc.

    Try enclosing your regex with forward slashes ( / ) as documented.  For example try:

    /FRA*/
    /DATA*/

    ------------------------------
    Kathy Maguire
    Technical Support Engineer 4
    Broadcom
    ------------------------------



  • 3.  RE: Use a RExp name in threshold on oracle probe

    Posted Apr 02, 2020 06:55 PM
    Hi Kathy, yes I tested this regex ​/DATA*/ via raw data, but not work.