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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package silverstripe-monitoring-client

Silverstripe Monitoring System

Scrutinizer Code Quality

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:

System information

This module lists information about the server environment, including:

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

PHP Build Version
Package Version
Requires silverstripe/vendor-plugin Version ^1.0 | ^2.0
silverstripe/cms Version ^4.0 | ^5.0
ext-sodium Version *
guzzlehttp/guzzle Version ^7
guzzlehttp/promises Version ^2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package biffbangpow/silverstripe-monitoring-client contains the following files

Loading the files please wait ....