-
Notifications
You must be signed in to change notification settings - Fork 27
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
CNF-14862: Configure AlertManager to send alerts #306
CNF-14862: Configure AlertManager to send alerts #306
Conversation
@mlguerrero12: This pull request references CNF-14862 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.18.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
ae6fe89
to
1ee4935
Compare
@mlguerrero12: This pull request references CNF-14862 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.18.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
5fb0c9b
to
9a8e56c
Compare
5b528e2
to
a8e193b
Compare
a8e193b
to
3937cdc
Compare
3937cdc
to
df7f9e3
Compare
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.
Looks good!
internal/service/alarms/internal/alertmanager/alertmanager.tmpl
Outdated
Show resolved
Hide resolved
/cc @browsell |
4c8e8b9
to
ff194a3
Compare
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.
I think we are ready to merge! just a few tiny comments
- receiver: "null" | ||
matchers: | ||
# Always firing alert to verify alertmanager is working | ||
- Watchdog |
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.
I think skipping Watchdog
is fine but just want to make sure @browsell is aware of this since we initially sort of agreed to collect all the alerts regardless of it being a noise.
ff194a3
to
6c0eec5
Compare
/approve will make any follow up changes as needed to AM config but I think we can get started with building on top of this! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pixelsoccupied The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Add a webhook receiver to AlertManager configuration so that alarm server is notified to the internal endpoint. Signed-off-by: Marcelo Guerrero <[email protected]>
6c0eec5
to
8915a54
Compare
/lgtm |
Add a webhook receiver to AlertManager configuration so that alarm server is notified to the internal endpoint.