The most recent content from our members.
Hello All, I was looking for a query to let me know if an interface is down for more than 31 days. We are going to some tech refresh and my network admins move so fast they never go back to do the house keeping. @John W Johnson and @sum_giais have done some great work in the past and was wondering if you had a solution to…
I'm working with the SWQL variables in the email Alert Message to try to do this. Here's the original code: The Loopback IP is: ${N=SwisEntity;M=Node.IP_Address} Interface is: ${N=SwisEntity;M=InterfaceName} - ${N=SwisEntity;M=Alias} And is located at: ${N=SwisEntity;M=Node.Location} This is an:…
Hello together, Solarwinds shows me many alerts for interfaces which are down because the the pc's connected to it were shut down. The Problem is, that there are so many of these alerts that it's hard to identify an urgent interface down: Because of that I tried to modify the alert definition to filter out all alerts on…
I have created below script for the node which goes down and up and there total down time in hour:minute format, can able to take last 12hrs of data. I have a requirement to take the report of only today's down event that is only 24hrs data. It should take the the data of todays only whenever I run the script. And I want…
I had 2 devices (primary and back up) have the same interface go down on the same night this week during planned maintenance, I could see the syslog related to both interfaces going down in message centre and syslogviewer so I was happy with that but when I checked through message centre I could only see an event generated…
Hi, I have requirement to fetch interface down report as of today with particular interface tags, kindly help with below query: SELECT Nodes.Branch As 'BRANCH', Nodes.Caption AS 'Node Name', Nodes.Switch_Type As Switch_Type, Interfaces.Caption AS Interface_Caption, max(Events.EventTime) AS Event_Time FROM Nodes Inner JOIN…
It looks like you're new here. Sign in or register to get started.