Search found 2881 matches

by iconnor
Tue Mar 26, 2024 10:54 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: MySQL Indexes of Logs table
Replies: 1
Views: 162

Re: MySQL Indexes of Logs table

Wouldn't remove them. Might add more.
by iconnor
Mon Mar 25, 2024 11:00 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: 1.37.56~20240320111801-jammy - Unable to save monitor settings
Replies: 22
Views: 1049

Re: 1.37.56~20240320111801-jammy - Unable to save monitor settings

Uh oh. scale=1 in the zms cgi url... that would be 1%. Guess we should limit it. Play around with scale/width/height parameters I think the image is there, it's just too tiny to see.
by iconnor
Mon Mar 25, 2024 12:52 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: 1.37.56~20240320111801-jammy - Unable to save monitor settings
Replies: 22
Views: 1049

Re: 1.37.56~20240320111801-jammy - Unable to save monitor settings

Don't re-install.

Right click, inspect element, console, look for the actual javascript error.
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: 188

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: 395

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: 331

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: 188

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: 306

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: 188

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: 395

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: 137

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: 170

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: 842

Re: Problem with stored events when disconnecting and reconnecting storage

You can add an exists in filesystem rule to only delete accessible events.