Good evening NPM community... I have run into a wall with 'Custom Pollers'... My end goal is to get the value of two or more custom pollers in a email alert that is also triggered from a custom poller. I am finding that this is not as easy as I thought.
The customer request is
1. An alert that will send an email when a UPS switches from utility power to battery backup
2. In the body of the email alert they would like to see
a. The output source
b. The battery charge remaining
c. The minutes remaining
d. The battery condition
a, b, c & d need custom pollers. Those have been setup and are collecting the data. The alert for detecting when utility power is lost and switches to battery backup is setup and working. That is the custom poller alert for item (a). But the value of (a) is all that I can get in the alert. the remaining 3 custom poller values I can't figure out how to add them to the body of the email. Its almost like you can only have one custom poller per alert. I have tried adding custom properties and getting the custom poller values to populate the custom properties but that didn't work.
Do I need to use SWQL or possibly a SQL to get he values from those pollers? I am not an SQL guru but if that is necessary would it be possible to use the old report writer on the SolarWinds server to create an SQL query that could be copied and pasted into the alert definition to get the values?