The most recent content from our members.
I was asked to create a report showing the devices that have the longest uptime. I used the Last Boot time that SolarWinds reports and I was told this was not showing the correct dates. For example, this Cisco 3800 stack shows an obvious discrepancy: SolarWinds LAST BOOT - Wednesday, February 22, 2023 7:10 AM Console…
I was hoping to do the following: SELECT top 10 NodeID, IPAddress, DNS, LastBoot, (SystemUpTime / 86400) as Days, ((SystemUpTime / 3600 ) % 24) as Hours, ((SystemUpTime / 60 ) % 60) as Mins, (SystemUpTime % 60) as Secs FROM Orion.Nodes I get the error: The data types real and int are incompatible in the modulo operator.…
Hi, I was looking for feature where we can utilize the system up time OID (sysUpTime 1.3.6.1.2.1.1.3) to create a condition to send out an alert when the system up time of a system exceeds lets say 125 days. We have a large amount of network equipment that have not been rebooted close to a year. Some even more than a year.…
Here is what i'm trying to do: In our organization we want to do some clean-up of switch ports which are Operationally down but administratively up, in addition to implementing the solarwinds unpluggable feature. To do this I need to identify ports which can be administratively shutdown an which can be identified as…
It looks like you're new here. Sign in or register to get started.