Search found 24 matches
- Fri Dec 08, 2006 9:02 am
- Forum: ZoneMinder Previous Versions
- Topic: How to send SMS?
- Replies: 10
- Views: 8230
Alerts on your AIM messanger : #!/usr/bin/perl # # aim.alert - AIM alert for mon # # The first line from STDIN is summary information # # Don Harper, duck@duckland.org # # $Id: aim.alert,v 1.1.1.1 2002/11/02 17:19:10 duck Exp $ # # Copyright (C) 2002, Don Harper # # This program is free software ...
- Fri Dec 08, 2006 8:59 am
- Forum: ZoneMinder Previous Versions
- Topic: How to send SMS?
- Replies: 10
- Views: 8230
Example also for pager: #!/usr/local/bin/perl5 -w # send pages to people via paging company Web interfaces or SNPP # # released to mon list on 7/18/00 # alpha version - please send fixes, improvements, or suggestions to # Ed Ravin <eravin@panix.com> use strict; use Getopt::Long; use Socket; use Net ...
- Fri Dec 08, 2006 8:57 am
- Forum: ZoneMinder Previous Versions
- Topic: How to send SMS?
- Replies: 10
- Views: 8230
SMS
One more example :) #!/usr/bin/perl use Getopt::Std; getopts ("s:g:h:t:l:u"); $summary=<STDIN>; chomp $summary; $rest=""; while (<STDIN>) { $rest .= $_; } foreach $number (@ARGV) { # system("echo `date` `id` $number $summary >> /var/log/sms.alert.log"); open (SMS, "| /usr/bin/gnokii --sendsms ...
- Thu Dec 07, 2006 4:04 pm
- Forum: ZoneMinder Previous Versions
- Topic: Email on Alarm
- Replies: 8
- Views: 4858
- Thu Dec 07, 2006 12:19 pm
- Forum: ZoneMinder Previous Versions
- Topic: Email on Alarm
- Replies: 8
- Views: 4858
- Thu Dec 07, 2006 8:44 am
- Forum: ZoneMinder Previous Versions
- Topic: Email on Alarm
- Replies: 8
- Views: 4858
- Tue Dec 05, 2006 2:29 am
- Forum: ZoneMinder Previous Versions
- Topic: Email on Alarm
- Replies: 8
- Views: 4858
- Thu Nov 23, 2006 11:10 am
- Forum: ZoneMinder Previous Versions
- Topic: Installing ZoneMinder on Gentoo Full Guide ENGLISH + ITALIAN
- Replies: 13
- Views: 7474
- Wed Nov 22, 2006 3:24 am
- Forum: ZoneMinder Previous Versions
- Topic: Installing ZoneMinder on Gentoo Full Guide ENGLISH + ITALIAN
- Replies: 13
- Views: 7474
Ok, i totaly remove all zoneminder from computer (updatedb; locate zoneminder; rm, locate zm, rm.. by hands) after that i emerge zoneminder by ZioPRoTo's instruction, but not change init script on this time - it magicaly works now! may be because i find new file /etc/conf.d/zoneminder, it included ...
- Wed Nov 22, 2006 12:51 am
- Forum: ZoneMinder Previous Versions
- Topic: Installing ZoneMinder on Gentoo Full Guide ENGLISH + ITALIAN
- Replies: 13
- Views: 7474
Ok, i did try it just few minutes ago.. May be something wrong here: apache:x:81:81:added by portage for apache:/var/www:/bin/bash because when i do "/etc/init.d/zoneminder start" i have this error: router init.d # /etc/init.d/zoneminder start * Starting ZoneMinder ... /bin/bash: --shell=/bin/sh ...
- Tue Nov 21, 2006 10:08 pm
- Forum: ZoneMinder Previous Versions
- Topic: Installing ZoneMinder on Gentoo Full Guide ENGLISH + ITALIAN
- Replies: 13
- Views: 7474
- Tue Nov 21, 2006 8:40 pm
- Forum: ZoneMinder Previous Versions
- Topic: Installing ZoneMinder on Gentoo Full Guide ENGLISH + ITALIAN
- Replies: 13
- Views: 7474
Just tiny an amendment: for unmask zoneminder you must *NOT* to unmask *every* potentially unstable packages by ACCEPT_KEYWORDS="~x86". To do this just simple as: echo "www-misc/zoneminder ~x86" >> /etc/portage/package.keywords ps: it is not criticism, but just a tip. may be you (or someone else ...
- Tue Nov 21, 2006 10:38 am
- Forum: ZoneMinder Previous Versions
- Topic: Installing ZoneMinder on Gentoo Full Guide ENGLISH + ITALIAN
- Replies: 13
- Views: 7474
- Mon Nov 20, 2006 11:06 pm
- Forum: ZoneMinder Previous Versions
- Topic: zmdc: FAT [Can't bind: Address already in use]
- Replies: 3
- Views: 6135
- Sun Nov 19, 2006 6:36 am
- Forum: ZoneMinder Previous Versions
- Topic: zmdc: FAT [Can't bind: Address already in use]
- Replies: 3
- Views: 6135
zmdc: FAT [Can't bind: Address already in use]
tail /var/log/messages Nov 19 09:22:16 localhost zmdc[7260]: INF ['zmupdate.pl -c' started at 06/11/19 09:22:16] Nov 19 09:22:16 localhost Update agent starting at 06/11/19 09:22:16 Nov 19 09:23:42 localhost zmpkg[7298]: INF [Command: start] Nov 19 09:23:42 localhost zmdc[7310]: INF [Server ...