Search found 1173 matches

by rockedge
Mon May 25, 2020 4:43 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: Unknown Column ONVIF_URL (Solved)
Replies: 3
Views: 2775

Re: Unknown Column ONVIF_URL

Hello Ic0n, once in awhile on some systems right after installing ZM and importing the zm_create.sql I also need to install the very last zm_update.sql manually and that fixes these errors. Only on some systems though and I thought since I'm mostly installing ZM on the outer fringes operating system...
by rockedge
Fri May 22, 2020 6:13 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: Cannot view events!
Replies: 10
Views: 27564

Re: Cannot view events!

Hello! have you checked the system clock and looked at the setting for TimeZone in Options->Systems in Zoneminder? also a restart of the mysql server may be needed to sync the time between the servers. I may be way off but it's a start The time being correct is important for the way the events are n...
by rockedge
Sat Apr 25, 2020 9:55 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: Filter - odd behavior with "and" and "or"
Replies: 4
Views: 2956

Re: Filter - odd behavior with "and" and "or"

end date condition needs to more specific. -3 hour or -3 day otherwise what is the date - time comparing too?
by rockedge
Sat Apr 25, 2020 9:53 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: 'My zoneminder Server' site
Replies: 1
Views: 1968

Re: 'My zoneminder Server' site

I like the idea... a place for fine tuning and advancing.
by rockedge
Wed Apr 01, 2020 11:18 pm
Forum: ZoneMinder 1.34.x
Topic: Email option not avaliable in filters
Replies: 2
Views: 1086

Re: Email option not avaliable in filters

Hello! I think you need to enable the email in the Options. Once enabled the option will appear in the filter controls
by rockedge
Wed Apr 01, 2020 7:45 pm
Forum: Mobile Apps and Event Server
Topic: New mobile app Surveillance Pro for IPhone
Replies: 20
Views: 23957

Re: New mobile app Surveillance Pro for IPhone

ZM 1.30.4 runs well in Bionic. Maybe try and email the dev's at Mediabridge Technology GmbH.

I've never tried out the app yet, looks interesting but sounds like it needs some love
by rockedge
Tue Mar 24, 2020 6:46 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: filter warning
Replies: 2
Views: 2809

Re: filter warning

no I don't think so, and I have seen this before as well.
Try in the mysql to import the /usr/share/zoneminder/db/zm_update-1.35.1.sql or /usr/local/share/zoneminder/db/zm_update-1.35.1.sql again.

also try

Code: Select all

zmupdate.pl -f
Did this appear right after the upgrade to 1.35.1 ?
by rockedge
Mon Mar 23, 2020 10:46 pm
Forum: ZoneMinder 1.34.x
Topic: Error: Can't open '/var/lib/zoneminder/events/...'
Replies: 4
Views: 4611

Re: Error: Can't open '/var/lib/zoneminder/events/...'

interesting...I am seeing this as well on 2 different systems. Check the permissions for /var/cache/zoneminder/event/ and then each individual monitor directory which corresponds to the monitor number. In my case the permissions of the newly created directories end up starting out as 440 but should ...
by rockedge
Mon Mar 23, 2020 1:32 am
Forum: ZoneMinder 1.34.x
Topic: No interface access after upgrade 1.30.4 to 1.34.5
Replies: 4
Views: 3761

Re: No interface access after upgrade 1.30.4 to 1.34.5

Using /etc/zm/conf.d/zmcustom.conf is the correct solution in this case. I also use https://zmserver/cgi-bin instead of https://zmserver/zm/cgi-bin and I am using 'webuser' instead of 'www-data' so using the configuration file, which remains static and unaffected by updates and upgrades of ZM, is th...
by rockedge
Mon Mar 16, 2020 3:40 am
Forum: ZoneMinder 1.32.x
Topic: ZoneMinder 1.32.3 Freenas API Failure
Replies: 16
Views: 17911

Re: ZoneMinder 1.32.3 Freenas API Failure

the url http://<myserver>/zm/api for checking the API function is not correct and will not work.

In a browser login to ZM open another tab and enter the url

Code: Select all

http://<myserver>/zm/api/host/getVersion.json
you should see the API and ZM version as a reponse
by rockedge
Fri Mar 13, 2020 9:55 pm
Forum: Mobile Apps and Event Server
Topic: Login validated but API failed
Replies: 5
Views: 10225

Re: Login validated but API failed

I see, I think in the docs on the API the authorization methods are updated. Do you have the Options->System->OPT_USE_LEGACY_API_AUTH enabled?


Have you checked out https://zoneminder.readthedocs.io/en/1.32.3/api.html? It has some good tips for communicating with the API
by rockedge
Fri Mar 13, 2020 1:21 pm
Forum: Non-ZoneMinder Chat
Topic: Unidentified flying objects on infrared
Replies: 5
Views: 19727

Re: Unidentified flying objects on infrared

those are insects!! Probably moths....I have it all the time... they bounce the infra red light and go so fast that it will streak the video with infra red light lens flare you could add zmeventnotification server and do object detection perhaps to filter out the bugs. Not sure yet on how the object...
by rockedge
Fri Mar 13, 2020 1:16 pm
Forum: Mobile Apps and Event Server
Topic: Login validated but API failed
Replies: 5
Views: 10225

Re: Login validated but API failed

what happens if you in a browser manually test the API with https://xxx.xx.xx/zm/api/host/getVersion.json or http://xxx.xx.xx/zm/api/host/getVersion.json? first open the ZM web console and login then try the above..you should see a response with the API and ZM version Also what version of OS? versio...
by rockedge
Mon Mar 09, 2020 7:09 pm
Forum: ZoneMinder 1.34.x
Topic: Setting up Alerts with Webhooks
Replies: 3
Views: 4784

Re: Setting up Alerts with Webhooks

I will have to look way back in this forum under an older version of ZM. I had written a script that limited only one message per alarm event and posted the code. Maybe I can find it again because I think you can modify it or use the same mechanism for your application. Someone had a similar problem...
by rockedge
Mon Mar 09, 2020 6:00 pm
Forum: ZoneMinder 1.34.x
Topic: zmaudit.pl make a very high i/o wait ...
Replies: 8
Views: 8802

Re: zmaudit.pl make a very high i/o wait ...

I will look at it and see what there is and report back