Comments
-
Hello, This article describes the steps to collect windows event logs in Log Analyzer https://documentation.solarwinds.com/en/Success_Center/LA/Content/LM/LM-Set-up-Windows-Event-Collection.htm This may also be of interest…
-
Server Configuration Monitor May also be of interest for this use case. There are some nice examples of what can be done for monitoring changes in the server configuration. https://thwack.solarwinds.com/t5/Product-Blog/Manage-and-Monitor-PowerShell-Scripts/bc-p/459841#M3062
-
Has this query solved the problem for you?
-
Hi, Nice to hear this was of use to you! As the address is stored as string we can'y easily limit this for a certain subnet such as 10.160.1.0/24 although it would be possible to use a sql wildcard card at the end of the query and IPAddress like '10.160.1%' This would also match 10.160.100, 101, 102 and so on There may be…
-
It is not possible to execute raw SQL via the API. The API is an abstraction layer which uses a concept of entities (nodes, volumes, interfaces, application, etc) which support CRUD operations https://support.solarwinds.com/SuccessCenter/s/article/Use-SolarWinds-Query-Language-SWQL A Python client exists for using the SDK…
-
@"travis.schlafke" This should help as a start. YOu can safely remove the WHERE i.Description like '%mpls%' clause if you want to see all interfaces or adjust the text "mpls" to any interface description suitable for your needs. SELECT n.NodeName AS Node, n.DetailsUrl AS [_Linkfor_Node], n.Status AS Node_Status,…
-
@"martin.lkab" Thank you for the feedback. I will track this internally as a feature request to make the warning threshold optional.
-
Hello, I have seen some unexpected behavior but this appears a little more complex. I usually refer to this guide for troubleshooting https://documentation.solarwinds.com/en/Success_Center/orionplatform/Content/core-servicenow-how-it-works.htm What version of Service Now are you running? Have you opened a support case for…
-
Hello, A. Yes you can create a perfstack project which just shows the network usage for the VMs of interest. Start with an empty analysis project and add the required entities from there. B. No, it is not possible to set the units in perfstack. Can you share a screenshot of which metrics you are using?
-
This does sound unexpected. I have tested it and the behaviour is the same in my lab. FYI @"dan_jagnow"
-
Hello, What is the credential type for the credential ID you are trying to update which is failing?
-
@"dgsmith80" @"EdgarCotto" Sharing what I have for now Following steps 1-3 only, and the following script for foo.js will display the banner with some limitations. document.addEventListener('DOMContentLoaded',function(){ setTimeout(function(){ var el = document.querySelector('sw-evaluation-banner'); el.innerHTML="<div…
-
Hello, The behavior you describe is the use of the default node details view which applies to the majority of nodes in Orion. When you add a new tab, it is displayed for all nodes using this view. The view cannot be changed for an individual node but can be changed for a specific group of device…
-
@"Seashore" Thank you for the feedback, you raise some valid points. Additional widgets types are certainly being researched and an Orion Maps widget is certainly bright on the radar for future improvements. I'm curious are there other widgets you would like to see for example custom HTML? Linking dashboards to users'…
-
@"dgsmith80" Thank you for the feedback. I'm looking forward to seeing some of the real-world dashboards you create. 1. "Does this mean existing Summary views will be able to be edited in this new Manage Dashboards menu and will they will be admin restricted initially." Manage Dashboards is available to all Orion users.…
-
@"EdgarCotto" This is still under investigation, from what I can tell so far a similar solution should be possible as <sw-evaluation-banner> is present on all classic orion pages with <div class="fdk-evaluation-banner"> on manage dashboards. Editing the innerhtml shows the classification banner. The question is where best,…
-
in addition to the solid advice from @"vinay.by" I would suggest reading through the following to help with your migration. https://documentation.solarwinds.com/en/success_center/orionplatform/Content/Orion_Platform_Migration_Guide.htm…
-
Hi Damo10, Welcome to the community. The following article should help, if not let us know https://support.solarwinds.com/SuccessCenter/s/article/Orion-Blank-or-Empty-Resources-in-Edit-View
-
Hello, Have you had any success with this task?
-
Hello, As far as I know this is not currently possible via API. You will notice the absence of any verbs for the Orion.NetPath entity.
-
Hello, Which Orion Platform modules do you have installed? From the query I gather you have Network Performance Monitor and Netflow Traffic Analyzer? My assertion is that Netflow is not the correct tool for the task you described. It shows traffic traversing through an interface, source I.P, Dest I.P, Port and Protocol.…
-
Hello, There are a number of different methods to achieve this. As a first step, I would suggest looking at this solution to see if it needs your needs.
-
@"dunky2k" Thank you for the feedback and for sharing this dashboard. Paging within a table is not possible in this release but is something I am tracking for consideration in the future as dashboard widgets evolve. I am curious as to your use case for paging over infinite scroll, is it purely a visual preference or are…
-
I don't see anything immediately apparent, perhaps increasing the logging level may add more detail.
-
@"andrew.ellis" Have you been able to get so far as to drag and drop a widget onto the dashboard and select the KPI widget type? The data model used for average availability last 24 hours would look like this. SELECT avg(Availability) as ava FROM Orion.ResponseTime where datetime >= ADDHOUR(-24,getdate())
-
In addition, there are some AWS specific docs here https://documentation.solarwinds.com/en/Success_Center/orionplatform/Content/install-orion-aws.htm
-
If the pollers were created as UNDPs there are options as to where you want to display these on the console. https://thwack.solarwinds.com/t5/NPM-Discussions/UnDP-Web-Display-Question/td-p/157141 https://support.solarwinds.com/SuccessCenter/s/article/Create-a-Universal-Device-Poller-UnDP You can also use macros within the…
-
Are you able to navigate to http://yourorionserver/ui/ha/deployment/summary ?
-
@"shocko" There are no verbs available to update alert trigger actions as the alerts definition is based on XML, you may find that you can use the export/import actions and modify the XML locally prior to import in a similar way to what is described…
-
@"dgsmith80" I took a brief look over this and see that _Layout.cshtml is missing the referenced content. I will look into this further and see if there is an alternative method available.