Help.
I have a SAM template that has the following component in it.
This component collects data from a powershell script on the remote server.
I cannot find a way to construct an alert that will trip off the two fields that I've identified below.

As a side note, when I try an generate a report for these fields, the only component message that I can work with is "seconds_behind_error".
There seems to be no way (without standing on my head) to separate the distinct component messages.
After poking around the DB, I can see how the separate values are stored in APM_AlertsAndReportsData.
unfortunately the MultiValueStatistics and MultiValueMessages are all lumped together and my SQL isn't that good today.
I've considered separating the values into different components, but that would result in the the PS script being ran 6 times for each polling cycle on the machine.