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?
Search found 3 matches
- Thu May 21, 2009 3:20 pm
- Forum: ZoneMinder 1.24.x
- Topic: use ZM to trigger something else when there is an alarm
- Replies: 2
- Views: 2345
- Mon May 04, 2009 3:26 pm
- Forum: Feature Requests
- Topic: Alarm Audio Per Zone on Server
- Replies: 6
- Views: 6793
Why don't you just use the script below and make your PC speaker beeps on every alarm? #!/usr/bin/perl -w use strict; use ZoneMinder; $| = 1; zmDbgInit( "myscript", level=>0, to_log=>0, to_syslog=>0, to_term=>1 ); my $dbh = DBI->connect( "DBI:mysql:database=".ZM_DB_NAME.";host=".ZM_DB_HOST, ZM_DB ...
- Fri Aug 17, 2007 7:00 pm
- Forum: ZoneMinder Previous Versions
- Topic: ZoneMinder for Office Security?
- Replies: 3
- Views: 2314