factorial-io / factorial_monitoring_connector
A small drupal module to collect various system information and provide them as JSON on request
Installs: 16 930
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 15
Forks: 2
Open Issues: 1
Type:drupal-module
This package is auto-updated.
Last update: 2025-01-21 16:35:15 UTC
README
the factorial_monitoring_connector is a small module to collect various informations about hte installation on request.
installation the old fashioened way
- download the repository
- put it in your modules-folder
installation as git submodule
-
add this repository as a submodule via
git submodule add https://github.com/factorial-io/factorial_monitoring_connector.git sites/all/modules/custom/factorial_monitoring_connector
installation via composer
-
Add the following lines to your
repositories
-section:{ "type": "vcs", "url": "https://github.com/factorial-io/factorial_monitoring_connector.git" }
-
run
composer require factorial-io/factorial_monitoring_connector:dev-8.x-1.x
Setup
- Enable the module as usual.
- Add the host to you monitoring configuration.