prooph / link

Automated Workflow Processing
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

SystemConfig: Provide option to analyse system set up #18

Open codeliner opened 9 years ago

codeliner commented 9 years ago

The UI should provide option to run a system set up analysis including check if config is valid, write permissions are set, other system nodes can be accessed, database is running etc. The system config should trigger an application event and collect information from all installed modules. The UI should also provide extension points so that each module has its own section to display its result. By default this check should be triggered via JS when the user is on the dashboard but only onces per hour (work with a file touch or last checked date in the database). Only if something seems to be wrong the user should be informed and pointed to the details view in the system config module. When the analysis is started manually it should run without checking the last checked date.