-
Stuck while creating a customized report.
Hello Everyone, I am working on creating a custom report to meet user requirements. The organization has multiple WAN links provided by different vendors, each with various speeds such as 1 Gbps, 10 Gbps, 50 Mbps, 75 Mbps, and so on. Scenario:The users want a report that shows how many times the utilization threshold was…
-
Report on Alerts to include Downtime
Question: How can I get a report of "Node is down" alerts, which includes a field for either Downtime or Reset Time? Background: I created a basic, working "Node is down" alert. The only trigger action is send an email. The only reset action is send an email. The reset action message, contains: "Object was down for…
-
SWQL Calculate Percentages and Filter to only above 75%
Solarwinds Gurus.. I been trying to learn SWQL but struggling to get percentages of 90, 95, 99 percentile from interface speed. The formula should be (% Utilization (90th) = Average Output bps (95) / Interface Speed) then filter that column for anything above 75%. Below is the current working report that is a canned report…
-
How to add interface bandwidth speed in the report
Hi Team, Happy New Year to all of you! I would like to inquire about something regarding the report mentioned below. I have created a report for the team, but now they are requesting that I add a new column to display the interface bandwidth speed (e.g., 700, 500, or 300 Mbps). A sample of the report is shown below. or…
-
Max Interface Utilization Report Query Issue
I need to know the max usage of a set of interfaces. Portchannel 3 on nexus-a and nexus-b. Please check both the port channels and the separate interfaces. Eth1/3-Eth1/6. I need to know the absolute max bps for this connection, the other side is the 4500x and the ports on that side should be labeled properly. Let me know…
-
swql report avaiability node
Hi all Need advice and references for report availability queries with filtering show node name, ip address, availability, customproperties with coverage last month
-
Request for suggestion on Report to include switch stack device.
Hi Team, I am creating a report on all onboarded nodes as per the organization’s requirements. The report needs to include the following details: Machine Name/Caption, Machine Type, Vendor Name, IP Address, Model Number, and Service Tag/Serial Number. I have created a report based on these requirements, as shown below.…
-
Report - devices with increased response time
Greetings All. I manage Solarwinds in an environment with > 100 locations, connected by WAN links. Looking at response times for individual switches. These are the 'core switches', i.e. the first device from the WAN into the business location. We have reports for average response time last 7 days and last 30 days, plus…
-
PerfStack and SolarWinds Reports
Hi Guys, Once a PerfStack Project/Graph/Chart is created, for example, 4 component/metrics in the graph for Interface performance (I/O), is there a way I can then import that graph/chart/project into a SolarWinds Report?
-
Query to have Multiple Application or Nodes with a status in a dashboards..
I need a solid query that will allow me to pick and choose any specific nodes and or applications within a selected status code example below, but maybe a lot cleaner since I am no programmer By Nodes below: SELECT COUNT(Status) as Status FROM Orion.Nodes Where Status LIKE '1' AND NodeName LIKE '%SYSTEM1%' OR (DisplayName…