Search found 2925 matches

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

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

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

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

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

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

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

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

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

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

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

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

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

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