diff --git a/liip/monitor-bundle/2.6/config/packages/monitor.yaml b/liip/monitor-bundle/2.6/config/packages/monitor.yaml new file mode 100644 index 00000000..cc6b6673 --- /dev/null +++ b/liip/monitor-bundle/2.6/config/packages/monitor.yaml @@ -0,0 +1,3 @@ +liip_monitor: + # enabling the controller requires that `assets` are enabled in the framework bundle + enable_controller: false diff --git a/liip/monitor-bundle/2.6/manifest.json b/liip/monitor-bundle/2.6/manifest.json new file mode 100644 index 00000000..c9238280 --- /dev/null +++ b/liip/monitor-bundle/2.6/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Liip\\MonitorBundle\\LiipMonitorBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/liip/monitor-bundle/2.6/post-install.txt b/liip/monitor-bundle/2.6/post-install.txt new file mode 100644 index 00000000..55546b7d --- /dev/null +++ b/liip/monitor-bundle/2.6/post-install.txt @@ -0,0 +1,6 @@ + Getting started using liip/monitor-bundle + + Configure the bundle and routes: + 1. You MUST verify the configuration in %CONFIG_DIR%/packages/monitor.yaml. + 2. You MAY configure additional your checks and reporters, see the README.md for instructions. + 3. You MAY configure the routes as specified in the README.md if you enable the controller.