Comments
-
So why do we need to clear the black list table? I notice that this is where it contains nodes that we have manually removed. e.g. A group contains server (A, B, C) I assign this group to a template but I need to exclude node 'B' because of some technical reasons. Node B will appear in the TemplateGroupAssignmentsBlacklist…
-
Awesome query! In our setup, we had some specific nodes that we wanted to exclude so they were in the unassigned nodes section. Your query also picked up my node here as missing, so I modified the SWQL and here its (renamed some fields and also removed a column). The part that I added is in bold below: SELECT distinct…
-
Hey Ben, I ended up using Ansible to push out the agents. From Solar Winds you can go choose to deploy manually and get the script that they provide Copy this block of code and run it across your fleet of servers using a CM tool like Ansible
-
Thanks tdanner. I tried using that API but it only does a deploy (tries to install the agent again)... and it fails.. Example: Agent installed and running OK I've then executed the following PowerShell cls $creds = Get-Credential # display a window asking for credentials $swis = Connect-Swis -Credential $creds -Hostname…
-
We are also getting the same problem. Our scripts are trying to execute a Shell script on the target node. The node status shows online and all and is only the SAM not working.