The article contains a description of the settings and the list of jobs that cron runs in BILLmanager.
The cron scheduler is a program that runs jobs at specified intervals.
To manage jobs, in the upper right corner, click the administrator's name → Back to root → enter Settings → Scheduler. The Scheduler section contains the jobs for the root user, which are located in /var/spool/cron/root or /usr/spool/cron/.
In this section you can:
Create new jobs;
Edit existing jobs;
Enable or Disable jobs;
Delete jobs.
Configuring jobs
To add a new job, click Create job:
Email — specified in the settings after the job is created;
Server date and time — displays the current date and time on the server;
Command — specify the command that the scheduler will run on a schedule. See the Jobs description section;
A cron job consists of six fields separated by spaces or tabs. The fields are listed in order: minute(s) hour(s) day(s) month(s) weekday(s) command(s).
The execution time can be specified as:
a number;
a comma-separated list of numbers;
a range of numbers separated by a hyphen;
the * character is any integer number;
the / character is the increment of the range values.
Field
Range value
Description
minute
0-59
start minute
hour
0-23
start hour
day
1-31
start date (day)
month
1-12
start month
weekday
0-6
start day of the week (Sunday = 0, Monday = 1, Tuesday = 2, etc.)
command
Sequence of commands to execute. These can be commands or executable files
* 5 4-10 0-3 * — at 5:00 on the 4,5,6,7,8,9,10th days of January, February, March and April.
command — the command executed by the interpreter. Counts to the end of the string and may contain spaces. As a command, specify the path to the executable file and use the command according to the format supported by the specified file. For example:
<path to the executable file> -m billmgr <command parameters> — platform request;
<path to the executable file> --command <command parameters> — request to additional BILLmanager modules.
To compile the parameters of the command you can use the articles from the BILLmanager API old section.
Search for violations of the service usage policy with the status "Open" and the term of elimination less than the current date on the server. Read more in Abuses in the BILLmanager documentation.