-
Re: Does anyone miss the physical SWUG events?
San Francisco is still there :)1 -
Re: Solar Bytes - March 2026
Thank you for sharing, a lot of great content.1 -
Re: IT Leadership Best Practices: Why People Matter More Than Tools — SolarWinds TechPod 106
Great discussion. Thanks for sharing.1 -
Re: How to create a report to identify nodes using SNMP for Status & response times
I don't have any of that node type to test but try this: SELECT n.NodeID, n.Caption, n.IPAddress, p.PollerTypeFROM Orion.Nodes nJOIN Orion.Pollers p ON p.NetObjectID = n.NodeIDWHERE p.PollerType…1 -
Re: How to create a report to identify nodes using SNMP for Status & response times
The opposite query, nodes using ICMP SELECT n.NodeID, n.Caption, n.IPAddressFROM Orion.Nodes nSELECT n.NodeID, n.Caption, n.IPAddressFROM Orion.Nodes nWHERE n.NodeID NOT IN ( SELECT NetObjectID FROM …1
