diff --git a/observability/cockpit/api-cli/configuring-grafana-agent.mdx b/observability/cockpit/api-cli/configuring-grafana-agent.mdx
index 18880ce763..508c1a43b0 100644
--- a/observability/cockpit/api-cli/configuring-grafana-agent.mdx
+++ b/observability/cockpit/api-cli/configuring-grafana-agent.mdx
@@ -7,7 +7,7 @@ content:
paragraph: This page provides information on how to configure the Grafana agent, push data sources, and visualize them in Grafana
tags: cockpit observability grafana-agent
dates:
- validation: 2024-04-02
+ validation: 2024-10-15
posted: 2023-01-10
categories:
- observability
@@ -32,7 +32,6 @@ This page explains how to configure the Grafana agent and the Zipkin collector t
It is not currently possible to collect logs if you are using OSX.
-
1. [Create a token](/observability/cockpit/how-to/create-token/) and select the push permission for metrics, traces, and logs.
2. Create a folder where you will keep your configuration files.
3. Create a configuration file inside your folder and name it `config.yaml`. This file will contain the Grafana agent configuration.
@@ -263,6 +262,3 @@ This page explains how to configure the Grafana agent and the Zipkin collector t
Refer to the [Grafana documentation](https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/traces/#add-a-panel-with-tracing-visualizations) to learn more about how to visualize your traces.
-
-
-
diff --git a/observability/cockpit/reference-content/cockpit-limitations.mdx b/observability/cockpit/reference-content/cockpit-limitations.mdx
index 0156aa125f..1c60d6e170 100644
--- a/observability/cockpit/reference-content/cockpit-limitations.mdx
+++ b/observability/cockpit/reference-content/cockpit-limitations.mdx
@@ -88,7 +88,7 @@ Refer to our [documentation on understanding Cockpit usage and pricing](/observa
| Messaging and Queuing SNS | **Integrated*** | Not integrated | Not integrated |
| Instances | **Integrated*** | Not integrated | Not integrated |
| Cockpit | **Integrated*** | Not integrated | Not integrated |
-| Object Storage | **Integrated*** | Planned | Not integrated |
+| Object Storage | **Integrated*** | **Integrated*** | Not integrated |
| Serverless Containers | **Integrated*** | **Integrated*** | Not integrated |
| Serverless Functions | **Integrated*** | **Integrated*** | Not integrated |
| Serverless Jobs | **Integrated*** | **Integrated*** | Not integrated |
diff --git a/serverless/containers/how-to/add-trigger-to-a-container.mdx b/serverless/containers/how-to/add-trigger-to-a-container.mdx
index b2a0383771..ea2ebd38b0 100644
--- a/serverless/containers/how-to/add-trigger-to-a-container.mdx
+++ b/serverless/containers/how-to/add-trigger-to-a-container.mdx
@@ -7,7 +7,7 @@ content:
paragraph: How to add triggers to Scaleway Serverless Containers.
tags: containers
dates:
- validation: 2024-04-09
+ validation: 2024-10-15
posted: 2023-04-27
categories:
- serverless
@@ -44,7 +44,7 @@ You can create triggers on private containers, but to update the privacy of a co
SQS queues of the [Scaleway Messaging and Queuing](/serverless/messaging/quickstart/) product are compatible with Serverless Containers.
-The configuration of the queue retention may affect the behavior of the trigger. Refer to the [Considerations to configure event retention for SQS trigger inputs](/serverless/containers/reference-content/configure-trigger-inputs/) page for more information.
+The configuration of the queue retention can affect the behavior of the trigger. Refer to the [Considerations to configure event retention for SQS trigger inputs](/serverless/containers/reference-content/configure-trigger-inputs/) page for more information.
1. Click **Containers** in the **Serverless** section of the side menu. The containers page displays.
2. Click the relevant containers namespace.
@@ -85,7 +85,5 @@ NATS subjects of the [Scaleway Messaging and Queuing](/serverless/messaging/quic
The container will be invoked at the indicated time.
- Refer to our [cron schedules reference](/serverless/containers/reference-content/cron-schedules/) for more information.
+ Refer to the [cron schedules reference](/serverless/containers/reference-content/cron-schedules/) for more information.
-
-
diff --git a/serverless/functions/how-to/add-trigger-to-a-function.mdx b/serverless/functions/how-to/add-trigger-to-a-function.mdx
index 757524c873..aaddb08b43 100644
--- a/serverless/functions/how-to/add-trigger-to-a-function.mdx
+++ b/serverless/functions/how-to/add-trigger-to-a-function.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Learn how to add triggers to your Serverless Functions in Scaleway.
tags: functions
dates:
- validation: 2024-04-09
+ validation: 2024-10-15
posted: 2023-04-27
categories:
- serverless
@@ -82,7 +82,5 @@ NATS subjects of the [Scaleway Messaging and Queuing](/serverless/messaging/quic
8. Click **Create trigger** to launch trigger creation.
- Refer to our [cron schedules reference](/serverless/functions/reference-content/cron-schedules/) for more information.
+ Refer to the [cron schedules reference](/serverless/functions/reference-content/cron-schedules/) for more information.
-
-
diff --git a/serverless/functions/how-to/test-a-function.mdx b/serverless/functions/how-to/test-a-function.mdx
index 66987120a5..be4f554437 100644
--- a/serverless/functions/how-to/test-a-function.mdx
+++ b/serverless/functions/how-to/test-a-function.mdx
@@ -38,5 +38,3 @@ This page shows you how to execute Serverless Functions from the [Scaleway conso
8. Click **Run**.
The **Output** section displays the response from your function and the status code.
-
-
diff --git a/serverless/functions/reference-content/functions-handlers.mdx b/serverless/functions/reference-content/functions-handlers.mdx
index faa8c30732..c0ce632b2a 100644
--- a/serverless/functions/reference-content/functions-handlers.mdx
+++ b/serverless/functions/reference-content/functions-handlers.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Discover how to implement function handlers for Serverless Functions in Scaleway.
tags: serverless functions cron crontab schedule cronjob
dates:
- validation: 2024-04-09
+ validation: 2024-10-15
posted: 2024-04-09
categories:
- serverless
@@ -81,4 +81,3 @@ categories:
-
diff --git a/serverless/messaging/api-cli/connect-aws-cli.mdx b/serverless/messaging/api-cli/connect-aws-cli.mdx
index f865a7ab00..52c7e2e486 100644
--- a/serverless/messaging/api-cli/connect-aws-cli.mdx
+++ b/serverless/messaging/api-cli/connect-aws-cli.mdx
@@ -11,6 +11,7 @@ categories:
dates:
validation: 2024-04-09
posted: 2023-01-04
+validation_frequency: 8
---
The AWS-CLI is an open-source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. With minimal configuration, you can start using the AWS-CLI with Scaleway Messaging and Queuing SQS and/or SNS. This allows you to create, list and manage your queues and topics, send messages and much more, all from your command line.
diff --git a/serverless/messaging/api-cli/nats-cli.mdx b/serverless/messaging/api-cli/nats-cli.mdx
index b013786dac..f98fe2ef1b 100644
--- a/serverless/messaging/api-cli/nats-cli.mdx
+++ b/serverless/messaging/api-cli/nats-cli.mdx
@@ -11,6 +11,7 @@ categories:
dates:
validation: 2024-04-09
posted: 2023-01-20
+validation_frequency: 8
---
The NATS CLI (`nats`) is the official NATS tool for managing your NATS resources. It allows you to simply create and manage your streams, consumers and more.
diff --git a/serverless/messaging/api-cli/python-node-sns.mdx b/serverless/messaging/api-cli/python-node-sns.mdx
index fd2b34dda7..37b900b061 100644
--- a/serverless/messaging/api-cli/python-node-sns.mdx
+++ b/serverless/messaging/api-cli/python-node-sns.mdx
@@ -11,6 +11,7 @@ categories:
dates:
validation: 2024-04-09
posted: 2023-01-04
+validation_frequency: 8
---
AWS provides a number of **S**oftware **D**evelopment **K**its (SDKs) which provide language-specific APIs for AWS services, including [SNS](/serverless/messaging/concepts/#sns).
diff --git a/serverless/messaging/how-to/monitor-mnq-cockpit.mdx b/serverless/messaging/how-to/monitor-mnq-cockpit.mdx
index 3359fc4cd5..fb5e6a80c6 100644
--- a/serverless/messaging/how-to/monitor-mnq-cockpit.mdx
+++ b/serverless/messaging/how-to/monitor-mnq-cockpit.mdx
@@ -11,6 +11,7 @@ categories:
dates:
validation: 2024-04-09
posted: 2023-09-07
+validation_frequency: 8
---
You can view your Messaging and Queuing metrics via [Scaleway Cockpit](/observability/cockpit/quickstart/). This allows you to monitor your queues/streams and messages at a glance. There are two steps to complete to view your Messaging and Queuing metrics for the first time with Cockpit:
diff --git a/serverless/messaging/reference-content/nats-overview.mdx b/serverless/messaging/reference-content/nats-overview.mdx
index 373dc27e96..563ba97f16 100644
--- a/serverless/messaging/reference-content/nats-overview.mdx
+++ b/serverless/messaging/reference-content/nats-overview.mdx
@@ -11,6 +11,7 @@ categories:
dates:
validation: 2024-04-09
posted: 2023-01-04
+validation_frequency: 8
---
## What is NATS?
diff --git a/serverless/messaging/reference-content/sns-overview.mdx b/serverless/messaging/reference-content/sns-overview.mdx
index bec9dcf06f..4318f12b7d 100644
--- a/serverless/messaging/reference-content/sns-overview.mdx
+++ b/serverless/messaging/reference-content/sns-overview.mdx
@@ -11,6 +11,7 @@ categories:
dates:
validation: 2024-04-09
posted: 2023-01-04
+validation_frequency: 8
---
## What is SNS?
diff --git a/serverless/messaging/reference-content/sqs-overview.mdx b/serverless/messaging/reference-content/sqs-overview.mdx
index cd3cdcd732..01aa050265 100644
--- a/serverless/messaging/reference-content/sqs-overview.mdx
+++ b/serverless/messaging/reference-content/sqs-overview.mdx
@@ -11,6 +11,7 @@ categories:
dates:
validation: 2024-04-09
posted: 2023-01-04
+validation_frequency: 8
---
## What is SQS?