-
Notifications
You must be signed in to change notification settings - Fork 135
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
PMM-12287 Document removal of Integrated Alerting in v3 #3430
Closed
Closed
Changes from 6 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
77765cf
PMM-12287 Document removal of IA feature in v3
ademidoff f6cc1dc
Merge branch 'v3' into PMM-12287-doc-removal-of-integrated-alerting
ademidoff 6b77e53
PMM-12287 Fix bullet point render in alerting
ademidoff eabde03
PMM-12287 Use "Percona Alerting" instead of IA
ademidoff de641d2
PMM-12287 Update v3 Release Notes
ademidoff 71d24b7
PMM-12287 Remove double quotes
ademidoff 5b82f6f
PMM-12287 Semantic fix
ademidoff a389913
PMM-12287 Rename to component upgrades
ademidoff File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,7 @@ To use SMTP with a PMM Docker installation: | |
- `GF_SMTP_FROM_NAME`: Name to be used when sending out emails. | ||
|
||
*NB: If you are using your Gmail’s SMTP credentials as shown above, you will have to generate an app password and fill it in as the value of your $GF_SMTP_PASSWORD variable.* | ||
|
||
2. Pass in the `.env` file to Docker run using the `--env-file` flag: | ||
``` | ||
docker run --env-file=.env -p 443:443 -p 80:80 perconalab/pmm-server:3.0.0-beta | ||
|
@@ -122,7 +123,7 @@ A policy will match an alert if the alert’s labels match all the matching labe | |
This can be useful, for example, when you want to send notifications to a catch-all contact point as well as to one of more specific contact points handled by subsequent policies. | ||
6. Toggle **Override grouping** if you do not want to use root policy grouping. | ||
7. Toggle **Override general timings** to specify how often you want to wait until the initial notification is sent for a new group. When this is disabled, PMM uses root policy group timings instead. | ||
8. Add a mute timing if you want to mute notifications or this policy for a specific, regular interval. For example, you can create a mute to suppress trivial notifications during weekends. Mute timings are different from silences in the sense that they are recurring, while silences have a fixed start and end time. | ||
8. Add a mute timing if you want to mute notifications or this policy for a specific, regular interval. For example, you can create a mute to suppress trivial notifications during weekends. Mute timings are different from silences in the sense that they are recurring, while silences have a fixed start and end time. | ||
|
||
!!! caution alert alert-warning "Important" | ||
Time specified in mute timing must be in UTC and military format i.e. 14:00 not 2:00 PM. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Military is not a well-known term, so I removed it to avoid confusion. |
||
Time specified in mute timing must be in UTC format, i.e. 14:00, not 2:00 PM. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes the bullet point rendering.