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

It's not particularly pretty or elegant but we had a customer here in EU wanting to monitor the queue in unoconv with it, and this is what I came up...

If could give us an information of which FE it actually hit.

enhancement

When checking the status of the session handler, it is hard coded to use '\core\session\memcached'. https://github.com/catalyst/moodle-tool_heartbeat/blob/fa9788750002907980d65e7af10c8d228fc131ab/index.php#L111 During the actual check, it uses a function 'memcache_connect()' which belongs to the php...