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?
use ZM to trigger something else when there is an alarm
-
- Posts: 38
- Joined: Wed Mar 28, 2007 12:30 am
- Location: Omaha Nebraska
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:
If you are still interested in this, I will keep you updated on my progress on this.
~Seann
Code: Select all
next if ( !zmShmVerify( $monitor ) );
~Seann