Search found 55 matches

by stevewrightnz1
Sat Nov 05, 2016 3:08 am
Forum: ZoneMinder 1.30.x
Topic: Monitoring ZM state
Replies: 5
Views: 5211

Re: Monitoring ZM state

Looks like monitoring the Logs table might work for what I want. Judging by the entries it looks like a ton of stuff gets written to the MySQL table so I'm guessing that if nothing is written for say 5 minutes (300 seconds) then something is probably awry? Really just looking for an email telling me...
by stevewrightnz1
Tue Nov 01, 2016 10:03 pm
Forum: ZoneMinder 1.30.x
Topic: Monitoring ZM state
Replies: 5
Views: 5211

Monitoring ZM state

Hi guy's I want to be able to monitor the status of ZM to ensure that it up as much as possible. My thoughts are along the lines of a python of perl script triggered by cron say every 15-30 minutes that sends an email if I get a "Stopped" status. Is there a map somewhere of where variables...
by stevewrightnz1
Fri Apr 29, 2016 8:04 am
Forum: ZoneMinder 1.29.x
Topic: Accessing ZM from the web
Replies: 6
Views: 4642

Re: Accessing ZM from the web

Anyone else got any ideas on how to make this work properly?
Steve
by stevewrightnz1
Tue Apr 19, 2016 4:10 am
Forum: ZoneMinder 1.29.x
Topic: Accessing ZM from the web
Replies: 6
Views: 4642

Re: Accessing ZM from the web

AFAIK the 404 error happens when I look at zm.example.com/zm or zm.example.com/zm/ from OUTSIDE the network. I assume there is an issue with ProxyPass but have tried everything I can to get it to work with no result
by stevewrightnz1
Mon Apr 18, 2016 9:22 am
Forum: ZoneMinder 1.29.x
Topic: Accessing ZM from the web
Replies: 6
Views: 4642

Re: Accessing ZM from the web

Hi Guys Still can't figure this out. Do I have to expose both machines port 80 / 443 to the outside world?? surely that would cause a conflict as two port 80's and port 443's would be exposed on the same IP address??? I was under the impression that I could ProxyPass off my machine at 192.168.20.200...
by stevewrightnz1
Sat Apr 16, 2016 2:10 am
Forum: ZoneMinder 1.29.x
Topic: Accessing ZM from the web
Replies: 6
Views: 4642

Accessing ZM from the web

I realise that this may not be the right place to ask this but I'm stuck!!! Has anyone managed to access ZM from outside their network using apache2? I think I need to use ProxyPass as the ZM server is on a different machine from the web portal by can't get it to work. Apache VirtualHost looks like ...
by stevewrightnz1
Wed Jan 20, 2016 9:22 am
Forum: ZoneMinder 1.29.x
Topic: Event counters all reset to zero
Replies: 3
Views: 5001

Re: Event counters all reset to zero

Yep here's the extract:

start() {
echo -n "Starting $prog: "
sleep 15
export TZ=:/etc/localtime

shouldn't make much difference if it's after the echo statement?????

Steve
by stevewrightnz1
Tue Jan 19, 2016 10:32 pm
Forum: ZoneMinder 1.29.x
Topic: Event counters all reset to zero
Replies: 3
Views: 5001

Re: Event counters all reset to zero

OK, odder and odder! It seems that the emails that the system should have sent went fine. I have all the expected ones in my inbox :? After waiting an hour or so it looks like things might have gone pretty much back to normal even though the event count remains reset. Still a few errors but nothing ...
by stevewrightnz1
Tue Jan 19, 2016 9:14 pm
Forum: ZoneMinder 1.29.x
Topic: Event counters all reset to zero
Replies: 3
Views: 5001

Event counters all reset to zero

Well this is a bit weird, Ubuntu 14.04.1, ZoneMinder v1.29.0. It seems that every time I restart ZoneMinder that all my event counters are reset to zero. I have made no changes to the system in the last 5 or so days and it was all working fine then. Looking at the log the event numbers seem to have ...
by stevewrightnz1
Thu Dec 24, 2015 2:59 am
Forum: ZoneMinder 1.28.x
Topic: Viewing Zoneminder on the web
Replies: 16
Views: 80217

Re: Viewing Zoneminder on the web

Ok, Managed to get it all going finally - had to comment out the / directory like so in Apache2 #<Directory /> #Options FollowSymLinks #AllowOverride None #Order Deny,Allow #Deny from All #</Directory> Now need to try and sort out the correct directory statements so that I can reinstate it -or the c...
by stevewrightnz1
Tue Dec 22, 2015 3:58 am
Forum: ZoneMinder 1.28.x
Topic: Viewing Zoneminder on the web
Replies: 16
Views: 80217

Re: Viewing Zoneminder on the web

Here's some of yesterdays. "client denied by server configuration: /usr/lib/zoneminder/cgi-bin/nph-zms" seems to be a recurring theme. Steve ======================================================================================= Mon Dec 21 22:40:07.926207 2015] [access_compat:error] [pid 1...
by stevewrightnz1
Mon Dec 21, 2015 6:42 pm
Forum: ZoneMinder 1.28.x
Topic: Viewing Zoneminder on the web
Replies: 16
Views: 80217

Re: Viewing Zoneminder on the web

OK, A bit bigger than I expected /etc/zm/zm.conf: # ========================================================================== # # ZoneMinder Base Configuration, $Date$, $Revision$ # # ========================================================================== # # This file is generated by 'configure...
by stevewrightnz1
Mon Dec 21, 2015 9:31 am
Forum: ZoneMinder 1.28.x
Topic: Viewing Zoneminder on the web
Replies: 16
Views: 80217

Re: Viewing Zoneminder on the web

Right - tried changing the login creds to the one I get in to ZM with - no luck. Note I have not managed to get the streaming working at all even though the path is set to PATH_ZMS is set to: /zm/cgi-bin/nph-zms. everything else seems to work OK though I do get errors when I try to look at the camer...
by stevewrightnz1
Sun Dec 20, 2015 6:23 pm
Forum: ZoneMinder 1.28.x
Topic: Viewing Zoneminder on the web
Replies: 16
Views: 80217

Re: Viewing Zoneminder on the web

Yep - typo copied from above but the actual one is: <img src="http://[ip.address}/zm/cgi-bin/nph-zms?mode=jpeg&monitor=2&scale=100&maxfps=5&buffer=1000&user=zmuser&pass=zmpass"> I tried zmuser/zmpass as that combination seems to be what is required my mysql so assum...
by stevewrightnz1
Sun Dec 20, 2015 9:55 am
Forum: ZoneMinder 1.28.x
Topic: Viewing Zoneminder on the web
Replies: 16
Views: 80217

Re: Viewing Zoneminder on the web

Hi Guys Still having issues <img src="http://ip-of-zm-server/cgi-bin/nph-zms?mode=jpeg&monitor=2&scale=100&maxfps=5&buffer=1000&user=user&pass=user"> gives the following error: "You don't have permission to access /zm/cgi-bin/nph-zms on this server." in th...