The most recent content from our members.
We have a script creating a table for a view. The customer wants the 3 columns to be Green, Red, Black, Blue How do I change them if i can? ___ Script being used: SELECT WAN_REPORT_PRIMARY, COUNT(NodeID) AS TotalNodes, sum(case when Status = '1' then 1 else 0 end) AS NodeUP, sum(case when Status = '2' then 1 else 0 end) AS…
Probably a simple question, but I haven't quite gotten the hang of navigating the Orion Database, and I'm in a pinch. I have a user who needs to be removed from ANY and ALL alerts he is a part of. I inherited this SolarWinds environment and it is fairly large. (There are about 1200 unique "send an email/page" actions in…
Hello All, I've written a SWQL query to pull certain customer alerts in a report - we use acknowledgement notes for incident (ticket) references and i need to have the ability to pull the last acknowledgement note from the currently active alert. I know that there was previously a function to do this with SWQL…
I have been working on making a python program to run a query looking at events where a node went down. From here I am collecting the nodes which are down and looking at all net flows across the node. I want to narrow this down to all net flows across the node, over port 80, and within a certain time range of the node…
I have a node which has triggered a temperature alert (and the accompanying reset) the last few nights, with no evidence of such an event if I look at the logs on the device itself. This Alarm/Action is setup on several dozen nodes but this only seemed to be happening on one of them. Then I realized that this node was the…
It looks like you're new here. Sign in or register to get started.