Search found 2 matches
- Tue Nov 24, 2009 7:42 pm
- Forum: ZoneMinder 1.24.x
- Topic: How to check the status of a source from Perl?
- Replies: 2
- Views: 1546
Yes, I did find a way. It is, as usual, in the docs. Silly me. I'm going to put out a full example of this on the forums in a little bit, but in the module ZoneMinder::Memory you have zmMemRead So, zmMemRead ( $monitor, "shared_data:signal" ); Will give you the current signal status and zmMemRead ...
- Sun Oct 18, 2009 9:36 pm
- Forum: ZoneMinder 1.24.x
- Topic: How to check the status of a source from Perl?
- Replies: 2
- Views: 1546
How to check the status of a source from Perl?
Hi, I'm on ZM 1.24.2 and I've been having some issues with an IP camera. These issues are wireless network related, but it brought me to a question. I'm looking for a way to get an email alert when a source goes offline for whatever reason - i.e. appears red in the console. I can't seem to find an ...