plugorgau / eventstreamr

Single and multi room audio visual stream management.
GNU Affero General Public License v3.0
6 stars 12 forks source link

Failed start detection #1

Closed techman83 closed 10 years ago

techman83 commented 10 years ago

Currently the procs are self healing, however if something fails continuously it will do so without ever notifying anyone.

Need to add some counters to detect this.

luke-john commented 10 years ago

Might be an idea to timecode these and expose them either locally or via the api.

techman83 commented 10 years ago

It'll end up being a logwarn I'd expect. I was planning to have the api be able to return the logfile or the last x amount on demand.

techman83 commented 10 years ago

I feel that #14 has some impact on this. Needs further investigation.

techman83 commented 10 years ago

Failed start detection working correctly now.