Comments
-
I have added a exclusion condition is the scope of alert "Component is down" >> "component status or error description" is not equal to "PowerShell script error. An error occured while creating the pipeline."
-
We have the same problem, for years, on many versions actually : 2020.2.6 HF5
-
Really guys ??? You changed the title "Solarwinds REST API authentication" to "SolarwWnds REST API authentication" to avoid results on search engine ??
-
Did you get an answer about this problem ? We have our MPE with the same problem, the perf counter you pointed is about 604k ! Solarwinds support is unable to help us and ask some non sense actions Collector/InformationServicev3/JobEngine have been reinstalled without help :( Once manually moved (.cfg edit) to…
-
Hello, You can fill yourself a network discovery task with good IPs (yes you need to enable snmp on these devices)
-
Yes, "maintenance mode" and "node management" rights are 2 distincts things : Allow Account to Unmanage Objects & Mute Alerts
-
Make a copy of the original alert and add the last line, like that : SELECT VolumesForecastCapacity.Uri, VolumesForecastCapacity.DisplayName FROM Orion.VolumesForecastCapacity AS VolumesForecastCapacity LEFT JOIN Orion.Nodes nodes on nodes.NodeID = VolumesForecastCapacity.NodeID LEFT JOIN Orion.Settings s ON s.SettingID =…
-
You can try to check/repair from C:\Program Files (x86)\Solarwinds\Orion\OrionPermissionChecker.exe
-
The query to get application component with a different name in alerting : select AO.EntityCaption as old_name,APMC.Name as actual_name, AO.EntityNetObjectID, AO.AlertObjectID FROM [dbo].[AlertObjects] AO inner join [dbo].[APM_Component] APMC on AO.EntityNetObjectId = CONCAT('AM:',APMC.ID) where AO.EntityCaption<>APMC.Name…
-
Hi, does not seems to work in 2020.2.6, i have 0 row
-
Hi, So there is still no way to change it wih sdk ? Values for CPU/RAM are in Orion.NodesThreshold; but as Uri column exist but values are empty, we can't use "Set-SwisObject"GUI permit to set global threshold, but just for percentage. GUI permit to set custom threshold on each node, for percentage and interval/polls We…
-
We have applied 2020.2.6 HF3 (with 2.16) and then updated to 2.17 manually https://support.solarwinds.com/SuccessCenter/s/article/Server-Application-Monitor-SAM-and-the-Apache-Log4j-Vulnerability-CVE-2021-44228?language=en_US (be aware, seems that solarwinds public web pages have problems, they don't have the same content…
-
Sure, prepare to be patient, feature request = sink into oblivion github.com/.../220
-
Helllo, We use GCP load balancer (and F5 load balancing in my previous company) ; i have configured the health check on favicon.ico (don't know if we still have the bug, but with terraform we could not use health check in a sub directory ; so i used favicon.ico as it's on root path)
-
Bug is still present on 2020.2.6 HF2
-
We have millions RSA files on web servers/pollers, and it seems to affect polling engine performance ("initial pool in progress" stays for 3 to 5 hours after a unmanage/remanage) Guys, can you check C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys folder ? Are we alone with this problem ? Even on a freshly installed polling…
-
We have the same problem
-
We have the same problem [View:https://ibb.co/mHsFH1p:640:50]
-
Tested this morning, it works in rest api/sdk ! - Create an icmp node (ip/caption) - Install agent on that node - Switch polling method from ICMP to Agent (agent is linked to the correct nodeid) - add templates, CP, etc
-
We have closed our datacenters, 100% on cloud (WW company, ~90k employees)
-
Not already tested, but I just realized that I need it to be available as a API REST maybe with BULK ?
-
I had the same problem, I have a node spamming "not responding" but changed to "node is down" multiple hours later (so late triggered alert)
-
Reply to myself, and auto thanks : this is a bug, 2020.2.5 correct that
-
Actually our nodes are provisioned with Terraform, but agent is installed with puppet once OS is ready The goal is to provide customers to set variables in Terraform tf file such as custom properties for node, templates list to associate to the node, custom properties for application monitors. For an existing node, no…
-
Hey ! Will try it to change from ICMP to Agent
-
[quote userid="92252" url="~/product-forums/the-orion-platform/f/orion-sdk/5504/full-orion-alert-rule-export-using-powershell-and-orionsdk"] Set-Content $filename $ExportedAlert.InnerText $ExportedAlert = Invoke-SwisVerb $swis Orion.AlertConfigurations Export @($alertid)[/quote]These two lines are inverted
-
Thanks, I was looking for that ! It's not even in the swagger !
-
is there a way to change columns order ?
-
we monitor as400 with odbc
-
I have found another solution, as this verb does not work (and solarwinds support does not want to help on sdk) I have created a custom properties boolean "discovered" on nodes, "true" when at least 1 volume/interface exist, "false" if not. Then I have created 12 scheduled discovery tasks for agents (one by poller),…