Comments
-
The Discovery profiles retention is mainly designated for one-time discovery profiles. I believe the profiles are deleted, when the difference between LastRun and Current date is bigger, than the retention settings. Scheduled discovery profiles should be never deleted.
-
Hello, not 100% sure, but as far as I rememember this checkbox belongs to the UDT product (do you have it installed) and by checking it and fiilling should cause adding it to UDT as Domain controller and monitor e.g. the logins as you stated. Regards, Honza
-
Hello, it is probably because [int]/[int]=[int] (behavior of the language), so if you expect the single value, you must retype some value to this datatype.The easiest way to do this is for example: (ABS(wouldtrigger*1.000)/ABS(total)) as percentage Please let me know if it helped. Honza
-
Exactly. The main reasons for matching the versions is usually potential difference in the database schema accross different versions both platform and modules. Other reason is inter-server communication in both directions. Example. pollers may notify the main poller about changes in polled data and the main poller must…
-
It's possible by using the Account Limitation Builder application (can be found in the Start Menu in SolarWinds folder). Just add new limitation, using your custom property and it should appear in the list of available limitations on the web. I hope this helps. Honza
-
Hello. The "Verify Installation files" and "Database Comparison" tasks are still in development and are showing false positive results in some cases, so those are just informational and usually don't require any additional actions or fixes. If other tests passed fine, you're on the right way to have healthy environment..
-
Hi. Not sure about what's your prefered API. Good start point is Home · solarwinds/OrionSDK Wiki · GitHub So here's example for getting the data(last 24 hours to not to kill your DB) through PowerShell API after the Orion SDK installation(and allowing the scripts execution): #region PSSnapin presence check/add if…
-
If you're already on NPM 11.5+, there's possible to use classic update operation the same way as you use that for nodes Custom properties. For example in powershell: $swis = Connect-Swis "qa-brn-jpel-01" -UserName "admin" -Password ""$uri= Get-SwisData $swis "select top 1 uri from orion.groups"$CPuri= $uri +…
-
Hello, surely it's not your incompetence :-) The update operation on Orion.APM.Component is currently unsupported. This is not limitation of Orion SDK, but rather of the SAM product implementation, so raising the customer feature request via SAM support ticket should be the first thing you could do for having the requested…
-
Hello, unfortunately this looks like one of the issues of the MS SQL express installers. Per return code it should be fixed as described here: Error 0x84be000a (Process returned error: 0x84be000a) (129035) . Also there may be some pending reboot request, so try to reboot as well.
-
Hi diego, after upgrade all settings from previous version will be kept including Node settings. We strongly recommend to backup the database (you will be asked for it during installation wizard) before upgrade (several environmental issues with upgrade are known). Honza
-
Good to know how the script looks like. Is that Orion API based script using CRUD operations (supported way as it handles quite a lot of operations like notifications for services, moving to deletedInterfaces for DB maintenance, deleting pollers etc...) or just "delete from interfaces where" sql script?
-
Hello, could you, please be more specific what doesn't work? The format you've written works for me (NPM 10.5) and adding accountid and password into query string for login.aspx gets me into default summary page. Direct links into other pages like group summary would look like:…
-
Hello cshanep, I'm not sure about exact desired behavior. You want to let the user login to the webpage without manual entering the credentials? There is still open possibility to use credentials in the querystring by adding username and password in following format: &accountid=user1&password=Password1 For example if you…