Search found 24 matches

by anest
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 ...
by anest
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 ...
by anest
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 ...
by anest
Thu Dec 07, 2006 4:04 pm
Forum: ZoneMinder Previous Versions
Topic: Email on Alarm
Replies: 8
Views: 4858

Sorry men, but few years as most mail servers on the Net is checked reverse zone for fight with spam. it's all what i know.
by anest
Thu Dec 07, 2006 12:19 pm
Forum: ZoneMinder Previous Versions
Topic: Email on Alarm
Replies: 8
Views: 4858

I think so... But, it's not very hard :) You can do this in 15-20 minutes, if you can find a good issue on the web (google is your friend)
by anest
Thu Dec 07, 2006 8:44 am
Forum: ZoneMinder Previous Versions
Topic: Email on Alarm
Replies: 8
Views: 4858

sorry, i dont used this feature but i think you need setup your sendmail first (or what software you use for sending e-mails from your machine)
i dont think what ZM can do itself this job, ZM is not a mail server or gateway..
by anest
Tue Dec 05, 2006 2:29 am
Forum: ZoneMinder Previous Versions
Topic: Email on Alarm
Replies: 8
Views: 4858

i think so you need to setup an your own email server first. please use google for 'reverse zone', if you send emails from your own domain, or use login\password\address in the config for external server.
by anest
Thu Nov 23, 2006 11:10 am
Forum: ZoneMinder Previous Versions
Topic: Installing ZoneMinder on Gentoo Full Guide ENGLISH + ITALIAN
Replies: 13
Views: 7474

Thank you, Phil!
by anest
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 ...
by anest
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 ...
by anest
Tue Nov 21, 2006 10:08 pm
Forum: ZoneMinder Previous Versions
Topic: Installing ZoneMinder on Gentoo Full Guide ENGLISH + ITALIAN
Replies: 13
Views: 7474

zoneminder , what you think about to add new user in system for solve the security problem? anyway, i think what to add new _special_ user in system will be good deal, what you think? may create new user 'zoneminder' and put him to groups 'apache', 'video', etc... and give up control from zm ...
by anest
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 ...
by anest
Tue Nov 21, 2006 10:38 am
Forum: ZoneMinder Previous Versions
Topic: Installing ZoneMinder on Gentoo Full Guide ENGLISH + ITALIAN
Replies: 13
Views: 7474

Thanks a lot, ZioPRoTo! You did it! :P
but i have just one think about security: may will be better way to create a new user as 'zoneminder' in system, with bash? i don't really think what that is good idea to give bash to the apache. any ideas?
by anest
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

Thank you!
by anest
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 ...