1
0
Fork 0
mirror of https://github.com/Findus23/matomo-DiagnosticsExtended.git synced 2024-09-19 16:03:46 +02:00
No description
Find a file
2021-04-13 17:58:34 +02:00
config initial release 2021-04-12 19:07:51 +02:00
Diagnostic fix php check 2021-04-13 17:46:44 +02:00
lang more curl version notices 2021-04-13 17:46:38 +02:00
screenshots first version 2021-03-22 22:55:14 +01:00
.gitignore first version 2021-03-22 22:55:14 +01:00
CHANGELOG.md release 0.1.2 2021-04-13 17:47:20 +02:00
DiagnosticsExtended.php add icon, notification and a few translatable strings 2021-03-31 23:38:26 +02:00
plugin.json release 0.1.2 2021-04-13 17:47:20 +02:00
README.md add list of tests to README 2021-04-13 17:58:34 +02:00
Utils.php add OPcache check 2021-04-12 17:28:42 +02:00

Matomo DiagnosticExtended Plugin

Description

This plugin adds a collection of new checks to the Matomo System Check page. They are a bit more experimental and can be more likely to give incorrect results, but might help you find issues with your Matomo setup.

Please report back any unexpected results you come across or other feedback so that the checks can be improved and possible integrated into Matomo core once they work reliably.

Currently supported test:

  • curl version check
  • MySQL/MariaDB version check
  • matomo.js check (Gzip, MIME-Type)
  • Opcache check (enabled and set up correctly)
  • php.ini settings
  • php running as root
  • php version check
  • check if secret files are protected by webserver