Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion macros/webhosting/webhosting-online.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ macro: webhosting-online
<Message type="important">
<br />
This documentation describes the usage of a previous web hosting offer proposed by Online.net.<br />
Refer to the [Scaleway Web Hosting documentation](/webhosting/quickstart/) for information about the current web hosting product.
Refer to the [Scaleway Web Hosting documentation](/webhosting/quickstart/) for information about the current Web Hosting product.
</Message>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: How to solve connection problems to your email account
description: Learn how to resolve connection problems with your email account on Web Hosting Classic quickly and easily.
tags: webhosting connection problem error email
dates:
validation: 2024-12-23
validation: 2025-07-22
posted: 2021-05-26
categories:
- webhosting
Expand All @@ -23,11 +23,11 @@ import WebhostingOnline from '@macros/webhosting/webhosting-online.mdx'
1. Log into the [Scaleway webmail interface](https://webmail.online.net/).
2. Verify if your emails are available from the Scaleway webmail interface.
<Message type="note">
- If you can connect to your email account using the Scaleway webmail, the problem you are experiencing might come from the configuration of your computer.
If you can connect to your email account using the Scaleway webmail, the problem you are experiencing might come from the configuration of your computer.
</Message>
3. Verify the [configuration of your client](/classic-hosting/how-to/check-emails/).
<Message type="note">
- Some email clients cut the domain part of your email address in the username by default. For example, with the email address “[firstname.lastname@example.com](mailto:firstname.lastname@example.com)”, your client cuts it to “firstname.lastname”. Make sure to enter your complete email address as your username.
Some email clients cut the domain part of your email address in the username by default. For example, with the email address “[firstname.lastname@example.com](mailto:firstname.lastname@example.com)”, your client cuts it to “firstname.lastname”. Make sure to enter your complete email address as your username.
</Message>
4. Verify your username and make sure to use your entire email address (for example "[firstname.lastname@example.com](mailto:firstname.lastname@example.com)").

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags: observability cockpit grafana preconfigured-dashboard
categories:
- observability
dates:
validation: 2024-12-26
validation: 2025-07-22
posted: 2022-10-31
---
import Requirements from '@macros/iam/requirements.mdx'
Expand Down
4 changes: 2 additions & 2 deletions pages/cockpit/how-to/activate-push-traces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Learn how to create traces, retrieve trace push paths, and push tra
categories:
- observability
dates:
validation: 2024-12-26
validation: 2025-07-22
posted: 2023-10-31
---
import Requirements from '@macros/iam/requirements.mdx'
Expand Down Expand Up @@ -45,7 +45,7 @@ You can retrieve your trace's push path (and data source ID) from [Scaleway API]

## Push traces

1. [Create a token](/cockpit/how-to/create-token/) with **Push** permissions for traces.
1. [Create a Cockpit token](/cockpit/how-to/create-token/) with **Push** permissions for traces.
<Message type="important">
Your token's secret key displays only once. Make sure that you copy and save it before you exit the page.
</Message>
Expand Down
2 changes: 1 addition & 1 deletion pages/cockpit/how-to/add-contact-points.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Learn how to add contact points to the default receiver using the S
categories:
- observability
dates:
validation: 2024-12-26
validation: 2025-07-22
posted: 2024-04-05
---
import Requirements from '@macros/iam/requirements.mdx'
Expand Down
2 changes: 1 addition & 1 deletion pages/cockpit/how-to/create-token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags: cockpit observability token
categories:
- observability
dates:
validation: 2024-12-26
validation: 2025-07-22
posted: 2022-10-31
---
import Requirements from '@macros/iam/requirements.mdx'
Expand Down
2 changes: 1 addition & 1 deletion pages/cockpit/how-to/retrieve-grafana-credentials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags: cockpit observability grafana credentials
categories:
- observability
dates:
validation: 2024-12-26
validation: 2025-07-22
posted: 2022-10-31
---
import Requirements from '@macros/iam/requirements.mdx'
Expand Down
10 changes: 5 additions & 5 deletions pages/cockpit/how-to/send-metrics-with-grafana-alloy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ title: Send metrics to Cockpit using Grafana Alloy
description: Learn to configure Grafana Alloy to push metrics and visualize them in your Grafana dashboard with this step-by-step tutorial.
tags: cockpit observability grafana-alloy agent push-metrics
dates:
validation: 2025-01-07
validation: 2025-07-22
posted: 2024-06-28
categories:
- observability
---
import Requirements from '@macros/iam/requirements.mdx'

import image from './assets/scaleway-alloy-datasource.webp'
import image2 from './assets/scaleway-alloy-dashboard.webp'
import AlloyDatasource from './assets/scaleway-alloy-datasource.webp'
import AlloyDashboard from './assets/scaleway-alloy-dashboard.webp'



Expand Down Expand Up @@ -110,9 +110,9 @@ For the sake of this documentation, we are using Grafana Alloy on macOS. Refer t
11. In the **Prometheus** field, select your metrics data source in the drop-down.
12. Click **Import**. Your dashboard should load and display.
13. In the drop-down next to **Datasource**, select your metrics data source. By default, your dashboard retrieves your data source's data from the last 24 hours.
<Lightbox image={image} alt="" />
<Lightbox image={AlloyDatasource} alt="" />
14. If your data source was created less than 24 hours ago, click the clock icon and adjust the time range to match its creation time.

Your dashboard should look similar to the one in the image below.

<Lightbox image={image2} alt="" />
<Lightbox image={AlloyDashboard} alt="" />
2 changes: 1 addition & 1 deletion pages/cockpit/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Cockpit - Quickstart
description: Discover how to begin with the Scaleway Observability Cockpit. Learn to set up Grafana credentials, create push tokens, and leverage Grafana agents for monitoring metrics, logs, and traces.
tags: observability cockpit
dates:
validation: 2024-12-26
validation: 2025-07-22
posted: 2022-10-31
categories:
- observability
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: My pusher does not support custom HTTP headers
description: Discover solutions to handle pushers that do not support custom HTTP headers.
tags: pusher token header
dates:
validation: 2024-12-26
validation: 2025-07-22
posted: 2023-04-03
categories:
- observability
Expand Down
2 changes: 1 addition & 1 deletion pages/cpanel-hosting/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: cPanel Webhosting - Quickstart
description: This page shows you how to get started with cPanel webhosting.
tags: webhosting cpanel
dates:
validation: 2024-12-23
validation: 2025-07-22
posted: 2021-05-26
categories:
- webhosting
Expand Down