Comments
-
Just noticed this in a session trace I was doing today. I find it alarming and believe it should be corrected, or at the very least we should be warned of this when enabling session tracing.
-
Yeah, I wrote this before Log Manager was rebranded to Log Analyzer. We were on I believe version 1.1 when I contacted support and they informed me that I would need to post a feature request, since it does not support load balancing the incoming log messages. I haven't noticed any updates regarding this in the release…
-
I think this should do it: SELECT e.ServerName ,e.EngineID ,SUM(CASE WHEN n.ObjectSubType = 'icmp' THEN 1 ELSE 0 END) AS ICMP ,SUM(CASE WHEN n.ObjectSubType = 'snmp' THEN 1 ELSE 0 END) AS SNMP ,SUM(CASE WHEN n.ObjectSubType = 'wmi' THEN 1 ELSE 0 END) AS WMI ,e.Elements ,e.Interfaces ,e.Volumes FROM dbo.Nodes n INNER JOIN…
-
Thanks for the information Dan. Is there some way that I can track the progress on this case?
-
I did not ever find a solution to this. My solution has been to manually manage interfaces on devices where this is an issue. Fortunately the nodes affected by this issue in my environment are the minority, so it is not massively impactful to me, more of an annoyance.
-
I found out how to adjust the polling interval for real-time polling and wanted to share in case anyone else has the same question in the future. You can find a file called "Perfstack.Settings.json" which has the configuration for this. In my installation, it's located in "C:\Program Files…