-
Re: Report - return all component settings which have been overridden
Hello, Here you can find simple SQL query to get overridden component settings from SAM database: SELECT a.NodeID AS NodeID, c.ApplicationID AS ApplicationID, c.ID AS ComponentID, c.Name AS Component…1 -
Re: Hardware Item Table not cleaning up
Hello, I can confirm that it is a bug that we show deleted sensors in Network Atlas. I remember that somebody already reported it and we are working on fix. Thank you, Lukas Belza (SolarWinds develop…1 -
Re: Is it possible to query alert configurations by application monitor name?
Hello, If you have trigger condition like this Then you can use following query to get what you need: SELECT * FROM AlertConfigurations WHERE [Trigger] LIKE '%ApplicationName%Windows Server 2003…2 -
Re: How to remove hardware sensors from server which got virtualized?
Hello, There is no way how to remove it from UI in this case (situation when the server was moved to virtual environment). But you can do it directly in the database. In the APM_HardwareInfo table yo…2 -
Re: VCenter 4.1.0 Error while polling VMware device - The operation has timed out
Hello, This issue can appear when a virtual machine under vCenter is cloning. When the cloning process is finished then vCenter should be polled without problem. If the issue still occurs, please ope…1
