JeffersonLab / jaws

An alarm system built on Kafka that supports pluggable sources
https://ace.jlab.org/jaws
MIT License
7 stars 0 forks source link

Support Alarming Delay #14

Open slominskir opened 3 years ago

slominskir commented 3 years ago

We need to support one or both of:

Our current alarm system supports this and uses this apparently (though I'm not sure which one, maybe both). Delays help minimize nuisance alarms. An off-delay keeps an alarm active for a time past when the alarm would otherwise no longer be active (setpoint threshold no longer exceeded). An on-delay prevents an alarm from being active for a time even after it otherwise would have entered the active/alarming/annunciating state (setpoint threshold exceeded).

slominskir commented 3 years ago

We've identified at least three implementation options to consider:

slominskir commented 1 month ago

See: