Download the PHP package biffbangpow/silverstripe-monitoring-client without Composer
On this page you can find all versions of the php package biffbangpow/silverstripe-monitoring-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download biffbangpow/silverstripe-monitoring-client
More information about biffbangpow/silverstripe-monitoring-client
Files in biffbangpow/silverstripe-monitoring-client
Package silverstripe-monitoring-client
Short Description Monitoring client
License BSD-3-Clause
Homepage https://github.com/BiffBangPow/silverstripe-monitoring-client
Informations about the package silverstripe-monitoring-client
Silverstripe Monitoring System
Client library
This module is built to work alongside the monitoring server system. It will, however, operate as a standalone information page on the site where it is installed.
With no configuration, a simple reporting screen is added to the site config, so that the values from the included modules can be viewed in the CMS.
Monitoring system integration
By adding the following environment variables, the system can be integrated into the monitoring server system to provide centralised reporting (see the server repository for further information):
With the exception of the valid IP value, all the above variables will be generated by the server system when a client is added. These ensure that communications between the client and server are encrypted.
If set, the valid IP variable will restrict access to the monitoring system to those specified addresses. IPs can be specified by a single address or a CIDR notation.
The monitoring client implements rate-limiting on incoming requests to the reporting route, to help mitigate brute-force or DoS attacks. A maximum of 1 request per minute is permitted to the client software.
Included reporting modules
The system comes with a set of default reporting modules:
Silverstripe configuration
This module lists various parameters of the Silverstripe installation, including:
- Site Name
- Environment type
- Base URL
- Presence of default admin credentials
System information
This module lists information about the server environment, including:
- PHP version
- Host IP address
- File upload limit
- Script max execution time
- Database engine
- Database version
- Database name
The module will attempt to discover the public IP address of the client usign the ipify service. This can be disabled via a yml config, eg:
In addition, the module can report on the value of environment variables which have been set. These can be specified by adding a yml configuration to your project, eg:
Core package versions
This module reports on the installed versions of a set of core packages. The packages included in this report are configured in a default yml file, bundled with the module, but can be overridden as required, eg:
All package versions
This module lists all the composer-managed packages which are installed on the system.
All versions of silverstripe-monitoring-client with dependencies
silverstripe/cms Version ^4.0 | ^5.0
ext-sodium Version *
guzzlehttp/guzzle Version ^7
guzzlehttp/promises Version ^2