XCALLY section | Tools → Scheduler | ||||||||||||||
On this page |
|
📋 What’s about
In this section, you can schedule an automated extraction of default or custom reports available under the Analytics section.
The Scheduler Section is under the Tools Menu:
💡 How it works
To create a new Schedule click on
Note |
---|
A schedule will be executed only if the schedule is active and it's within the valid time interval [Start Time : End Time]. |
The extracted report will be available under Analytics → Extracted Reports section where you can Download or Delete the file.
Info |
---|
Example:
Considering the above values:
|
A scheduler can be edited and modified, run or deleted.
Click on and choose the command in the menu:
Scheduler email check
Starting from version 3.45.0 a configuration variable ENV XC_DISABLE_ANALYTICS_SCHEDULER
has been added to check the start of the email scheduler in the file motion-server-v3/src/app.js
and to provide greater flexibility in the management of email scheduler (particularly for multi-server projects, by allowing it to be enabled or disabled via configuration). So with this variable, it is specified which server should send the e-mail.
By default the variable is disabled: if it is not configured or set on
false
, the scheduler startsIf it is set on
true
the e-mail scheduler does not start and a warning like this appears in the log console
Analytics Scheduler disabled! Use XC_DISABLE_ANALYTICS_SCHEDULER=false to enable it