{ "manifests": { "liip/monitor-bundle": { "manifest": { "bundles": { "Liip\\MonitorBundle\\LiipMonitorBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, "post-install-output": [ " 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." ] }, "files": { "config/packages/monitor.yaml": { "contents": [ "liip_monitor:", " # enabling the controller requires that `assets` are enabled in the framework bundle", " enable_controller: false", "" ], "executable": false } }, "ref": "02c7cd93304dead890f9042fc2670dd9b0e0c091" } } }