Download the PHP package studiosite/monitoring-bundle without Composer
On this page you can find all versions of the php package studiosite/monitoring-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download studiosite/monitoring-bundle
More information about studiosite/monitoring-bundle
Files in studiosite/monitoring-bundle
Package monitoring-bundle
Short Description Bundle for monitoring the simple parameters in yours projects
License MIT
Homepage https://github.com/eugenekkh/MonitoringBundle
Informations about the package monitoring-bundle
StudioSiteMonitoringBundle
Sometimes it becomes necessary to monitor some parameters using external monitoring systems (for example, zabbix). The bundle makes it very easy
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
Step 3: Configuration
Example of use
Consider an example service that provides values of parameters
The service description in DI
Now you can get parameter values
Generate zabbix user parameter config
The bundle can generate a configuration for all the collected parameters in zabbix userparameter format
All versions of monitoring-bundle with dependencies
symfony/framework-bundle Version ^2.7 || ^3.0 || ^4.0
symfony/twig-bundle Version ^2.7 || ^3.0 || ^4.0
twig/twig Version ^1.28 || ^2.0
symfony/templating Version ^2.7 || ^3.0 || ^4.0