Conditions
🎯 Threshold
The threshold condition compare between two values, and returns positive (True) if applied.
Example
- If
db-no-space
step returns 11 =>value
> 10 => the conditions returns True - If
db-no-space
step returns 9.6 =>value
< 10 => the conditions returns False