Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update recipe for LiipMonitorBundle 3 #1605

Merged
merged 1 commit into from
Mar 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions liip/monitor-bundle/3.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"bundles": {
"Liip\\Monitor\\LiipMonitorBundle": ["all"]
}
}
4 changes: 4 additions & 0 deletions liip/monitor-bundle/3.0/post-install.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<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.
Loading