Skip to content

Commit 9be54f3

Browse files
committed
OBSDOCS-1796: Improve troubleshooting monitoring issues: create new section about the AlertmanagerReceiversNotConfigured alert
1 parent d398de8 commit 9be54f3

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * monitoring/troubleshooting-monitoring-issues.adoc
4+
5+
:_mod-docs-content-type: REFERENCE
6+
[id="resolving-the-alertmanagerreceiversnotconfigured-alert_{context}"]
7+
= Resolving the AlertmanagerReceiversNotConfigured alert
8+
9+
Every cluster that is deployed has the `AlertmanagerReceiversNotConfigured` alert firing by default. To resolve the issue, you must configure alert receivers.
10+
11+
* For default platform monitoring, follow the steps in "Configuring alert notifications" in _Configuring core platform monitoring_.
12+
13+
* For user workload monitoring, follow the steps in "Configuring alert notifications" in _Configuring user workload monitoring_.

Diff for: observability/monitoring/troubleshooting-monitoring-issues.adoc

+9-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,12 @@ include::modules/monitoring-determining-why-prometheus-is-consuming-disk-space.a
2828
* xref:../../support/getting-support.adoc#support-submitting-a-case_getting-support[Submitting a support case]
2929
3030
// Resolving the KubePersistentVolumeFillingUp alert firing for Prometheus
31-
include::modules/monitoring-resolving-the-kubepersistentvolumefillingup-alert-firing-for-prometheus.adoc[leveloffset=+1]
31+
include::modules/monitoring-resolving-the-kubepersistentvolumefillingup-alert-firing-for-prometheus.adoc[leveloffset=+1]
32+
33+
ifndef::openshift-dedicated,openshift-rosa[]
34+
// Resolving the AlertmanagerReceiversNotConfigured alert firing for Prometheus
35+
include::modules/monitoring-resolving-the-alertmanagerreceiversnotconfigured-alert.adoc[leveloffset=+1]
36+
[role="_additional-resources"]
37+
.Additional resources
38+
* xref:../../observability/monitoring/managing-alerts.adoc#configuring-alertmanager-to-send-notifications[Configuring Alertmanager to send notifications]
39+
endif::openshift-dedicated,openshift-rosa[]

0 commit comments

Comments
 (0)