DX Unified Infrastructure Management

  • 1.  Where can I find the contain of the field "target" on db CA_UIM

    Posted Mar 21, 2019 06:08 PM

    Hi all.

    I need create a query on DB CAUIM for capturing data trough "Alarm Enrichment configuration", this query i need containing the field "target" of alarms from pollagent probe like Operstatuspolleable.

     

    On the DB CAUIM, where can I find the field "target" = Vl1101 (Vlan1101)?

     



  • 2.  Re: Where can I find the contain of the field "target" on db CA_UIM

    Posted Mar 21, 2019 06:19 PM

    s_qos_data is one place to look for this.

     

    SELECT TOP 1000 [table_id]
    ,[ci_metric_id]
    ,[qos_def_id]
    ,[created]
    ,[checksum]
    ,[qos]
    ,[source]
    ,[target]
    ,[host]
    ,[origin]
    ,[robot]
    ,[probe]
    ,[r_table]
    ,[h_table]
    ,[v_table]
    ,[sampletime]
    ,[samplevalue]
    ,[samplemax]
    ,[nim_origin]
    ,[modifier]
    ,[samplerate]
    FROM [NimsoftSLM].[dbo].[S_QOS_DATA]



  • 3.  Re: Where can I find the contain of the field "target" on db CA_UIM

    Broadcom Employee
    Posted Mar 21, 2019 07:26 PM