anexia/neos-monitoring
composer require anexia/neos-monitoring
A neos plugin to monitor runtime versions, composer package versions and composer package licenses
1.0.1
Readme excerpt
Anexia MonitoringA Neos plugin used to monitor updates for active composer packages. It can be also used to check if the website is alive and working correctly.
Installation and configurationInstall the module via composer, therefore adapt the require part of your composer.json:
"require": { "anexia/neos-monitoring": "1.0.1" }In your site package /app/Packages/Sites/[SITE_NAME]/Configuration/Settings.yaml add the following:
Anexia: Neos: Monitoring: queryParameter: 'access_token' accessToken: 'YOUR_CUSTOM_ACCESS_TOKEN' status: checks: class: Anexia\Neos\Monitoring\Check\DatabaseCheckNow run
composer update …Read more