Thank you for the information
greetings!
Search found 6 matches
- Thu Aug 08, 2019 4:35 pm
- Forum: ZoneMinder 1.32.x
- Topic: ZoneMinder max 10 sms per day?
- Replies: 2
- Views: 1691
- Wed Aug 07, 2019 5:19 pm
- Forum: ZoneMinder 1.32.x
- Topic: ZoneMinder max 10 sms per day?
- Replies: 2
- Views: 1691
ZoneMinder max 10 sms per day?
I have a question regarding sms information on some event triggered in ZoneMinder I have a working sms way with bash / curl (API) however, I would like only 2 SMS sent per event maximum 10 sms per day Is it possible to set in ZoneMinder ... or maybe some bash script sorry for my English :roll ...
- Sat Jul 13, 2019 6:33 am
- Forum: ZoneMinder 1.32.x
- Topic: SOLVED - Zoneminder 1.32 or 1.33 on Ubuntu 18.04 - Odroid XU4 (ARMHF)
- Replies: 12
- Views: 27560
Re: SOLVED - Zoneminder 1.32 or 1.33 on Ubuntu 18.04 - Odroid XU4 (ARMHF)
I compiled zoneminder to version v 1.33.12 my system is Armbian: Linux Odroid-HC1 4.14.111-odroidxu4 # 2 SMP PREEMPT Wed May 8 17:30:01 CEST 2019 armv7l armv7l armv7l GNU / Linux Hardware: Odroid HC-1 zoneminder_1.33.12~20190713064922-bionic_armhf.deb https://www59.zippyshare.com/v/CPpHEdBN/file ...
- Sat Jun 29, 2019 11:57 am
- Forum: ZoneMinder 1.32.x
- Topic: Zoneminder option to send an email?
- Replies: 5
- Views: 8039
Re: Zoneminder option to send an email?
OK ....I fixed it with this entry in the command line
and for sending an email when motion is detected on the camera, a Filter must be created in the options
the matter is not intuitive
regards
Code: Select all
chmod 777 /etc/ssmtp /etc/ssmtp/*
the matter is not intuitive
regards
- Wed Jun 26, 2019 3:49 pm
- Forum: ZoneMinder 1.32.x
- Topic: Zoneminder option to send an email?
- Replies: 5
- Views: 8039
Re: Zoneminder option to send an email?
Yes ssmtp is installed according to howto: sudo apt-get update apt-get install ssmtp apt-get install mailutils my ssmtp.conf: root=XXX@linux.pl # The place where the mail goes. The actual machine name is required no # MX records are consulted. Commonly mailhosts are named mail.domain.com mailhub ...
- Tue Jun 25, 2019 7:15 pm
- Forum: ZoneMinder 1.32.x
- Topic: Zoneminder option to send an email?
- Replies: 5
- Views: 8039
Zoneminder option to send an email?
I have a question for more experienced with the Zoneninder program. I do not know why despite sending emails correctly from the command line Unfortunately, the sending of e-mails does not work with the program itself. Sorry for my English. :oops: echo "Hello, World" | mail -s "My email check" user ...