anexia/neos-monitoring

Last activity 28 Apr 2021 77
composer require anexia/neos-monitoring

A neos plugin to monitor runtime versions, composer package versions and composer package licenses

dev-SIANXKE-96

Version
dev-SIANXKE-96
Type
neos-plugin
Release Date
Apr 28, 2021 12:27
Source
git
Distribution
zip
Requires
  • php: >=7.0
  • neos/flow: >=4.0
  • composer/semver: ~1.4.2
MIT aa3b0e8e1ab9582f7815ecb0dd8554b95443d815

Readme excerpt

Anexia Monitoring

A 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 configuration

Install 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\DatabaseCheck

Now run

composer update …
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.