Download the PHP package wy/neos-oh-dear without Composer
On this page you can find all versions of the php package wy/neos-oh-dear. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package neos-oh-dear
Neos Oh Dear
This package makes it easy to monitor your Neos application vitals and outputs a JSON for Oh Dear.
Installation
You can easily install this plugin via composer
Set Up
- Create a file in the web root folder, e.g.
health.php
(see example below)- Require
../Packages/Plugins/Wysiwyg.OhDear/autoload.php
- Initialize the
\Wysiwyg\OhDear\Application
class with the Composer autoloader (see below for an example) - Initialize your checks with the correct configuration values
- Process the steps
- Require
- Configure your Oh Dear secret at the following config path in Neos:
Wysiwyg.OhDear.healthSecret
(only for production) - Open the file in your web browser, the result should be a JSON string (see example below)
Available Checks
- CpuLoadCheck
- DatabaseCheck
- DiskSpaceCheck
- RedisCheck
- SwiftSmtpCheck
Example File
JSON Output example
All versions of neos-oh-dear with dependencies
PHP Build Version
Package Version
The package wy/neos-oh-dear contains the following files
Loading the files please wait ....