I'm trying to craft an alert for our CRAC units that triggers if the current temperature is outside of the defined ranges. We have 3 values that we can poll form the unit to get that information
1. Current Temp Reading
2. Temperature Set Point
3. Temperature Tolerance
How can I write the trigger such that if CurrentTemp is not between (TempSetpoint- TempTolerance) and (TempSetpoint+TempTolerance)?
Right now they are configured as UnDP pollers, but I would like to make use of component monitors and create a template for them.