CNCat 4.3 User Manual
Scheduled Check (CRON)
To set up a scheduled check for links, go to the administration page Settings - Scheduled Check:

Setting up Scheduled Check
Note: General check parameters are defined on the Settings - Checking Links administration page.
To protect the scheduled check, we strongly recommend creating secret key for access to the script. To do this:
- Enter the code into the Secret key for access to check script;
- Click the Save button.
Before you generate the commands for running check script (via php and wget), specify the check parameters:
- Which web directory entries will be checked by the current script: links / articles / new / submitted / deleted;
- At what intervals the repeated check should start (time (in days) the next check will be started);
- How many links should be processed per one script run during the check (the time intervals of the script run should be specified in the hosting settings).
After all parameters are specified, click the Generate button. Thus, you can generate several commands to run scheduled tasks for different sets of parameters. You should copy the result commands and paste them into the settings of your hosting schedule and specify how often the task should be run.
Example:
- the command is run once an hour (hosting settings)
- there are 100 links in the web directory
- 10 links are processed per hour (number defined by the parameters)
- the repeated complete check is assigned for every 15 days (defined by the parameters)
Thus, the complete check will be over in 10 hours. The next repeated check will start in 15 days. The check runs starting with the oldest links by the last checked date.
The scheduled check results are displayed in the report. To view the report, click the Check report at the top of the Scheduled Check page.

Shceduled Check Report
While links check is in process, you can refresh the report (the Refresh button) to get the current results. To delete the report, click the Clear Report link.