Skip to content

Commit b00b3da

Browse files
authored
Merge pull request #91686 from eromanova97/OBSDOCS-1800
OBSDOCS#1800: Small fixes for 'Enabling a separate Alertmanager instance for user-defined alert routing'
2 parents a325bd4 + c956d3c commit b00b3da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ifndef::openshift-rosa,openshift-dedicated[]
2424
* You have access to the cluster as a user with the `cluster-admin` cluster role.
2525
* You have enabled monitoring for user-defined projects.
2626
endif::[]
27-
* You have installed the OpenShift CLI (`oc`).
27+
* You have installed the {oc-first}.
2828

2929
.Procedure
3030

@@ -47,8 +47,8 @@ metadata:
4747
data:
4848
config.yaml: |
4949
alertmanager:
50-
enabled: true <1>
51-
enableAlertmanagerConfig: true <2>
50+
enabled: true # <1>
51+
enableAlertmanagerConfig: true # <2>
5252
----
5353
<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.
5454
If you set this value to `false` or if the key is omitted, user-defined alerts are routed to the default platform Alertmanager instance.
@@ -63,7 +63,7 @@ ifndef::openshift-dedicated,openshift-rosa[]
6363
+
6464
[source,terminal]
6565
----
66-
# oc -n openshift-user-workload-monitoring get alertmanager
66+
$ oc -n openshift-user-workload-monitoring get alertmanager
6767
----
6868
+
6969
.Example output
@@ -81,7 +81,7 @@ ifdef::openshift-dedicated,openshift-rosa[]
8181
+
8282
[source,terminal]
8383
----
84-
# oc -n openshift-user-workload-monitoring get pods
84+
$ oc -n openshift-user-workload-monitoring get pods
8585
----
8686
+
8787
.Example output

0 commit comments

Comments
 (0)