The most recent content from our members.
Hey Folks - I want to nest this swql below in the alert swql trigger condition, but the SELECT statement is pre hard-coded within the alert trigger condition. It is basically monitoring a sum of 10 values then checking if the sum value is greater that 650 SELECT value FROM (SELECT SUM(data.NumericData) as value FROM…
I am trying to sum values from a report that is using custom pollers. The pollers gives me two columns (see below). The Current Value column I can easily find in our database. However, it is a string and I cannot use the SUM function. Based on my Googling, SWQL does not have a way to convert the string to an integer? Does…
I have made two universal pollers that each return a single value. I have them both on a map but I also want to add a third value, the sum of both of them. Is there a way to do this? Thanks
I was tasked to create a report that would show the total internet bandwidth usage of our network, which I believe i did in the following: Now I have been tasked with creating an alert that would trigger when the sum of both is over a certain amount. Any ideas how i could do this? i've been kinda poking around creating an…
Hello world, I'm using APM to monitor McAfee Web Gateway devices and i'm building some cool custom dashboards. I'm trying to build an internet traffic graph that joins two MWG application metrics (highlighted in yellow below) Problem is, I can't seem to find any option to do this with a dynamic query. So i figured out the…
It looks like you're new here. Sign in or register to get started.