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.1

Version
1.0.1
Type
neos-plugin
Release Date
Oct 09, 2018 07:29
Source
git
Distribution
zip
Requires
  • php: >=7.0
  • neos/flow: >=4.0
  • composer/semver: ~1.4.2
MIT 02803801f8522a619fa8062419849866e80b473b

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.