Skip to content

Commit d6c2af9

Browse files
Sync docs from Discourse (#590)
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b1642b7 commit d6c2af9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/how-to/h-async-clients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Clients for Async replication
22

3-
## Pre-requisits
3+
## Pre-requisites
44
Make sure both `Rome` and `Lisbon` Clusters are deployed using the [Async Deployment manual](/t/14169)!
55

66
## Offer and consume DB endpoints

docs/how-to/h-async-failover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Switchover / Failover of Async replication
22

3-
## Pre-requisits
3+
## Pre-requisites
44

55
Make sure both `Rome` and `Lisbon` Clusters are deployed using the [Async Deployment manual](/t/14169)!
66

docs/how-to/h-async-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Recovery of Async replication
22

3-
## Pre-requisits
3+
## Pre-requisites
44
Make sure both `Rome` and `Lisbon` Clusters are deployed using the [Async Deployment manual](/t/14169)!
55

66
## Recovery detached cluster

docs/how-to/h-async-removal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Removal of Async replication
22

3-
## Pre-requisits
3+
## Pre-requisites
44

55
Make sure both `Rome` and `Lisbon` Clusters are deployed using the [Async Deployment manual](/t/14169)!
66

docs/how-to/h-enable-alert-rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ route:
4444
receivers:
4545
- name: placeholder
4646
pushover_configs:
47-
- user_key: <relace_with_your_user_key>
48-
token: <relace_with_your_token>
47+
- user_key: <replace_with_your_user_key>
48+
token: <replace_with_your_token>
4949
url: http://<relace_with_grafana_public_ip>/cos-grafana/alerting/list
5050
title: "{{ range .Alerts }}{{ .Labels.severity }} - {{ if .Labels.juju_unit }}{{ .Labels.juju_unit }}{{ else }}{{ .Labels.juju_application }}{{ end }} in model {{ .Labels.juju_model }}: {{ .Labels.alertname }} {{ end }}"
5151
message: "{{ range .Alerts }} Job: {{ .Labels.job }} Instance: {{ .Labels.instance }} {{ end }}"

0 commit comments

Comments
 (0)