Ok, so I have followed much of the advice from various sources. When creating a filter rule (running in background, no submitting or executing), zoneminder will constantly send email alerts. Anyway to work around this? I have tried this on 1.22.x and 1.23.x systems.
I have a very urgent need for this.
Thanks!
Mark
Email Alerts Emailing Constantly
yeah i had this problem i think i had to set a flag on all events in db.
Edit:
Run this on mysql db:
Edit:
Run this on mysql db:
Code: Select all
UPDATE `zm`.`Events` SET `Emailed` = '1' WHERE `Emailed` = 0