Comments
-
Thanks for this article. A problem in SolarWinds is the management of permissions. For delegate the maintenance mode in all teams IT, I developed tools with the PowerShell This tool is simple. It lists all the groups and offers the two types of maintenance (Muted alerts or Unmanaged) On the other hand, I impose a deadline…
-
After applying the solution of aLTeRego, the solarwinds administration service was no present. I reinstalled the service (With SWA-2020.2.5.269-AdministrationService.msi) and it fixed my issue
-
The network configuration works. In the AdministationService.log I have : 2021-09-15 11:37:24,836 [118] DEBUG (null) SolarWinds.Administration.UpdateState.WCF.UpdateStateService - productVersionComparison: Id: NPM, LocalVersion: 2020.2.5.11575, MainVersion: 2020.2.5.11575, Id: NTA, LocalVersion: 2020.2.5.13885,…
-
With Internet explorer, error 404, but with google chrome is Ok (Text message : Not found) ...
-
Hello, If test the URL downloads.solarwinds.com in my two environnement I receive a error 404. I don't understand why with the 404 error the environnement in version 2020.2.4 works and the environnement in version 2020.2.5 does not works
-
Hello Tony The full information : Orion Platform HF1, SRM, NPM, DPAIM, NTA, VMAN HF1, UDT, SAM HF1: 2020.2.5 No, I have not the offline=true in the URL I have disabled the windows firewall, and testing all address in the article 'Orion URLs for Firewall Whitelisting' I have two environement. In the environement in version…
-
Hello, I have the same error. Do you have a solution ? Other than the use of iso ... Best regards
-
Hello Use the wizard in the Same module for creating a template monitor with a component process monitor. => In the console, Settings, All Settings, SAM settings, Component Monitor Wizard, Linux - Unix Systems, Process Monitor best regards.
-
Hello, Your query is too long in execution and the SW does not respond What I have done : * I select my alerte : SELECT AlertObjectID, AlertID, AlertNote, EntityType, EntityCaption, EntityNetObjectId, EntityDetailsUrl, RelatedNodeDetailsUrl, RelatedNodeCaption, RelatedNodeID FROM Orion.AlertObjects WHERE AlertObjectID IN…
-
@"jblankjblank" : I am referring to Orion MAPs (Web interface).
-
@"jblankjblank" - It is very difficult to get a new module adopted (even if it is better) if the restoration is not possible. Is this in the roadmap?. Thank you
-
Hello, If a user deletes a map, can we restore it ? Thank you
-
I found [string]$AlertinfoFD = 'SELECT A.AlertObjectID, A.EntityType, S.TriggeredMessage FROM Orion.AlertObjects A JOIN Orion.AlertActive S ON A.AlertObjectID = S.AlertObjectID where A.alertobjectID = ' + $AlerteID + '' Regards