Hi,
I have ZM set up to upload old events onto a separate server. What if I later want to go back and view the old events? I could manually sift through the ZIPs, find the right one, convert to video etc, but that's all very awkward. Has anyone worked out a smarter way to do this?
thanks,
Dan
Search found 6 matches
- Sat Jun 17, 2017 9:36 am
- Forum: ZoneMinder 1.30.x
- Topic: Viewing uploaded Zoneminder images
- Replies: 1
- Views: 1383
- Thu Apr 06, 2017 8:56 pm
- Forum: Hardware Queries
- Topic: Reolink or Amcrest or Hikvision?
- Replies: 10
- Views: 29983
Re: Reolink or Amcrest or Hikvision?
Just to add, for anyone else trying to make the Reo-link work - I had to tick the "use RTSP response media URL" checkbox
- Sat Sep 03, 2016 10:34 pm
- Forum: ZoneMinder 1.30.x
- Topic: Trigger notification as soon as alarm starts
- Replies: 7
- Views: 32809
Re: Trigger notification as soon as alarm starts
On third thoughts, even swatch is overkill - awk does the trick, run at reboot with cron: tail -F /var/log/syslog | awk ‘/FireEscape.*alarm start/ { system("wget http://[openhab server]/CMD?CamFireEscape=ON -P /tmp") }' (and that flicks a virtual switch in my openHAB setup to run notifications etc)
- Sat Sep 03, 2016 2:40 pm
- Forum: ZoneMinder 1.30.x
- Topic: Trigger notification as soon as alarm starts
- Replies: 7
- Views: 32809
Re: Trigger notification as soon as alarm starts
On second thoughts - ouch - much too complicated for me. I just want to run a simple script when an alarm is received, and zmeventserver looks like overkill. Using swatch to monitor syslog seems a lot easier...
- Sat Sep 03, 2016 1:42 pm
- Forum: ZoneMinder 1.30.x
- Topic: Trigger notification as soon as alarm starts
- Replies: 7
- Views: 32809
Re: Trigger notification as soon as alarm starts
brilliant - thank you!
- Sat Sep 03, 2016 12:53 pm
- Forum: ZoneMinder 1.30.x
- Topic: Trigger notification as soon as alarm starts
- Replies: 7
- Views: 32809
Trigger notification as soon as alarm starts
Hi, I'm trying to trigger a notification as soon as an alarm starts (i.e. immediately, and not once the event has finished). So I set up a filter running in the background which has "monitor name equal to [name of monitor]". However this only fires when the event is finished. Is there a way I can ...