DX Unified Infrastructure Management

  • 1.  SQL server Instance

    Posted Jan 03, 2017 09:30 AM

    We are monitoring sql instance from SQLserver probe. Is there any way can I pull the list of instances name  which are under monitoring.

     

    Thanks & Regards,

    Prasanna 



  • 2.  Re: SQL server Instance

    Broadcom Employee
    Posted Jan 03, 2017 10:22 AM

    Hi,

     

    probably the easiest way would be do run a query against the s_qos_data table such as

    select * from s_qos_data where probe = 'sqlserver'

     

    then look at the target field