In our environment we are looking for a way to have Solarwinds monitor a status for a number of customers from our Oracle Database. Is there any way to handle the return of a string instead of a statistic or even more useful to return a list similar to the Orion UNDP pollers, where I can have a customer name an a single statistic value, then alert off of those values. Below is an example result from the monitoring query.
NAME1 0
NAME2 0
NAME3 1
NAME4 0
In this return we would like to be able to alert on the "Name3" customer and return the statistic of 1. Today we would have to setup a couple hundred application pollers modifying each Query to include the customer name just to return the statistic.
Any Ideas?
-David