Hi Team, I hope you all are doing well! I have a question regarding two reports: "90/95/99th Percentile Traffic Rate - Last 7 Days" and "95th Percentile Traffic - Last 7 Days." Could you please explain the importance and differences between these two reports? Thank you for your guidance! Snapshot for 90/95/99th Percentile…
I want to generate a Reliability report that captures metrics like Node Caption, IP, Status, Uptime Duration (in minutes), Start and End Downtime, Downtime Duration, Outage Count, MTBF (Mean Time Before Failure), and Availability. This report should have the flexibility to be produced on a daily, weekly, or monthly basis…
We have an inventory report that every month is saved as an excel file on a share drive..... BUT.... this month it has decided not to save the file. If you run the schedule manually is says "success", but there is no file.... If you check the PDF, CSV and Excel file buttons, only an html file with a error is created....…
I have a SWQL script below that looks at containers and VMs and then groups them.The script is below SELECT n.DisplayName AS [Node Name] ,CASE WHEN m.containerID = '218' Then 'DBA' WHEN m.containerID = '217' Then 'BICC' WHEN m.containerID = '219' Then 'Finance' WHEN m.containerID = '220' Then 'Finance Payroll' WHEN…
Hi all I want to make a report where you have the following information We have a bunch of tags on VMware importing over and I want to line up the VMs and what’s been tagged. I have had to do a query where the vms go into a group - so what I have done is manually created sub groups for the dynamic query Example below…
Is there a way to build a component availability report? I have been successful in pulling application availability however I am needing a break down by component.
Code to get a color status, but I want it for a select number of servers and or specific nodes no tall SELECT --NodeID as id, DisplayName as NodeName, Status as NodeStatus, VendorIcon as NodeVendor, DetailsUrl as NodeUrl, CASE WHEN Status = 1 THEN 'green' ELSE 'default_color' END as color FROM Orion.Nodes WHERE…
Hello, Please can someone show me how to create a custom report to show all nodes that are muted via maintenance mode? I'm a report beginner I tried this How to view all nodes that are muted via Maintenance Mode - Alert Lab - The SolarWinds Platform - THWACK but got the "Query is not valid" error. Many Thanks!
Greetings to the community, I am making a report of a monthly interface report for the month of July for example, but the graph shows me the following, Why does it show me activity from the last few days??? THX
Hi Folks!! Background: I have zero knowledge of solarwinds. I am writing a powershell script where I want to get the data from availability report (Node, Hostname, Availbility %, etc.). I am looking for a query to get the same. My Solution: I found below query but it only gives the report information. query => SELECT…
It looks like you're new here. Sign in or register to get started.