Comments
-
Any reason despite of server having the sensors it is not reflecting in console ? even after installing dell open source manager.
-
I have modified the script but its giving me kind of messy outputs. I am not very much SQL expert. Is there any oher script available.
-
Thanks vinay. Actually I did repair the SolarWind Platform application as per solarwind recommendation but result negative. Let me look after the points you shared. i will posted further.
-
But as per solarwind article I can poll that many elements correct ? Addionally I Do have other polling engines with same configuration but those are polling much more elements with out any issue? Anything specific with the problematic polling engine ! There is case opened since more than a month but no resolution yet.
-
Thanks alot. It worked for me as below. WHERE [AT].ActionTypeDisplayName LIKE '%mute%' AND [N].CustomProperties.Customer = 'XYZ'
-
Thanks Steven, I use the same but it is showing invalid query. WHERE [AT].ActionTypeDisplayName LIKE '%mute%' AND [N].CustomProperties.Customer LIKE 'XYZ'
-
Thanks a lot its very helpfull for me. For all the nodes I have customer wise custom properties created like "Customer" I will appreciate if you can help me to filter that data by adding custom properties as customer through that SQL.
-
Can you share me the SQL query ?
-
I am using version 2024.1
-
Actually I am facing this issue in one of additional polling engines. I do have some other additional polling engines having same configuration and elements but there the resource utilization is normal like say average 50-60% CPU. Any specific thing that need to be taken care on the questioned polling engine ?
-
What solution I have because it is consuming 100% CPU usage through overall process.
-
I am using other DNS. I have on prem DNS server in infra. Does solarwind require it update the active server IP address there during failover ?
-
Thanks for your response. I have tried that but it is showing no activity to report on the output page. SELECT d.Name, p.DisplayName as ParentName, p.StatusLED AS ParentStatus, c.DisplayName AS ChildName, c.StatusLED AS ChildStatus FROM Orion.Dependencies d JOIN System.ManagedEntity p ON p.Uri = d.ParentUri JOIN…