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

1.0.0

Version
1.0.0
Type
neos-plugin
Release Date
Oct 01, 2018 08:57
Source
git
Distribution
zip
Requires
  • php: >=7.0
  • neos/flow: >=4.0
  • composer/semver: ~1.4.2
MIT 54feedfa49dc95c4d902869d00be5ba73d1610b3

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.