Note: You are currently viewing documentation for Moodle 4.0. Up-to-date documentation for the latest stable version of Moodle may be available here: Health center.

Health center: Difference between revisions

From MoodleDocs

(Additional tools may be found elsewhere in the admin settings)

No edit summary
(Update tool status (because it has been removed from the standard package) and add link to plugins directory)
 
Line 1: Line 1:
{{Admin tools}}
{{Admin tools}}
{{Note|The Health center tool has been removed from new installations of Moodle 4.0.}}
The code for the Health center tool is currently available from the [https://moodle.org/plugins/tool_health Plugins directory.]
The health center is a tool for detecting miscellaneous problems on your site. There is no link to it from the administration block as the tool is not currently maintained, however it may be accessed by browsing to the URL ''yourmoodlesite.com/admin/tool/health/''.
The health center is a tool for detecting miscellaneous problems on your site. There is no link to it from the administration block as the tool is not currently maintained, however it may be accessed by browsing to the URL ''yourmoodlesite.com/admin/tool/health/''.


Line 16: Line 21:
* Multi-answer questions data consistency
* Multi-answer questions data consistency
* Only multi-answer and random questions should be the parent of another question
* Only multi-answer and random questions should be the parent of another question
* Question categories should belong to a valid context
* Question categories should belong to the same context as their parent
* Question categories tree structure
* Course categories tree structure
* Course categories tree structure


[[es:Centro de salud]]
[[es:Centro de salud]]
[[de:Analyse der Serverumgebung]]
[[de:Analyse der Serverumgebung]]

Latest revision as of 10:59, 24 March 2022


Note: The Health center tool has been removed from new installations of Moodle 4.0.

The code for the Health center tool is currently available from the Plugins directory.


The health center is a tool for detecting miscellaneous problems on your site. There is no link to it from the administration block as the tool is not currently maintained, however it may be accessed by browsing to the URL yourmoodlesite.com/admin/tool/health/.

Warning: The health center tool is no longer maintained, and may give misleading results due to not taking into account lots of things it should. See comments in MDL-35212 for further details.

The current list of health checks is:

  • Extra characters at the end of config.php or other library function
  • $CFG->dataroot does not exist or does not have write permissions
  • cron.php is not set up to run automatically
  • PHP: session.auto_start is enabled
  • PHP: file_uploads is disabled
  • PHP: memory_limit cannot be controlled by Moodle
  • SQL: using account without password
  • Random questions data consistency
  • Multi-answer questions data consistency
  • Only multi-answer and random questions should be the parent of another question
  • Course categories tree structure