add recipe for liip/monitor-bundle:2.6.*

This commit is contained in:
Lukas Kahwe Smith
2017-12-17 12:49:13 +01:00
parent 509b872833
commit b44ec99f4f
3 changed files with 17 additions and 0 deletions
@@ -0,0 +1,3 @@
liip_monitor:
# enabling the controller requires that `assets` are enabled in the framework bundle
enable_controller: false
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Liip\\MonitorBundle\\LiipMonitorBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
+6
View File
@@ -0,0 +1,6 @@
<bg=blue;fg=white> Getting started using </><bg=blue;fg=white;options=bold>liip/monitor-bundle</><bg=blue;fg=white> </>
<options=bold>Configure</> the bundle and routes:
1. You <options=bold>MUST</> verify the configuration in <comment>%CONFIG_DIR%/packages/monitor.yaml</>.
2. You <options=bold>MAY</> configure additional your checks and reporters, see the README.md for instructions.
3. You <options=bold>MAY</> configure the routes as specified in the README.md if you enable the controller.