Thought I just noticed when checking our message center that the query for the action after is Status is not producing the status. Hmmm....
${SQL:select CustomPollerStatusTable.Value from CustomPollerStatusTable join CustomPollerAssignment on CustomPollerStatusTable.CustomPollerAssignmentID = CustomPollerAssignment.CustomPollerAssignmentID where CustomPollerAssignment.AssignmentName like 'ltmPoolMbrStatusAvailState%' and CustomPollerStatusTable.RowID = '${RowID}' and CustomPollerStatusTable.NodeID = '${NodeID}' }