Extension to alert Admin about failed scheduled job in last 24 hours.
The extension is licensed under AGPL-3.0.
- PHP v7.0+
- CiviCRM (5.27)
This extension has not yet been published for installation via the web UI.
Sysadmins and developers may download the .zip
file for this extension and
install it with the command-line tool cv.
cd <extension-dir>
cv dl com.skvare.jobchecker@https://github.com/Skvare/com.skvare.jobchecker/archive/master.zip
Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.
git clone https://github.com/Skvare/com.skvare.jobchecker.git
cv en jobchecker
This extension alerts the admin when any scheduled job fails, the type of alert is configured on setting page '/civicrm/admin/jobchecker'.
- UI alert
- Email alert.
For UI alert: if any appear in last 24 horus then alert will be shown in the top right corner of the screen and full details error log available on CiviCRM System Status
(/civicrm/a/#/status
) screen.
This extension read the logs of other job which are configured on setting form. it only reads last 24 hours log. If any failed entry found it provides alert to admin. So that they can cross verify failing job status.
Menu 'Scheduled Job Status Checker' for accessing the setting are available under 'Administer/System Settings'.