Actions
Feature #14777
closedStatus output plugin hook for packages to include their own data
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
23.09
Release Notes:
Default
Description
The status output page (status.php
) gathers system information that is helpful for diagnosing problems, but it is currently limited to base system information only.
Rather than hardcoding specific items from packages in status.php
directly, we should craft a simple plugin hook where packages can declare their own files and commands to include in status output. There are already similar plugin hooks in place for other functions such as logging/rotation.
This should also include packages having some way to sanitize their own data before including it, since there could be sensitive info inside (keys, passwords, etc) and that information may not be sanitized as expected by base system functions.
Actions