moodle-tool_heartbeat icon indicating copy to clipboard operation
moodle-tool_heartbeat copied to clipboard

Moodle health checks for load balancers / nagios

Results 24 moodle-tool_heartbeat issues
Sort by recently updated
recently updated
newest added

When running with Moodle 4.4 with debugging set to developer the following error is shown: `Callback before_http_headers in tool_heartbeat component should be migrated to new hook callback for core\hook\output\before_http_headers `...

### Pull request checks - [x ] I have checked the version numbers are correct as per the [README](./README.md#branches) Pull request for #178

I have heartbeat installed in my dev environment. When I run behat tests for other plugins (unless the behatDB is a clean install) I get the following error: ```@BeforeStep #...

This is a regression this was accidentally removed: https://github.com/catalyst/moodle-tool_heartbeat/issues/64 Add settings for how often it should ping instead of hard coded to 30 mins This also probably doesn't need to...

We want to create the ability to add extra config in heartbeat which applies on top of all the status checks and if an override is in place then it:...

Whenever the cachecheck re-pings, it should log a config change This is so we can see the history of what updated the value and at what time

This will eventually alert indirectly but worth an explicit check so its obvious right away that it is intentional and you don't need to do any root cause hunting

Instead of merely just showing this: ``` UNKNOWN: Failed IP check from 123.123.123.123 (Checked Oct 17 14:42:22) ``` make it also send a 403 but with the same content otherwise

Some of the lang string I believe were messed up, for e.g. https://github.com/catalyst/moodle-tool_heartbeat/blob/789b1ef0b8c8a8ea1e34f637c80e28f2ac6ca0cd/classes/check/tasklatencycheck.php#L115-L122 Code is checking if the lastruntime < $completiondelay, but the lang string outputs: ``` $string['latencynotrun'] = 'Task...