Comments
-
Can you share the support case number with me?
-
What version of IPAM are you using? Never mind, user error on my part! I forgot to check my IPAM account permissions which were read-only on my lab. Working as expected now.
-
I.P address alone may not be unique, is update_node_info working as expected for you?
-
As you only need the URI you could simplify the select query to remove the 'TOP 500' or consider using swis.bulkupdate if you have a list of uri's to update. Interestingly the sample for update_node_Info is not working for me. I simplified it down to def get_ip_node_info(): counter = 0 nodeinfo = swis.query("SELECT TOP 10…
-
This sounds like a good idea, I am happy to contribute in any way. There are some resources that could help you, my favorite is the getting started post https://thwack.solarwinds.com/resources/b/product-blog/posts/intro-to-api-sdk-swql The SolarWinds Academy also provides access to live and on-demand content in this…
-
All the available downloads for your licenses can be found in the customer portal https://customerportal.solarwinds.com/ There you will find both online and offline installers depending on your needs. Before starting the process it may be beneficial to use the product upgrade advisor to provide your environment details and…
-
Adding a URL to the widget configuration adds the explore this data icon to the upper right-hand side and makes the widget title navigable, even when using the smallest widget size possible. Is this not the behaviour you are seeing?
-
What VPN solution are you using? NPM supports VPN polling of ASA and PA Global Protect. https://support.solarwinds.com/SuccessCenter/s/article/How-to-monitor-VPN?language=en_US If using another vendor we will need to look at how to capture that data using other methods such as the universal device poller.
-
Hi Alankar, I have bumped your case again with support management to get a call scheduled between all parties. Have you been able to verify access to the URL which is returning the 503 response from the Orion server as referenced in the case?
-
I am not overly familiar with the specifics but you might find some guidance here https://documentation.solarwinds.com/en/success_center/npm/content/npm-cloud-monitor-azure-gateways-and-site2site.htm for the dashboards needs, as the data collected varies across Azure and AWS I see two options 1. Have distinct tables for…
-
It is possible to create an alert based upon Auditing Events. This alert definition can be imported through "manage alerts" has the trigger condition you need, or create a new alert like this
-
Indeed the same query also fails for me in SWQL Studio and quite honestly I have never seen this message before nor have any idea what toopleMetadata is, although from a quick peak it seems to be related to the physical query plan. Maybe @"dan_jagnow" or @"tdanner" may have some thoughts. I am curious though If the query…
-
This type of error typically appears when the column is no longer available in the data source but is still defined in the table layout. iIwas able to use your query without issue and see the table with the applied HTML formatting If I edit the data source and change the column alias to Log1 while LOG has been added to the…
-
Yes, this is certainly possible. Within the presentation configuration section of each widget, you will see an item for Widget link URL(optional). This can be a link to an existing dashboard URL or any other URL.
-
The example on the demo site is a modern dashboard in its entirety. At the moment there are no OOTB widgets and so you will need to define the widgets as needed. What kind of data are you looking to display?
-
Not so much luck when assigning credentials to the trigger action "Invoke-SQL" action has failed Execute program failed with exit code 1.
-
I'm using SQL auth in this case. I can try local windows auth but it will take a bit to set up, a proper AD environment would take a bit longer.
-
Curious, [Environment]::Is64BitProcess comes back false even though I do get the output from Invoke-Sqlcmd
-
Admittedly I have never looked at UDTs API capabilities in Orion. Having recently spent some time digging around discovery profiles let me share what I know and perhaps there may be something of benefit here in the absence of native API features for UDT The configuration of a scheduled discovery can be considered as 2…
-
Thanks, I gave this a quick workup in my lab and what I found so far is that this seems to work in the following scenario. * Alert created using 'execute an external program' trigger action. * Path to program set C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command…
-
Ohhhhhh that's one good-looking query VERY NICE! Thanks for sharing.
-
@"jolson1" Is this issue persisting? Have you opened a case I could reference to help determine if these issues are related?
-
interesting, do you have an example script I could use as a reference?
-
Apologies for the delay in getting back to you. Orion uses Orion.Cloud and its sub-entities for AWS/Azure specific metrics and values and Orion. Nodes for anything monitored as an individual node. I am setting up a lab at the moment to get some cloud-specific data and once available we can look at what is possible.
-
Checking in in the case I see that support has been working with you to help identify the problem which appears to be isolated to a specific dev instance of SNOW. I am sure they will find the root cause but I suspect perhaps some custom fields with conflicting datatypes/names or additional external actions which are…
-
There is an OOTB Auditing Events report which could be edited to focus on just these event actions. Would this work for what you need?
-
Orion provides an OOTB report "Triggered Alerts - Last 30 Days" which can be copied and edited to change the time period of interest. Would this meet your needs? If not the following SQL query may be more suitable for how you want to see this data SELECT Count(Severity) As 'Number of Alerts', Severity FROM AlertHistoryView…
-
What are the values you are seeing for the individual queries?
-
How long does it take the query to execute? Have you tried increasing the timeout value? https://thwack.solarwinds.com/product-forums/the-orion-platform/f/orion-sdk/40697/swql-timeout-issue There very well may be a way to optimize this query but unfortunately, that is not something I am proficient at. @KMSigma any ideas?
-
Hi @"gulledgek" I'm sorry to hear you are having difficulty with this case, Can you share the case number with me to look into?