I have been working for a week on this and have not figured it out. What I want is to have an alert fire from a SQL query.
It is for my CallManager. I have found everything that shows me the number of calls. I am wanting to have SolarWinds send an alert when the number of calls reaches a certain number or higher.
What I have is a Custom SQL Alert. Here is what I have typed in the box:
where custompollerassignmentid = 'e9XXXX2f-0XX8-4XX4-9e07-cXXXXebb32bb' and rowid = '20'
It returns one value in SQL, and I want to find out how to make the Alert system fire when the number returned is 50 or higher.