The most recent content from our members.
Hi Thwackers, please help, looking to add a KPI widget based on a single node availability over the last 24 hours, how do I specify NodeName or Caption in the query below? SELECT avg(Availability) as ava FROM Orion.ResponseTime where datetime >= ADDHOUR(-24,getdate()) Able to return a value on NodeID but would like to…
Good Day! I am trying to create a modern SolarWinds dashboard, I have a widget that shows current alerts based on my custom group and its working but the links are not working I imported a KPI widget from an older dashboard (someone else created a long time ago) and the links are working Can someone tell me the difference…
Good afternoon Thwack Community, I am having trouble with a KPI widget that I am trying to repurpose in another KPI widget. The KPI will show the desired value but for some reason I can't get it to link to the Table Widget like the original KPI does. This is the query I am trying to work with SELECT N.TheCount , CASE WHEN…
We are starting to do KPI reporting and we are having trouble finding a way to get KPI data that is more than "is a service running or not". We would like to be able to show a percentage, or histogram, or something of not only uptime/downtime but also proper performance/degraded performance. We want it more actual as well…
Please enable color changing of KPI Widgets in Modern Dashboards for UnDP values for threshold violations (e.g. from green to red). Currently as of SolarWinds Platform 2023.2.1 the changing of color of the KPI widget in the modern dashboard is currently just working for natively polled values and not for UnDP values.
Have been tasked with creating a new report on a group's availability, however they want our weekly maintenance window excluded (Sunday 6am-10am). I have not been able to create this with the built-in query builder, I'd like to not have to write the SQL (or SWQL) query if I don't have to. Anyone have any luck? It's…
I am needing a SWQL query for a KPI widget on a modern dashboard Looking to get a count of Nodes that a UP that the CPU is running at or higher than 90% for over an hour Then I would like it to filter that count by a Custom Properties
We've been using the unmanage utility to schedule our monthly maintenance windows. While this solution allows us to unmanage the systems and prevent alerts, this reduces the accuracy of the Availability reporting. Even if we change each alert and define a schedule to disable each alert, this would prevent alert actions…
Hi all, need some assistance please creating a modern dashboard KPI widget for Application Availability and KPI Widget showing Up/Down The following returns the value, any way for it to display Up or Down? SELECT count(1) as count_apps From orion.Apm.Application where DisplayName = 'SolarWinds Health' AND statusDescription…
SELECT COUNT(1) AS KPI_Numbe from Orion.Groups WHERE Status= 2 Hi All, Some ideas needed , the above SQL has been used to created a KPI widget to list DOWN nodes within the full Orion.Groups set. I need too be able to change the SQL to not list KPI data for all GROUPS but for specific only GROUPS . For example based on…
It looks like you're new here. Sign in or register to get started.