There is probably something being done blatantly wrong in the trigger and I'm just not seeing it:
{hostname:revenue.nonrenew.1hourapproved-div-by-hist.max(#5)}<.76
The ITEM (probe) returns a single decimal value to the server. That's working just fine... I can see numbers popping into latest data and they're within expectations (being a decimal number). The issue is that the trigger refuses to add. The trigger should be finding the average value for the last 5 collections of the item and alarming if it's below .76.
Are triggers only supportive of integers as the basis of comparison (the static number)?
{hostname:revenue.nonrenew.1hourapproved-div-by-hist.max(#5)}<.76
The ITEM (probe) returns a single decimal value to the server. That's working just fine... I can see numbers popping into latest data and they're within expectations (being a decimal number). The issue is that the trigger refuses to add. The trigger should be finding the average value for the last 5 collections of the item and alarming if it's below .76.
Are triggers only supportive of integers as the basis of comparison (the static number)?
Comment