The most recent content from our members.
The original 32-DownInterfaces.Resource modified with the duration of the event added. You just have to replace the original one which is located in: C:\Inetpub\SolarWinds\NetPerfMon\Resources\1-1-SummaryReports
Is it possible to create a report that generates currently down nodes with its event time. Ex. Node Name Event Time Device_A 22-April-2009 11:45:06 AM Thanks!
SELECT Events.EventTime AS Event_Time, Nodes.Caption AS NodeName FROM Nodes INNER JOIN (Events INNER JOIN EventTypes Events_EventTypes ON (Events.EventType = Events_EventTypes.EventType)) ON (Nodes.NodeID = Events.NetworkNode) WHERE (Nodes.Status = '2') AND (Nodes.Caption LIKE '%BPI%') AND ( (Events.EventType = 5000) OR…
All, I'm extremely NEW to both Thwack and Solarwinds (reforming/recovering HPOV and CiscoWorks addict). I was wondering if there is a way to configure NPM to respond differently to different node types (isRouter, isSwitch, isPrinter, etc.). Example: A router or switch don't respond to a query in the default 100ms window, I…
How can I join this 2 scripts to create a report with Event time and the currently down nodes.. SELECT Nodes.Caption AS NodeName, Nodes.IP_Address AS IP_Address, Nodes.Status AS Status, Interfaces.InterfaceName AS Interface_Name, Interfaces.Status AS Status_1, Nodes.StatusDescription AS Status_Description,…
Hi need some assistance on the script on the report writer. SELECT StartTime.EventTime, (SELECT TOP 1 EventTime FROM Events AS Endtime WHERE EndTime.EventTime > StartTime.EventTime AND EndTime.EventType = 5 AND EndTime.NetObjectType = 'N' AND EndTime.NetworkNode = StartTime.NetworkNode ORDER BY EndTime.EventTime) AS…
Hi, When I go to the problems tab on orion and look at the "Down Interfaces" resource theres a column for "Last change" Sometime its the exact time it went down and sometimes its not anywhere near the time it went down. I was wondering where info that is pulled from. Thanks!
It looks like you're new here. Sign in or register to get started.