Add a new cronjob to the user's crontab.
Delete cronjobs from the SiteWorx user's crontab.
Edit an existing cronjob in the user's crontab.
List cron jobs.
array ( 'status' => 0, 'payload' => array ( 1 => array ( 'type' => 'normal', 'linenum' => 1, 'minute' => '59', 'hour' => '23', 'day' => '31', 'month' => '12', 'dayofweek' => '6', 'script' => 'echo test', ), ), )
Edit cron options.
Controller: Cron
Action: add
Add a new cronjob to the user's crontab.
Input Parameters
*, */2, */5, */10, */15, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, ...
["*"]
*, */2, */4, */6, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23
["*"]
*, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31
["*"]
*, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
["*"]
*, 0, 1, 2, 3, 4, 5, 6
["*"]
Action: delete
Delete cronjobs from the SiteWorx user's crontab.
Input Parameters
1
Action: edit
Edit an existing cronjob in the user's crontab.
Input Parameters
1
59
23
31
12
6
echo test
Action: list
List cron jobs.
Example Output
array ( 'status' => 0, 'payload' => array ( 1 => array ( 'type' => 'normal', 'linenum' => 1, 'minute' => '59', 'hour' => '23', 'day' => '31', 'month' => '12', 'dayofweek' => '6', 'script' => 'echo test', ), ), )Action: options
Edit cron options.
Input Parameters
Use the dropdown to choose the shell to run the cron job on.
/bin/sh, /bin/bash, /sbin/nologin, /bin/tcsh, /bin/csh, /bin/ksh
The path contains the directories which will be in the search path for cron.
["\/usr\/kerberos\/bin","\/usr\/local\/bin","\/bin","\/usr\/bin","\/home\/interworx\/bin"]
Enter an email address to be notified of the output of each cron job.