1
0
Fork 0
mirror of https://github.com/Findus23/matomo-DiagnosticsExtended.git synced 2024-09-16 12:33:46 +02:00
No description
Find a file
2023-07-22 23:43:25 +02:00
config remove URLCheck as a similar check is now part of Matomo core 2021-12-14 20:09:37 +01:00
Diagnostic add more php version EOL dates 2023-07-22 23:38:44 +02:00
lang Added translation using Weblate (Welsh) 2023-07-15 10:50:21 +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 Matomo 5 compatibility 2023-07-22 23:43:25 +02:00
DiagnosticsExtended.php add icon, notification and a few translatable strings 2021-03-31 23:38:26 +02:00
plugin.json Matomo 5 compatibility 2023-07-22 23:43:25 +02:00
README.md release 0.1.7 2021-09-02 17:40:36 +02:00
Utils.php add OPcache check 2021-04-12 17:28:42 +02:00

Matomo DiagnosticExtended Plugin

Translation status

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 tests:

  • 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