System Status

Local plugins ::: local_kopere_status
Maintained by Eduardo Kraus
A Status page for your Moodle: shows whether the platform is online, for how long, for how many consecutive days, and provides a public status page to share with your team and users.

System Status 0.0.5

Moodle 3.10, 3.11, 4.0, 4.1, 4.2, 4.3, 4.4, 4.5, 5.0, 5.1
Released: Wednesday, 7 January 2026, 7:58 AM

Kopere Status (local_kopere_status)

A Status page for your Moodle: shows whether the platform is online, for how long, for how many consecutive days, and provides a public status page to share with your team and users.

Note on CRON For reliable measurements, configure Moodle’s CRON to run at an interval less than or equal to the check interval set in the plugin. Example: if the check runs every 5 minutes and CRON runs every 10 minutes, about 50% of checks will fail (missed windows). Ideally, run CRON every 1 minute.

Features

  • Moodle availability monitoring.
  • Continuous uptime counter and consecutive days online.
  • History of checks and downtime periods.
  • Public status page (open read access) to communicate uptime transparently.

crontab example (Linux only):

* * * * * /usr/bin/php /var/www/html/moodle/admin/cli/cron.php >/dev/null 2>&1

Usage

Visit https://MOODLE.com/local/kopere_status

  • Public page: open-read URL (no login) to share with your community.

Tip: Include the public status link in the site footer or in the support area.

Best practices & tips

  • CRON must not be less frequent than the check interval: keep CRON the check (e.g., check every 5 min → CRON 1–5 min).
  • Synchronize time zone and server time to avoid window discrepancies.
  • In proxy/CDN environments, ensure the check hits the correct endpoint (apply a WAF allowlist if needed).

Credits

Plugin by Eduardo Kraus.

Version information

Version build number
2026010600
Version release name
0.0.5
Maturity
Alpha
MD5 Sum
87298445d2dfa7a9f3cf434fa5f806b1
Supported software
Moodle 3.10, Moodle 3.11, Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3, Moodle 4.4, Moodle 4.5, Moodle 5.0, Moodle 5.1
  • Latest release for Moodle 3.10
  • Latest release for Moodle 3.11
  • Latest release for Moodle 4.0
  • Latest release for Moodle 4.1
  • Latest release for Moodle 4.2
  • Latest release for Moodle 4.3
  • Latest release for Moodle 4.4
  • Latest release for Moodle 4.5
  • Latest release for Moodle 5.0
  • Latest release for Moodle 5.1

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS tag
0.0.5

Default installation instructions for plugins of the type Local plugins

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder in the "local" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation.