-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Updates to the Alerting UI section #16474
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ | |
|
|
||
| This section shows and explains the contents of the Alerting UI, a Web interface to the Alertmanager. | ||
|
|
||
| The main two pages of the Alerting UI are the *Alerts* and the *Silences* pages. | ||
| The main three pages of the Alerting UI are the *Alerts*, the *Silences*, and the *YAML* pages. | ||
|
|
||
| The *Alerts* page is located in *Monitoring* -> *Alerts* of the {product-title} web console. | ||
|
|
||
|
|
@@ -33,4 +33,17 @@ image::silences-screen.png[] | |
| . Number of alerts that are being silenced by the silence. | ||
| . Actions you can do with a silence. | ||
|
|
||
| Additionally, next to the title of each of these pages is a link to the old Alertmanager interface. | ||
| The *YAML* page is located in *Monitoring* -> *Alerting* -> *YAML* of the OpenShift Container Platform web console. | ||
|
|
||
| image::yaml-screen.png[] | ||
|
|
||
| . Upload a file with Alertmanager configuration. | ||
| . Examine and edit the current Alertmanager configuration. | ||
| . Save the updated Alertmanager configuration. | ||
|
|
||
| Also, next to the title of each of these pages is a link to the old Alertmanager interface. | ||
|
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.
Contributor
Author
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. It's the term we agreed to use to imply that people should switch to the new OCP interface. And it's not the Prometheus interface anyway, the Prometheus one is linked from the Metrics page. This is the AM one. |
||
|
|
||
| .Additional resources | ||
|
|
||
| * See link:https://docs.openshift.com/container-platform/4.2/monitoring/cluster-monitoring/configuring-the-monitoring-stack.html#configuring-alertmanager[Configuring Alertmanager] for more information on changing Alertmanager configuration. | ||
| // FIXME Change to a proper link | ||
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.
4.2
The Alerts page is located in Monitoring -> Alerting -> Alerts tab
The Silences page is located in Monitoring -> Alerting -> Silences tab
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.
Implemented in #16978.