I have a MYSQL sensor and I want to generate an alert if the return value changed from it's previous value.
Say the interval is 5 minutes and the value is 3. If the value changes to 2 or 4, I want the sensor to go into alarm. It would stay in alarm until it scans again and there is not change from the previous value.
Thanks
Add comment