Page 1 of 1
Daemon zmstats.pl
Posted: Mon Apr 16, 2018 1:17 pm
by juanmoura
The daemon zmstats.pl not starting automatically when I restart the server. It only starts if I start it myself via the terminal.
Does anyone know how to solve it? I would insert it in cron, but I wanted to see beforehand how to solve it in ZM itself.
Re: Daemon zmstats.pl
Posted: Mon Apr 16, 2018 5:57 pm
by bbunge
Linux distro and version? Zoneminder version?
Re: Daemon zmstats.pl
Posted: Mon Apr 16, 2018 10:39 pm
by iconnor
How about zmpkg logs?
Re: Daemon zmstats.pl
Posted: Mon Sep 17, 2018 11:45 am
by al.semenenko88
version 1.31.47. Proxmox - lxc. The same thing happens. Fixed this in rc.local:
sleep 3
/usr/bin/zmstats.pl &
# without sleep 3 don't work
Re: Daemon zmstats.pl
Posted: Wed Sep 19, 2018 3:23 pm
by iconnor
If this is a multi-server install, you may have to turn it on in the Server entry. Not all servers need to run it, just one.
Re: Daemon zmstats.pl
Posted: Mon Oct 08, 2018 8:53 am
by al.semenenko88
iconnor wrote: ↑Wed Sep 19, 2018 3:23 pm
If this is a multi-server install, you may have to turn it on in the Server entry. Not all servers need to run it, just one.
Thanks!