| File Name | Meaning |
|---|---|
| backupACTIVE | The cron job is running |
| backupHISTOGRAM | The history of the start and exit status of the cron job |
| backupNOMAIL | Do not send mail if the cron job does not exit successfully |
| backupNONEG | If a 2nd cron job attempts to run while the 1st one has not finished, do not record this. |
| backupOK | The cron job is enabled (remove this file to disable the cron job) |
| backup-mail | A copy of the mail that was last sent when the cron job had an error |
| backup-output | The output of the last time the ceon job ran |
Each plot is presented in 3 separate ways -
This page is not automatically refreshed.
For each plot, the x-axis represents the time when the cron job was started/finished and the y-axis
represents the exit status of the cron job.
| y-axis value | Meaning |
|---|---|
| No bullet | The cron job did not run |
| 0 | The cron job successfully exited |
| -1 | The cron job is not enabled (${cronJob}OK file does not exist in ~enstore/CRON or ~root/CRON) |
| -2 | Another cron job of this type is still running (${cronJob}ACTIVE file exists in ~enstore/CRON or ~root/CRON) |
| -3 | The ecron command was run incorrectly |
| -4 | The setups.sh file was not found |
| between 0 and 10 | The cron job exited with an error |
| 10 | The time the cron job started |