When the Node is on Unmanaged and have set the end date, where can we re-check the end date of the Unmanaged?
I like to have a weekly report setup to 'audit' the unmanaged devices in the network. This SQL can be used to create something simple:
SELECT CAPTION, IP_ADDRESS, UNMANAGEFROM, UNMANAGEUNTILFROM NODESWHERE UNMANAGED = 1ORDER BY UNMANAGEUNTIL ASC
-ZackM
Loop1 Systems: SolarWinds Training and Professional Services
There is no any report regarding the setup on the unmanaged devices/nodes, it is because we are not allowed on ICMP or the service currently not in use so that we unmanaged the node instead of let it as down.
Are you mean there is no way to check the unmanaged node expired date on NPM? Thank you
If you don't want to create a report, you could manually review the dates from "Manage Nodes". Group the nodes by status, select the unmanaged group, then add the "Planned Maintenance" column by clicking on the double arrow (>>) right under the "Delete" key.
Thank you and able to see the expired date already.