use ZM to trigger something else when there is an alarm

Forum for questions and support relating to the 1.24.x releases only.
Locked
ma6inista
Posts: 3
Joined: Tue Aug 14, 2007 6:15 pm
Contact:

use ZM to trigger something else when there is an alarm

Post by ma6inista »

I use this script from the Wiki to make ZM do different things on alarms:
http://www.zoneminder.com/wiki/index.ph ... n_alarm.3F
However, it does not work with the latest release. Anyone running this on 1.24.x?
zappen
Posts: 12
Joined: Wed May 20, 2009 4:34 pm

Post by zappen »

i have problems enabling X10 triggers in the monitor's settings(see my post and try please), maybe it's related ?
nombrandue
Posts: 38
Joined: Wed Mar 28, 2007 12:30 am
Location: Omaha Nebraska

Post by nombrandue »

Playing with that script takes a bit of time to update it over to the new versions. When I get a completed version of the script, I can post what I have. right now, after a random number of events kicks off, the script stops functioning correctly citing shared memory issues. I haven't played with any mmap settings though, since I am not using memory map. To get it working initially for my testing I commented out the line:

Code: Select all

next if ( !zmShmVerify( $monitor ) );
If you are still interested in this, I will keep you updated on my progress on this.

~Seann
Locked