Skip to content

Commit d367ba3

Browse files
fix(red): links
1 parent e569221 commit d367ba3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

pages/managed-databases-for-redis/how-to/monitor-redis-databases-cockpit.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This page explains how to get started with Scaleway Cockpit for viewing your Man
2727

2828
- A Scaleway account logged into the [console](https://console.scaleway.com)
2929
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
30-
- A [PostgreSQL or MySQL Database Instance](/managed-databases-for-postgresql-and-mysql/quickstart/)
30+
- A [Redis™ Database Instance](/managed-databases-for-redis/quickstart/)
3131

3232
## How to activate your Cockpit
3333

@@ -72,7 +72,7 @@ Metrics are refreshed every minute, and report on the following data:
7272
At the top of the dashboard, you can configure the following parameters, that control which metrics are displayed:
7373

7474
- **Resource name** - Select a specific Database Instance to monitor.
75-
- **Node** - Choose a specific node (main, replica, or Read Replica). In a High Availability (HA) cluster, both nodes might switch from main to replica and vice versa. So you might see two versions of the same node, as main and as replica. If you select main for a specific node, you will only see the node's activity when it was the main, and vice-versa.
75+
- **Node** - Choose a specific node (main or replica). In a High Availability (HA) cluster, both nodes might switch from main to replica and vice versa. You might see two versions of the same node, as main and as replica. If you select main for a specific node, you will only see the node's activity when it was the main, and vice-versa. In Cluster mode, all nodes are considered primary and each have a data subset.
7676
- **Timeframe** - Get metrics from the last five minutes up to 31 days (free plan) and 365 days (premium plan).
7777

7878
### Viewing logs

pages/managed-databases-for-redis/troubleshooting/database-instance-connectivity-issues.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can check the following points to identify and act on what might be causing
3434
1. If TLS is enabled on the Database Instance, make sure the certificate is up to date and that your client application is properly configured.
3535
2. Make sure your [ACLs](/managed-databases-for-redis/concepts/#allowed-ips) are [properly configured](/managed-databases-for-redis/how-to/manage-allowed-ip-addresses-redis).
3636
3. Make sure your Database Instance has not reached the maximum number of connections stipulated in the advanced settings of the Database Instance. You can monitor the number of connections on Cockpit. You can also [adjust the advanced settings](/managed-databases-for-redis/how-to/configure-advanced-settings-redis) to accept a higher number of connections.
37-
4. [Monitor other usage metrics on Cockpit](/managed-databases-for-postgresql-and-mysql/how-to/monitor-databases-cockpit) to:
37+
4. [Monitor other usage metrics on Cockpit](/managed-databases-for-redis/how-to/monitor-redis-databases-cockpit) to:
3838

3939
- Check if the memory usage is nominal. High memory usage could trigger OOM Kills and cause disconnection
4040
- Check Database Instance logs and look for anything else that could explain the issue
@@ -57,7 +57,7 @@ I cannot connect to my Database Instance through a Private Network.
5757
You can carry out the following actions:
5858

5959
1. Try to connect to the Database Instance from the public endpoint, if one is available, to identify the possible origin (network or instance). This information can help you or the support team to identify the issue.
60-
2. [Use Cockpit](/managed-databases-for-redis/how-to/monitor-databases-cockpit) to check database logs and look for any activity or behavior that could explain the issue.
60+
2. [Use Cockpit](/managed-databases-for-redis/how-to/monitor-redis-databases-cockpit) to check database logs and look for any activity or behavior that could explain the issue.
6161
3. Create a support ticket if the first two steps do not help troubleshoot the issue. In the body of the ticket, make sure you provide:
6262

6363
- The resource ID of resource from which the connection was attempted

pages/managed-databases-for-redis/troubleshooting/database-instance-performance-issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ My Database Instance is not performing as expected.
2626

2727
## Solution
2828

29-
You can [Monitor usage metrics on Cockpit](/managed-databases-for-redis/how-to/monitor-databases-cockpit) to check if the usage is nominal.
29+
You can [Monitor usage metrics on Cockpit](/managed-databases-for-redis/how-to/monitor-redis-databases-cockpit) to check if the usage is nominal.
3030

3131
The Database Instance can be impacted by high data loads or unexpected high traffic from an app or website, for example. You can [scale up your Instance](/managed-databases-for-redis/how-to/scale-up-a-database-for-redis) if necessary.

pages/managed-databases-for-redis/troubleshooting/database-instance-unavailable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ My Database Instance is unavailable.
2727

2828
You can monitor your Database Instance activity to be able to quickly identify and act on irregular activities that might be causing the instability/unavailability.
2929

30-
[Monitor usage metrics on Cockpit](/managed-databases-for-redis/how-to/monitor-databases-cockpit) to:
30+
[Monitor usage metrics on Cockpit](/managed-databases-for-redis/how-to/monitor-redis-databases-cockpit) to:
3131

3232
- Check if the usage is regular. Database Instance can be impacted by high data loads or unexpected high traffic from an app or website, for example
3333
- Check the Database Instance logs for any unusual or suspicious activity

0 commit comments

Comments
 (0)