Comments
-
One of the earlier variations that someone posted in the comments of that post seems to work. Now I just need to tweak it for my purposes. Since i'm running 12.2 I am using the watered down version posted in the comments from that post: SELECT n.Caption AS [Device] ,'/Orion/images/StatusIcons/Small-' + n.Statusicon AS…
-
I have already tried the LastSystemUpTimePollUtc property. The issue with that field is that it seems to only work on devices polled by SNMP. Unfortunately this query is being run on a lot of ICMP polled devices. I've been messing around with the NodeDownTimeHistory and Alert Last Trigger Time, but I don't actually have…