eastein / lidless

A great Eye, lidless, wreathed in webcams.
Other
19 stars 4 forks source link

threshold alerting #16

Open eastein opened 13 years ago

eastein commented 13 years ago

Settings

Thresholding modes: above value, below value, between values.

Message Rate Throttling

A threshold alert will be defined to operate on 1 or camera and go to all channels.

Persisting / Error Tolerance

Restarting should not interrupt the alert state machine (including throttling) or cause it to restart. Persisting inter-run is important. Having the information time out after a short period of downtime is reasonable, but I'm not sure what those setting should be.

Error tolerance: for sustain alerts, up to N per million of the frames used to establish the activation of the alert state sustain may be "Unk%" samples. I'm not sure how unknown busydata should affect exiting the alert state.

eastein commented 12 years ago

Sustain alerts should not alert again until they go below threshold.

eastein commented 12 years ago

Need documentation for alerts.

eastein commented 12 years ago

Added low and high threshold instead of just low in 6257fef.

eastein commented 12 years ago

This needs documentation and error checking in the config and then it can be called done.