Comments
-
@"jasonf1971", using the query as a starting point and looking at that reports datasource you can develop the query to correctly "CASE" the severity to a string value. Try and replace the reports datasource with the below query. It has the appropriate CASE statements that convert the Severity to a string value. SELECT Name…
-
@"Prineel", currently SolarWinds is using the values in the right columns as its critical/warning thresholds. If you would like to override and use custom thresholds to make alerting on them easier take a look at this KB article on adjusting hardware sensor thresholds. Once you've defined the threshold you should be able…
-
@"basilfernandaz", take a look at this query found in the content exchange. In the future, the Content Exchange is a great place to start looking when trying to find queries, reports, etc.
-
@"jasonf1971", basically the system is translating those integer values to string values when processing to show on the website. You can accomplish the same mechanism by using CASE statements in queries. Take a look at this query, you should be able to take the query and replace your datasource with it for the report and…
-
@"acurrent", take a look at this THWACK article
-
@"luis.wiedemann", can you provide a little more information? When you say that you don't see fixed disks being monitored, is this after you have selected the resource, don't see the resource available to monitor, the discovery is not set to auto-import with fixed disk checked and they are not being selected?
-
@stuartd, you could take the approach of using a CP to define the email address of the recipient. you would then just need to modify the Trigger/Reset actions to point to that CP, but that can be done in bulk.
-
@"mikegale", brackets so it should look something like this WHERE aa.AlertObjects.EntityCaption like '%port-channel%[[]%N%[]]%'
-
@"itengineer", the migration process I proposed is supported by SolarWinds support, should you have issues with the migration SolarWinds support can and will assist you through them. It does not impact any future support either since Azure deployment is a supported deployment architecture.
-
@"itengineer", so I'm not familiar with the process of migrating from on-prem VMware VM's to Azure that you posted originally so I can't speak to that from an experienced perspective. Conceptually, when doing migrations of the polling engines Orion generally cares about the hostnames of the polling engines, it's pretty…
-
@"itengineer", take a look at this article if you haven't already seen it. The portion of this that is most problematic is the DB side of it so pay special attention to those requirements and this article regarding DB migration
-
@"luis.wiedemann", agent discovery is polling engine specific, meaning that the discovery is only going to discover agents that are assigned to the polling engine that the discovery is kicking off from. Do you have multiple polling engines?
-
@"hythlodaeus", while you are waiting for SolarWinds support to assist you I recommend you to take a look at this article. Additionally, the key point I'd like to highlight is the use of Orion Insights. At a high level essentially you can upload diagnostics into the Orion Insights page and roughly 24 hours later you will…
-
@"hythlodaeus", if you click the hyperlink that is on the term .NET 4.8 that is in the article and then subsequently what you pasted you'll see that it takes you to another KB article that outlines that for Orion platform version 2019.2, 1029.4, and 2020.2 the required .NET version is 4.8 and that the Orion Installer will…
-
@"hythlodaeus", the article I sent you and the link you provided are the same article (my link just takes you to the table that I was referring to in my response). That article outlines all the requirements to include the .NET version (which is installed as part of the bundle if not present on the server at the time of…
-
@"hythlodaeus", have you taken a look at Multi-Module System Guidelines? From the output you have provided it looks like you should be referencing the 5 module config in the table.
-
@"seymanur", as a point of clarification is the problem that the alert is not triggering or that it is triggering but the email action is not executing. Those are to separate functions within SolarWinds and has their own troubleshooting mindsets. If the alert is not triggering can you describe how you are monitoring your…
-
@"basilfernandaz", perhaps it is beneficial that you take a look at these SolarWinds Labs to better understand the basics. Watching these and understanding the basics will greatly assist you in resolving these and modifying these queries to get this information. SolarWinds Lab #86, SolarWinds Lab #91, SolarWinds Lab #93.
-
@"basilfernandaz", change "NodeRegion" to "Region"
-
@"basilfernandaz", because i don't know the exact name of your property its erroring out. As i stated in my previous reply you have to make sure that the line with NodeRegion accurately reflects the name of the property.
-
@"mnmoore", take a look at this. Goes through how to configure the package to use the transform
-
@"basilfernandaz", so this might work. I don't have an instance i can test out in. I'm fairly certain there's a navigational property that can be used in place of the join but as i said i don't have an instance i can test out in to confirm. This is also dependent on the name of your custom property, you need to make sure…
-
@"basilfernandaz", is node region a custom property you have defined?
-
@"basilfernandaz" take a look at this, it seems to be what you are looking for.
-
@"basilfernandaz", take a look at this, it seems to be what you are looking for.
-
@"basilfernandaz", can you paste a copy of the query you are currently working with?
-
@"basilfernandaz", at the bottom of that Github link there are instructions for installing it manually. Did you try that out?
-
@"basilfernandaz", all of those posts from the previous reply contain examples. Here's a another example.
-
@"basilfernandaz", check out these SolarWinds Labs SolarWinds Lab #86, SolarWinds Lab #91, SolarWinds Lab #93.
-
@"basilfernandaz", take a look at any of these articles, they should be able to get you started. If you still need help let me know and we can work through what you need.