Where and how can I get the list of nodes' IP addresses or hostnames that SolarWinds cannot poll or are having issues with after changing the Polling Method to Strict Kerberos?
Choose the polling method to use in the SolarWinds Platform
From: solarwinds.domain.com/.../PollingSettings.aspx
I have a SWQL widget.SELECT Nodes.DisplayName, Nodes.ObjectSubType , Nodes.DetailsURLFROM Orion.Nodes WHERE ( MINUTEDIFF(Nodes.LastSystemUptimePollUtc, GETUTCDATE()) >= 480AND ( Nodes.PolledStatus = 1 AND Nodes.ObjectSubType IN ('Wmi', 'Agent', 'SNMP') ) )
Thank you @jklundy