Comments
-
I agree with this idea. We would also like to be able to dynamically add components to a template via the API.
-
We also would like to have support for TLS 1.3 added to the SolarWinds platform and to SAM URL monitoring specifically.
-
We did an in place upgrade to 2025.4.0 on 11/17/25 without any issues.
-
The credential library for WPM would be great!!In addition to that, can we add the ability to change the passwords via the API, so we can fully automate the process.
-
Is this on the roadmap yet? It is really needed. Also allow multiple schedules to be applied to a node, group of nodes, WPM transaction, etc.
-
This is needed for us so we can define more granular alert recipients.
-
Some of the data is not in SolarWinds, but I would like to put it on a dashboard so it is in one place. I would like to use SQL statements to either display it directly or do math on it and display it in a custom widget.
-
I am also interested in a credential library for WPM. Is this on the WPM roadmap?
-
We need to be able to either replace this certificate with our own or have the ability to add subject alternative names to it.
-
This a needed feature so you can reuse report actions / schedules for multiple reports. I would like to dynamically pull in the report name into the email action of the schedule.
-
@"Lofstrand" We also have some SendHttpRequest alert action types. Their credentials are saved differently in the alert actions and I don't see the field with the credential value. Any suggestions for these action types?
-
It also times out in SWQL studio, but it used to work successfully. This query has a couple sub queries that run successfully on their own and an ORDER BY at the end. After troubleshooting different options, the issue seems to be with the ORDER BY statement at the end. If I comment out that, it will complete. Let me know…
-
@"dan_jagnow" Thank you for the response. This documentation helps a lot. I was able to get it to work manually through the SWQL studio, but when trying via the PowerShell script I keep getting this message. I can't figure out what is does not like. Invoke-SwisVerb : Verb…
-
I don't see a section for the API poller. Can you help point to that specific section of the Github Wiki?
-
@"KMSigma.SWI" Kevin, can you refer to someone who has created API pollers via the SDK or some documentation with examples. We thought about opening a support ticket, but they push back on helping with custom scripts!
-
I meant to say unmanaged.
-
I put the node into maintenance, but the API poller still triggers an alert. I'm not sure if this is expected behavior.
-
We use Puppet deploy our agents after downloading it from the polling engine. Initially the download failed, but after we generated a new WGET command from the "Download Agent" screen it downloaded and installed successfully on RHEL 9. RHEL 9 is listed in the supported versions:…
-
That sounds like a good process. Unfortunately, we don't own NCM.
-
@KMSigma Thanks that is what I needed.
-
For those that did not figure out the syntax for PowerShell, here is what works for me. I am finding a list of nodes that need the ADM setting disabled and disabling the setting one by one as I loop through the results. The weird syntax is how you have to pass the single value as an array in the command. @( ,@( $_.NodeID )…
-
It still failed. It looks like I need to submit a ticket.
-
We created a new key with the "-m PEM" switch and when I try to upload it an Unexpected Website Error occurs. Can you help me understand how to fix the error? Here is the message: Message: CreateNewCredentialSet failed, check fault information. ErrorSite: SolarWinds.ApiProxyFactory.CallWrapper.Execute ErrorType:…
-
@"aLTeReGo" We are getting this error when trying to upload a private key with a password. Is there a limit on the supported bitness of the private key? We are generating it from a Linux machine with the following command. Is OpenSSH supported? ssh-keygen -t rsa -f $KEY -P ${PASSPHRASE} -q -C ${UID}
-
You mentioned you have two instances. Is one of the servers the primary and the other the secondary web server or are they stand alone Orion installs? I have had issues trying to call the API against the secondary web server, but the primary server works as expected. I get the response "Value cannot be null.\r\nParameter…
-
I deployed the PowerShell script monitor with line of code you suggested and it still only writes the username to the file and not the password.
-
mr.e, Working with support over the past few months our problem was related to a permissions issue. Support is working on a fix to be added to the install. We had to grant "Network Services" Read permission to the "C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys" directory to resolve the authentication issues we were…
-
I did use the domain name for this test. Sorry, I meant to say my results returned the domain controller name. Results: ContextType : Domain Name : <My_Domain> Container : UserName : Options : Negotiate, Signing, Sealing ConnectedServer : <My_Domain_Controller> True
-
I verified from a couple machines and using the machine context it returns false.
-
Does anyone have recommended IIS and F5 configurations to allow load balancing to correctly? We are still experiencing user session timeouts when using the application through the load balancer. We have sticky sessions turned on, but it is not working.