Hi , I have installed several LEM agents in our environment on Linux boxes, I need to discover which nodes don't have LEM agents installed on. I am using advanced SQL option in web reports as following:
Select Nodes.Caption as Hostname,AssetInventory_Software.Name
FROM
Nodes,AssetInventroy_Software
Where AssetInventrory_Software.Name LIKE 'SolarWinds Log & Event Manager Agent'
The above code is not generating what is expected. Any help or ideas is appreciated.
Thanks,