Skip to content
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
Binary file added images/yaml-screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 15 additions & 2 deletions modules/monitoring-contents-of-the-alerting-ui.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Copy Markdown

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

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implemented in #16978.


Expand All @@ -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.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

..is a link to the old Alertmanager interface Not sure if 'old' is the best term here. Maybe 'Promethus interface'?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The 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