Skip to content

Commit 706046f

Browse files
authored
docs(cpt): add troubleshooting index (#4615)
1 parent 770760c commit 706046f

File tree

3 files changed

+54
-7
lines changed

3 files changed

+54
-7
lines changed
Lines changed: 49 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,54 @@
11
---
22
meta:
33
title: Cockpit - Troubleshooting
4-
description: Cockpit Troubleshooting
4+
description: Find troubleshooting resources for resolving issues with Cockpit.
55
content:
6-
h1: Cockpit - Troubleshooting
7-
paragraph: Cockpit Troubleshooting
6+
paragraph: Find troubleshooting resources for resolving issues with Cockpit.
7+
dates:
8+
posted: 2025-03-13
9+
categories:
10+
- observability
811
---
12+
13+
<ProductHeader
14+
productName="Cockpit troubleshooting"
15+
productLogo="cockpit"
16+
description="Learn how to fix common issues with Scaleway's Observability Cockpit."
17+
/>
18+
19+
## Featured Pages
20+
21+
<Grid>
22+
<DefaultCard
23+
title="Cockpit FAQ"
24+
description="General info on Cockpit."
25+
url="/faq/cockpit/"
26+
label="See more"
27+
/>
28+
<DefaultCard
29+
title="My pusher does not support custom HTTP headers"
30+
description="This page helps you with solutions to handle pushers that do not support custom HTTP headers."
31+
url="/cockpit/troubleshooting/pusher-does-not-support-custom-http-headers/"
32+
label="See more"
33+
/>
34+
<DefaultCard
35+
title="Resetting a Grafana password"
36+
description="Learn how to reset your Grafana user password using the Scaleway console."
37+
url="/cockpit/troubleshooting/resetting-grafana-password-via-the-api/"
38+
label="See more"
39+
/>
40+
</Grid>
41+
<Grid>
42+
<DefaultCard
43+
title="Troubleshooting issues with data not showing up on Grafana dashboards"
44+
description="Fix Grafana data synchronization issues and ensure data appears on Cockpit dashboards with this troubleshooting guide."
45+
url="/cockpit/troubleshooting/synchronize-grafana-data-sources/"
46+
label="See more"
47+
/>
48+
</Grid>
49+
50+
## Cockpit troubleshooting pages
51+
52+
- [My pusher does not support custom HTTP headers](/cockpit/troubleshooting/pusher-does-not-support-custom-http-headers/)
53+
- [Resetting a Grafana password](/cockpit/troubleshooting/resetting-grafana-password-via-the-api/)
54+
- [Troubleshooting issues with data not showing up on Grafana dashboards](/cockpit/troubleshooting/synchronize-grafana-data-sources/)

pages/cockpit/troubleshooting/pusher-does-not-support-custom-http-headers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
meta:
3-
title: My Pusher does not support custom HTTP headers
3+
title: My pusher does not support custom HTTP headers
44
description: Discover solutions to handle pushers that do not support custom HTTP headers.
55
content:
66
h1: My Pusher does not support custom HTTP headers

pages/cockpit/troubleshooting/resetting-grafana-password-via-the-api.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
meta:
33
title: Resetting a Grafana password
4-
description: Reset your Grafana user password using the Scaleway API. Retrieve your Grafana user ID and reset the password with a simple curl command.
4+
description: Reset your Grafana user password using the Scaleway console.
55
h1: Resetting a Grafana password
6-
paragraph: Reset your Grafana user password using the Scaleway API. Retrieve your Grafana user ID and reset the password with a simple curl command.
7-
tags: grafana password credentials
6+
paragraph: Reset your Grafana user password using the Scaleway console.
7+
tags: grafana password credentials resetting
88
dates:
99
validation: 2025-02-03
1010
posted: 2023-04-03
@@ -18,6 +18,7 @@ This page shows you how to reset your Grafana user's password through the Scalew
1818

1919
- A Scaleway account logged into the [console](https://console.scaleway.com)
2020
- [Created](/iam/how-to/create-api-keys/) an API key with sufficient [IAM permissions](/iam/reference-content/permission-sets/) to perform the actions described on this page
21+
- [Retrieved](/cockpit/how-to/retrieve-grafana-credentials/) your Grafana credentials
2122

2223

2324
1. Click **Cockpit** in the Observability section of the [console](https://console.scaleway.com/) side menu. The **Cockpit** overview page displays.

0 commit comments

Comments
 (0)