The most recent content from our members.
We have a PowerShell script setup that when we decommission a server or servers it will reach out and will unmanage the server that is going to be decommissioned. The person that put this together has left the company and of course the script has stopped fully functioning. Does anyone know which Solarwinds log I could go…
It seems that when devices are "unmanaged" in NPM, any device pollers attached to the device still run and can still alert on failed polls. It would be great if all pollers were disabled on the device when "unmanaged". The user should have a warning message when un-managing devices on if the UnDP or any other pollers could…
We have a spotty issue here that I am going to try and explain the best I can. We have an automated process for server decommissions and part of this automated process unmanages nodes in Solarwinds as part of the decommission process. This has been working with no issues up until recently and works correctly 90% of the…
When you click the unmanage button on the node's detail page, it should ask for an unmanage description and keep it in a field in the database, such as a custom property or note. When managed again, it should remove this description.
The maintenance mode is a very good feature to avoid unnecessary troubles when the device is updated. But I am now facing a scenario where many of my devices need to be scheduled to be down for maintenance from 1am to 2am every day. I know that alarms can be set for scheduled times, but I would prefer to set them via…
This was a query I built some time ago but I'm posting it here now for others to use. I'm using the SDK forum since this would be for advanced users who understand SWQL and SWQL alerts. The purpose of this was to create an alert that could be triggered on a specific schedule. This was mainly for setting nodes into a…
There needs to be a simple way to assign users specific node management rights. For example, i have a group of users that i only want to be able to unmanage nodes, nothing more. There may be sophisticated ways of achieving this but it would be nice to have it built into the "Manage Accounts" section. Thanks for considering…
Hi I am trying to find out a short query that can give me the list of devices which are either muted or unmanaged along with the AccountID. I tried below query as per article Report on Muted and Unmanaged Entities. But this works only on v2023.1. When I tried the same query on v2020.2.6 on custom query widget, it says…
ForEach ($node in $list) { $swis = Connect-Swis -host $orion_server -UserName $username -Password $passwd $nodeID = Get-SwisData $swis "Select NodeID From Orion.Nodes where Caption = '$node'" Invoke-SwisVerb $swis Orion.Nodes Unmanage @("N:$nodeID",$StartDate,$EndDate,"false") } In the above script am storing the node…
We have around 50 nodes which has to be put on maintenance mode. We frequently have to put these 50 servers on maintenance and every time I have to select each node and put a downtime. Is there any way to create a template and add all these servers to that template so that whenever its required I can directly go and apply…
It looks like you're new here. Sign in or register to get started.