Forum Discussion

Robin's avatar
Robin
Icon for Neophyte rankNeophyte
2 months ago

Microsoft_SQLServer_GlobalPerformance

This DS has been applied to multiple hosts but when I try to force collect data on the hosts, it just doesn't show up anything. Neither the DS shows under the resource. Any suggestions?

  • This datasource has a debug flag. If you edit it, adjust line 10

    Boolean debug = false

    From false to true. Then test it via that way, it may shed some light on what your issue is.

    It looks like the ActiveDiscovery simply does a basic SELECT statement, where the actual data collection is a more in depth select. So it maybe failing on something simple during discovery.