meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cron [2023/06/22 21:51] – [Cron Scripts] johnny | cron [2025/10/07 20:30] (current) – johnny | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Cron ====== | ====== Cron ====== | ||
| - | ITFlow comes packaged | + | ITFlow comes with an array of PHP scripts that are meant to be executed |
| - | ==== Cron Enable & Key ==== | + | ==== Cron Activation |
| - | In order to ensure only Cron executes the scripts (and not some random user/bot navigating | + | * Sign in to ITFlow with administrative rights. |
| + | * Navigate | ||
| + | * Enable | ||
| - | Login to ITFlow as an admin. Navigate to **Settings** > **Alerts**: | + | == Cron Scripts of v25.10.1 == |
| - | * Enable | + | If installed by script after the date above location will now be ''/ |
| - | * Generate a Cron Key | + | < |
| + | 0 2 * * * www-data / | ||
| + | * * * * * www-data / | ||
| + | * * * * * www-data / | ||
| + | 0 3 * * * www-data / | ||
| + | 0 4 * * * www-data / | ||
| + | </ | ||
| - | ==== Cron Scripts | + | -- |
| + | |||
| + | == OLD / Cron Scripts == | ||
| The following scripts should be added to your Cron: | The following scripts should be added to your Cron: | ||
| - | * php / | + | *NOTE: THESE ARE SETUP BY DEFAULT IF YOU INSTALLED ITFLOW USING THE [[installation_script|SCRIPT]] |
| - | * php / | + | |
| - | * php / | + | * '' |
| + | * '' | ||
| + | | ||
| + | * '' | ||
| + | | ||
| - | Note: Replace [KEY] with your cron key and do not include the **brackets [ ]** | + | == OLD / Example == |
| + | < | ||
| + | # / | ||
| + | # ITFlow - Nightly cron script | ||
| + | 0 02 * * * | ||
| + | </ | ||
| + | {{: | ||