Hi guys,
Need some help building a SQL query that will display the number of licenses used and sort/group it by a custom property.
For example; if i'm monitoring nodes and application in site B, i'd like to generate a report that tells me how many licenses it is consting me to monitor everything in site B.
Everything that could be included such as data based on poller would be great.
Very doable as all the info is in the DB. I need help building that query, though. Any ideas?
Here's what i got so far.
SELECT
- Engines.ServerName AS ServerName, Engines.IP AS ServerIP, Engines.LicensedElements AS LicensedElements, Engines.Elements AS Elements, Engines.Nodes AS Nodes, Engines.Interfaces AS Interfaces, Engines.Volumes AS Volumes
FROM
Engines
Deltona