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 [2024/06/30 12:23] – headings for cron example wrongecho | cron [2026/07/04 02:58] (current) – [Crontab file] johnny | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Cron ====== | ====== Cron ====== | ||
| - | ITFlow | + | ITFlow |
| - | ==== Cron Activation & Key ==== | ||
| - | For the sole execution of the scripts | + | ==== Script purposes ==== |
| + | All Cron scripts are now in the ''/ | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| - | Sign in to ITFlow with administrative rights. Proceed to **Settings** > **Alerts**: | + | |
| - | * Enable cron | + | ==== Crontab file ==== |
| - | * Generate a Cron Key | + | |
| - | == Cron Scripts == | + | To setup the scheduled tasks, copy the [[https:// |
| - | The following scripts should be added to your Cron: | + | |
| - | *NOTE: THESE ARE SETUP BY DEFAULT IF YOU INSTALLED ITFLOW USING THE [[installation_script|SCRIPT]] | + | |
| - | * '' | ||
| - | * '' | ||
| - | * '' | ||
| - | * '' | ||
| - | Please note: Swap [KEY] with your actual | + | ==== Cron Activation ==== |
| + | You must then activate Cron within ITFlow: | ||
| - | == Example == | + | * Sign in to ITFlow |
| - | < | + | * Navigate to **Settings** > **Notifications** |
| - | # / | + | * Enable Cron |
| - | + | ||
| - | # ITFlow | + | |
| - | 0 02 * * * root php / | + | |
| - | </ | + | |
| - | {{: | + | |