Is there a way to get current element count either with a report or from the database? THANKS!
You're on Orion 2015.1.x?
Try this SQL query:
SELECT AllEngines.ServerName AS ServerName, AllEngines.IP AS ServerIP, AllEngines.LicensedElements AS LicensedElements, AllEngines.Elements AS Elements, AllEngines.Nodes AS Nodes, AllEngines.Interfaces AS Interfaces, AllEngines.Volumes AS Volumes FROM AllEngines
If on older Orion version, change the Table from AllEngines to Engines