Comments
-
We need this too!
-
Up, it will help to automate some tasks like vulnerabilty management.
-
still no ldap or Active directory connection?
-
it will be nice
-
You mean the groups created into the GUI. They are actually container and like other people answered the only is to use a custom property. I am with you on that. Why Solarwinds doesn't automatically create a property matching "container" so we can sort in manage node using that information.
-
I did request it as a feature month ago since my company has to be compliant with different normes. Without LDAP/AD there is no way to identify who access the platform.
-
I think you can change in /Orion/Admin/AdvancedConfiguration/ServerSpecific.aspx
-
I will answer to myself. # Build Connection to SWIS - SolarWinds Platform $SwisHost = "" $SwisConnection = Connect-Swis -Hostname $SwisHost -Certificate # Contains the name of the discovery $Discovery = "Discovery_Name" # Query that search the required information $DiscoveryID = Get-SwisData -SwisConnection $SwisConnection…
-
You could use a Powershell script: ## "https://downloads.solarwinds.com/solarwinds/data/cve/cve-all.json.zip"">downloads.solarwinds.com/.../cve-all.json.zip" $URLs = @(""https://downloads.solarwinds.com/solarwinds/data/cve/cve-all.json.zip")">downloads.solarwinds.com/.../cve-all.json.zip") $DestFolder =…
-
You could try and see if it works or you can edit the file C:\ProgramData\SolarWinds\TFTPSettings.xml.
-
Even the local administrator cannot connect on a fresh install. it is very buggy.
-
What do want to do? We need more than that to help you.
-
You could use a custom property or you can load a CSV. # Build Connection to SWIS - SolarWinds Platform $SwisHost = # Connection to host $swisConnection = Connect-Swis -Hostname $SwisHost -Certificate # The actual SWIS query $Query = "SELECT N.Caption, N.CustomProperties._Nickname AS NickName, N.IP_Address, N.Uri FROM…
-
This is the first thing I checked. I tried to tick, untick. It doen'st work.
-
Only the buildin admin works. My personal admin account is a member of an AD Admin group dedicated to SolarWinds. So this group is added to Solarwinds. Only queries to the NCM table return empty. There is no fault, no error message, just empty. I don't have a SwqlStudio.log file.
-
That's what I do. The tables appear but the query results are empty.
-
Studio is installed on the server itself. The account is part of an administrators group. The option to login using AD account is not available. I can't enter credential. It is grey out. If I use the other option login option. I can login I can see the database and tables but the queries return empty value. I use the…
-
Well, it is a problem. I have to respect some laws/rules and without LDAP is going to be very complicated. Adding user without an OU isn't very practical.
-
So you use the current user instead of the Local Machine store and where is the documentation?
-
It doesn't work! Connection error Unable to connect to Information Service. The server has rejected the client credentials.
-
I am using the first one of the list. I can't input my credentials if I select "Orion (v3) AD"
-
It is an SAML account. I deleted the account from the DB. The account has a "yes" to everything. Still not working. By before I meant before having the problem.
-
None! That's the thing, you do a query => you have empty results, you do the same with the local admin account and you have results.
-
answer to myself: Set-Location -Path E:\WIP\ # Create groups inside NPM $groups = import-csv .\Orion.Container.Group | Select-Object -Property DisplayName, Description | Sort-Object -Property Displayname # Build Connection to SWIS - SolarWinds Platform $SwisHost = $SwisCreds = Get-Credential -Message "Enter the…
-
I have to experiment to get the results I want.
-
I see. Order of operation matters. The documentation doesn't show that as many SolarWinds documentation we've got the partition not the music.
-
I've actually read the documentation but I am fuzzy about the logic. You got filters with a rule? ok. So let's say I have a rule to forward to another system, a rule to send to file, a rule to send a DB. Let's take a simple example, I have a message containing the string "Hello world" how to do a NOT? I would like not to…
-
Sorry for the late respond I have been busy with something else. Kiwi Syslog Server Version 9.8.1.830 Is it possible to get a column for hostname and on for IP address? I assume I have to pass a custom property.
-
Hello, send syslog statistics was already up and running but the email received is totally messed up. The "Get diagnostic information" is more helpful actually. What would be use is to be able to task schedule the report.
-
Answer for support: Basically, Meraki API does not work because of failing certificate revocation check: Certificate itself is fine but the issue is with the validation process , Which is a code change.