Skip to content

Commit 5e76295

Browse files
authored
Merge pull request #91720 from eromanova97/manual-cp-91686-to-4.12
[enterprise-4.12] OBSDOCS-1800: Small fixes for 'Enabling a separate Alertmanager insta…
2 parents 3ddd557 + 18aece4 commit 5e76295

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: modules/monitoring-enabling-a-separate-alertmanager-instance-for-user-defined-alert-routing.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ifndef::openshift-rosa,openshift-dedicated[]
2626
* You have access to the cluster as a user with the `cluster-admin` cluster role.
2727
endif::[]
2828
* You have enabled monitoring for user-defined projects.
29-
* You have installed the OpenShift CLI (`oc`).
29+
* You have installed the {oc-first}.
3030

3131
.Procedure
3232

@@ -49,8 +49,8 @@ metadata:
4949
data:
5050
config.yaml: |
5151
alertmanager:
52-
enabled: true <1>
53-
enableAlertmanagerConfig: true <2>
52+
enabled: true # <1>
53+
enableAlertmanagerConfig: true # <2>
5454
----
5555
<1> Set the `enabled` value to `true` to enable a dedicated instance of the Alertmanager for user-defined projects in a cluster. Set the value to `false` or omit the key entirely to disable the Alertmanager for user-defined projects.
5656
If you set this value to `false` or if the key is omitted, user-defined alerts are routed to the default platform Alertmanager instance.
@@ -64,7 +64,7 @@ If you set this value to `false` or if the key is omitted, user-defined alerts a
6464
+
6565
[source,terminal]
6666
----
67-
# oc -n openshift-user-workload-monitoring get alertmanager
67+
$ oc -n openshift-user-workload-monitoring get alertmanager
6868
----
6969
+
7070
.Example output

0 commit comments

Comments
 (0)