Is there a way to create a trigger to compare multiple pollers?
For example:
I have a unit that you can get Threshold and Current Temperatures. I want the trigger to be on the order of:
If unitThreshold is less than/equal to unitCurrentTemp send an alert (even better if unitCurrentTemp is within 5 degrees of unitThreshold)
Is there a way this can be done. I have a tabular table properly displaying for this node.