Under various failure conditions the cron tasks sends out emails:
sendfailurenotification
|
sendfailurenotification($admin); |
It would be more useful if this plugin implemented the Check API so this could be routed automatically the various monitoring systems.
The check does not have to be synchronously testing the arlo api, it could simply show the most recent api call and if it was good or not and how long ago it was.
Under various failure conditions the cron tasks sends out emails:
sendfailurenotification
moodle-enrol_arlo/classes/task/api_retry_notification.php
Line 60 in 205945f
It would be more useful if this plugin implemented the Check API so this could be routed automatically the various monitoring systems.
The check does not have to be synchronously testing the arlo api, it could simply show the most recent api call and if it was good or not and how long ago it was.