Search found 2938 matches

by iconnor
Mon Mar 25, 2024 12:48 pm
Forum: ZoneMinder 1.36.x
Topic: Separate alert types. Can this be done with ZM and how?
Replies: 6
Views: 842

Re: Separate alert types. Can this be done with ZM and how?

I run it in production on over 50 servers. In general it is stable. Occasionally we break things but fix them quickly.
You can always just revert to last week's version if something breaks.
by iconnor
Mon Mar 25, 2024 12:46 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Failed INSERT INTO Server_Stats
Replies: 6
Views: 1435

Re: Failed INSERT INTO Server_Stats

Current builds should have this fixed.
by iconnor
Sun Mar 24, 2024 5:20 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: It is not possible to download an event if multi-threaded mode is set.
Replies: 3
Views: 1345

Re: It is not possible to download an event if multi-threaded mode is set.

Do you mean multi-server? Or multi-port? Works fine for me here. Do you mean download from the event view page or from the events list page or from montagereview?
by iconnor
Sun Mar 24, 2024 5:14 pm
Forum: ZoneMinder 1.36.x
Topic: Separate alert types. Can this be done with ZM and how?
Replies: 6
Views: 842

Re: Separate alert types. Can this be done with ZM and how?

1.36 is stable. Meaning it gets no new features, only bug fixes. Just run 1.37.
by iconnor
Fri Mar 22, 2024 9:26 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Montage - problem when there are more than 5 monitors
Replies: 4
Views: 1037

Re: Montage - problem when there are more than 5 monitors

This is a problem as old as time that has been dicussed here many times.

One way to work around it is to use multi-port.

https://medium.com/zmninja/multi-port-s ... 836a336c93
by iconnor
Fri Mar 22, 2024 2:12 pm
Forum: ZoneMinder 1.36.x
Topic: Separate alert types. Can this be done with ZM and how?
Replies: 6
Views: 842

Re: Separate alert types. Can this be done with ZM and how?

In 1.37, this is doable.

We have filters at the top now with which you can tell it to show only events with either something in the notes column, or now we have a new Tags feature.
by iconnor
Fri Mar 22, 2024 1:52 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Failed INSERT INTO Server_Stats
Replies: 6
Views: 1435

Re: Failed INSERT INTO Server_Stats

Turn on debug logging, it should log the values being sent.
by iconnor
Wed Mar 20, 2024 3:38 pm
Forum: ZoneMinder 1.36.x
Topic: Filter to trigger with excluding a zone fails to exclude
Replies: 3
Views: 320

Re: Filter to trigger with excluding a zone fails to exclude

In Filter.pm, around line 164 we force the op to EXISTS. Need to instead restrict it to valid values like NOT EXISTS etc.
by iconnor
Wed Mar 20, 2024 3:21 pm
Forum: Non-ZoneMinder Chat
Topic: Recommended "Donation"?
Replies: 2
Views: 1832

Re: Recommended "Donation"?

We are grateful for any amount! I think $25 is around the average donation. Lots of $10. Anything less really isn't worth it as transaction fees leave not much.

Some wonderful people donate a lot more.
by iconnor
Wed Mar 20, 2024 3:03 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Problem with stored events when disconnecting and reconnecting storage
Replies: 11
Views: 2018

Re: Problem with stored events when disconnecting and reconnecting storage

You can add an exists in filesystem rule to only delete accessible events.
by iconnor
Wed Mar 20, 2024 1:45 pm
Forum: ZoneMinder 1.36.x
Topic: ZM v1.36.33 login has no reset password?
Replies: 2
Views: 255

Re: ZM v1.36.33 login has no reset password?

sgzoneminder.readthedocs.io is generated from someone else's fork and hasn't been updated in years.

zoneminder.readthedocs.io is our docs, and has a nice getting getting started section:
https://zoneminder.readthedocs.io/en/la ... arted.html
by iconnor
Wed Mar 20, 2024 1:33 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Problem with stored events when disconnecting and reconnecting storage
Replies: 11
Views: 2018

Re: Problem with stored events when disconnecting and reconnecting storage

The logic goes both ways. Some people just want the event to disappear and get deleted later in the background. When you get into s3fs filesystems, etc the performance of deleting is so bad, that you just want to delete from the db anyways. We take the view that the video has the greatest value, and...
by iconnor
Tue Mar 19, 2024 2:19 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Is ARM64 no longer supported?
Replies: 5
Views: 783

Re: Is ARM64 no longer supported?

We run 1.37 in production. Yeah sometimes things break, but we fix them fairly quickly.