Difference between revisions of "Filters"
From ZoneMinder Wiki
Jump to navigationJump to search
(Created page with "Here are some example filters for use with Zoneminder. If you have a useful filter, please add it here.") |
|||
Line 1: | Line 1: | ||
Here are some example filters for use with Zoneminder. If you have a useful filter, please add it here. | Here are some example filters for use with Zoneminder. If you have a useful filter, please add it here. | ||
==Examples== | |||
===Receive email alarm on Weekends=== | |||
For monitoring on the weekend you might have: | |||
<pre>date/time greater than or equal to -1 minute AND | |||
alarm frames greater than or equal to 1 AND | |||
Weekday equal to Saturday OR | |||
Weekday equal to Sunday AND | |||
alarm frames greater than or equal to 1 AND | |||
date/time greater than or equal to -1 minute</pre> | |||
Choose "email details upon match" in the filter. For more details see [[Email]] |
Revision as of 10:24, 7 August 2020
Here are some example filters for use with Zoneminder. If you have a useful filter, please add it here.
Examples
Receive email alarm on Weekends
For monitoring on the weekend you might have:
date/time greater than or equal to -1 minute AND alarm frames greater than or equal to 1 AND Weekday equal to Saturday OR Weekday equal to Sunday AND alarm frames greater than or equal to 1 AND date/time greater than or equal to -1 minute
Choose "email details upon match" in the filter. For more details see Email