The most recent content from our members.
I am creating an alert with a custom SWQL query variable in it and I cannot get the actual data to show up. Here is my SWQL variable: ${N=SWQL;M=SELECT I.NodeID, I.InterfaceID, I.Name, N.NodeID, ICP.ifCustName, ICP.ifCustID FROM Orion.NPM.Interfaces AS I INNER JOIN Orion.Nodes AS N ON I.NodeID = N.NodeID INNER JOIN…
Hi, I am creating an "Application" alert to notify me when an application goes down. On the message, I want to insert a custom variable to show all components that are down. However, when I use this SWQL statement, it only shows the 1 item, and not every component. An example: If the IIS application has 2 components that…
Hi, I am trying to create a way for users to be able to bulk mute servers in a group. I ended up creating dynamic group queries to look for servers belonging to certain node custom properties. I then created a custom view to list (linkable) nodes belonging a root group. Users can now select the group and edit the group…
Migrated to 11.5.1 and am trying really hard to embrace SWQL. Having a tough time correlating what I need in the various tables with the documentation from SDK. specifically, right now, I'm working on my critical alert reset criteria. Our environment requires someone ACK the critical alert prior to it being able to clear,…
It looks like you're new here. Sign in or register to get started.