Is there a way to determine when Solarwinds added a node for monitoring? We're trying to see if this date is correlating with some issues we're seeing on the server. SNMP crashing that is.
support gave me the following query which seems to be a decent look. I'm still surprised this is not just a node property. seems pretty basic.
use NetPerfMonSelect n.caption as 'Node Name' , Min(datetime) as DateAddedfrom responsetime r join nodes n on n.nodeid = r.nodeidGroup by n.captionorder by n.Caption
How long do you keep events for? Depending on the answer you can look for when this node was added to Orion in there.
I don't recall setting or changing that length. So I assume it's the default. Is that somewhere in the NPM settings screens?
I assume that when a node is added, somewhere in sql there's a time stamp even if the event record is not kept.
I know that I am responding to a *very* dated note, but this query is limited by your data retention settings. By default it is 365 days.