I am in the process of creating a amp SQL query to monitor the polling completion of the SolarWinds Servers.
Here is the SQL that I plan to use.
select pollingcompletion
from engines
where engineid = '14'
I will end up making one for each of my pollers.
I have tried to make an SQL user experience monitor with no Success. I have attached a Pic of where I am, and not working.