Hi All,
A newbie to Solarwinds here.
We had maintenance scheduled on certain nodes last week, however NOC team said that they received alerts. How can we validate if the node was unmanaged during that time period or not?
Regards,
Ankush
Hello,
you can have info using this SWQL quesry
select n.Caption, n.UnManageFrom, n.UnManageUntilfrom orion.nodes nwhere n.Caption like 'your_node'
you can also check on Message Center for Event Type Unmanage Node with you specific node detail and time frame.
This should show you the unmanage event
Thanks Mathieu,
Is there a way to check it in the console itself rather than logging into the DB?
Sure you can check this in the Alerts & Activity > Message Center > filter on unmanage node event type