The most recent content from our members.
Hi, In order to remove the license on SolarWinds, i need to execute the command on the server before they are going to terminate. Is there any way to remove the node from the Linux agent by using API call?
Here is my Code that got Azure App to work being able to Delete a Node from SWOrion It's clunky and its ugly but it's mine. LOL Hope it helps someone. using namespace System.Net # Input bindings are passed in via param block. param($Request, $TriggerMetadata) # Interact with query parameters or the body of the request # to…
Please note that this script was based on this thwack message. All I did was to change the swsql query used to get the URI and to search and delete a node via PowerShell # This script will search for node and delete it if exists # ################################## Attention ###############################################…
I have a server decom script that I wrote in Powershell that removes everything from a node except for Solarwinds prior to it being removed from the network. It would be super helpful if I could automate the removal of a node as I am stuck doing this part manually, and it is the only manual part of the process. How would I…
Trying to script delete of nodes. Works in the QA environment and fails in PRD. Get the URI here: if (-not (Get-PSSnapin | where {$_.Name -eq "SwisSnapin"})) { Add-PSSnapin "SwisSnapin";}$swis = Connect-Swis -host SolarWindsOrionServer -UserName 'REDACTED' -Password 'ALSO_REDACTED'$a = Get-SwisData $swis 'SELECT Uri FROM…
I have been asked by my manager to see if there is a way to automate the deletion of nodes that are taken off. I don't see a logical way of doing it unless you tell NPM to delete a node after it has been down for over a certain period of time. If something has been down for over two weeks, usually, it ain't coming back.
I accidentally deleted a node. Is there a way to recovery just that node without a full restore?
We would like to automate removal and addition of nodes as much as possible using a script based approach. Is there any way to do this without going to the web interface to complete the task? The add node process should include Name, IP Address, Polling Method settings and Custom Properties. I'm having a hard time finding…
It would be great to have the ability to delete a node/interface and at the same time have the option to add that node/interface to Discovery's Ignore List. Too many times I've imported node/interfaces and then had the need to remove certain interfaces only to see them show up in discovery again, at which point I have to…
I would like a way to track who is updating and deleting Nodes, APM's etc.. I added Journaling on the tables i wanted to track and i am getting a very large number of records per add or update.. what is happening.. is there a better way to track these updates/deletions?
It looks like you're new here. Sign in or register to get started.