Skip to content

Commit 0cee113

Browse files
authored
Merge pull request #63514 from CarmiWisemon/oadp2300fixes
2 parents 1efbb83 + 84a38f5 commit 0cee113

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

modules/oadp-creating-alerting-rule.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ prometheusrule.monitoring.coreos.com/sample-oadp-alert created
5555
----
5656

5757
.Verification
58-
. After the Alert is triggered, you can view it in the following ways:
59-
** In the *Developer* view, select the *Observe* menu.
60-
** In the *Administrator* view under *Observe* -> *Alerting* menu, select *User* in the *Filter* box. Otherwise, by default only the *Platform* Alerts are displayed.
58+
* After the Alert is triggered, you can view it in the following ways:
59+
** In the *Developer* perspective, select the *Observe* menu.
60+
** In the *Administrator* perspective under the *Observe* -> *Alerting* menu, select *User* in the *Filter* box. Otherwise, by default only the *Platform* Alerts are displayed.
6161
+
6262
.OADP backup failing alert
6363

modules/oadp-creating-service-monitor.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Get details about the service by running the following commands:
1212

1313
.Procedure
1414

15-
. Ensure the `openshift-adp-velero-metrics-svc` exists. It should contain `app.kubernetes.io/name=velero` label which will be used as selector for the `ServiceMonitor` object.
15+
. Ensure the `openshift-adp-velero-metrics-svc` service exists. It should contain `app.kubernetes.io/name=velero` label, which will be used as selector for the `ServiceMonitor` object.
1616

1717
+
1818
[source,terminal]

modules/oadp-monitoring-setup.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $ oc get configmap user-workload-monitoring-config -n openshift-user-workload-mo
7070
Error from server (NotFound): configmaps "user-workload-monitoring-config" not found
7171
----
7272
+
73-
. Create `user-workload-monitoring-config` ConfigMap for the User Workload Monitoring and save it under `2_configure_user_workload_monitoring.yaml` filename.
73+
. Create a `user-workload-monitoring-config` `ConfigMap` object for the User Workload Monitoring, and save it under the `2_configure_user_workload_monitoring.yaml` file name:
7474
+
7575
.Example output
7676
[source,yaml]

0 commit comments

Comments
 (0)