Comments
-
Yes, you can install IPAM separately from your existing Orion server and may use the same database instance but not the existing Orion database used for NPM and NCM.
-
Here are some queries which may be useful for what you have in mind. Count of applications that are not Up. SELECT count(1) as count_apps From orion.Apm.Application where statusDescription !='Up' Count of application components which are not Up Select count(1) as count_appcomp from Orion.Apm.Component where…
-
I haven't seen this behavior before, is this isolated to a single server? It may need a support ticket if you could share the ticket number with me.
-
This should help you get started with the API https://github.com/solarwinds/OrionSDK/wiki
-
Can you share a fresh collection of Orion Diagnostics and Agent Diagnostics privately with me?
-
Unable to reproduce in my 2020.2.1 lab. Can you post a screenshot of the Trigger Condition?
-
Hello, I believe we may have a solution that requires some SQL changes. Rather than try troubleshoot this here, it may be more efficient If you could open a support case for this through your customer portal or from here https://customerportal.solarwinds.com/support/submit-a-ticket/ Please share the case number with me…
-
When using Orion High Availablity there is only 1 database required as only 1 of the pool member servers will active at any given time. The following guide will walk you through the process of what is involved. https://documentation.solarwinds.com/en/Success_Center/orionplatform/Content/HA_deployment_overview.htm
-
Are you seeing errors in the SAML.log (C:\ProgramData\SolarWinds\Logs\Orion\SAML.log)
-
Thank you for reporting this, could you share the case number? These charts are described as (Classic Chart Style) and will have an equivalent summary chart counterpart available.
-
Has anything on the Orion side changed e.g have you recently upgraded any module?
-
The query works as intended when added to a node details view. the "Active Alerts on this Node" displays the same data. I would consider this script/workaround unnecessary/ out of date.
-
What browser are you using? From my initial test, this works just fine using Chome Version 84.0.4147.105
-
Thanks for sharing, this is a known issue which we are tracking. This is reproducible not only within Modern Dashboards but also when using a per stack project as a widget in classic view. Non-node entities such as Applications, Application components, interfaces etc will all behave the same way and do not display the…
-
@"alankar.srivastava" How would you like to present the availability? As a single number for a time period? This would be best suited to a KPI widget, or would you like to see the historical availability as a chart? in which case the perf stack time-series widget would be best.
-
@"hmcf2015" If you group the query you will need to perform an aggregate on one of the other columns, Ive removed the TOP10 and WHERE clause and wrapped the query aliased q1 to end up with SELECT q1.Caption,AVG(q1.percentloss) as AVGPL from (SELECT n.Caption,n.IP,n.PercentLoss,aggSub1._avg AS…
-
Could you post a screenshot of the trigger condition you are using? I am curious, is there a reason why you can not use the reset conditions/reset actions for the canned 'alert me when a node is down' alert?
-
Can you provide the script you are using?
-
Unfortunately, variables for the URL are not supported. I have created an internal Feature Request CUST-69408 to track this, as the only option available to simplify this process for you would be to use a PowerShell script to do the POST in a similar way to what is described here…
-
There should not be any problems using SCOM management pack with TLS 1.2, here you can find additional details on TLS compatibility…
-
Hello, There is currently no integration between the Orion platform a CyberArk, this is something I am researching and would like to understand your requirements if you could describe those please?
-
@"bricowatson" It depends on how the data is polled in Orion. What VPN solution are you using? The KPI widget is a query to return a single number which could be a polled value or an aggregate from multiple values.
-
@"gangadhar.k" Did you have an opportunity to verify if agents are in fact being upgraded or just the pending upgrade message in agent management UI? If they are really upgraded, a support case with diagnostics is the next step. @"sturdyerde" If there any specific references you can share which I could look at that would…
-
The following should help with getting started https://github.com/solarwinds/OrionSDK/wiki/REST The Orion.Nodes entity has verbs for Unmanage and Remanage tasks, you can see these and their parameters using SWQL Studio Examples using curl can be seen here…
-
@"Seashore" In your example the ORC will only provide polling for supported SAM technologies as the NPM license alone does not provide access to the ORC.
-
@"denmedic" It is possible to add Application Monitors to Orion Maps today, other entity types can also be added, do these not meet your use case?
-
The SDK wiki can be found here https://github.com/solarwinds/OrionSDK/wiki I would also recommend reviewing these https://thwack.solarwinds.com/t5/Product-Blog/Intro-to-API-SDK-SWQL/ba-p/506794 https://orangematter.solarwinds.com/2020/04/15/orion-sdk-101-intro-to-powershell-and-orion-api-solarwinds-lab-episode-86/ The…
-
Hello, Our Orion High Availability offering allows you to have an Active/Standby solution. https://documentation.solarwinds.com/en/Success_Center/orionplatform/Content/HA_Requirements.htm Also keep in mind that the versions you are running are a little behind the latest available. It may be worth looking at the following…
-
Can you elaborate on what you want to include in the ticket? If i understand you are comfortable with variables like those described here https://support.solarwinds.com/SuccessCenter/s/article/Adding-alert-specific-variables-into-email-generated-by-an-alert Are there specific variables you are looking for?
-
Hello @"Ngrover585" Can you elaborate on your requirements a little? Alert suppression is possible via API. See following example https://github.com/solarwinds/OrionSDK/blob/master/Samples/PowerShell/AlertSuppression.ps1 You may also find the following useful http://solarwinds.github.io/OrionSDK/swagger-ui/