Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X-CleverCloud-Header header to identify a monitoring ping #469

Merged
merged 5 commits into from
Jan 7, 2025
Merged
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
16 changes: 6 additions & 10 deletions content/doc/find-help/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,6 @@

## Does Clever Cloud support TLS/SSL (HTTPS)?

<<<<<<< HEAD
Absolutely! For testing purposes, `cleverapps.io` domains support TLS out of the box. For custom SSL certificates, you can either order one from us or use an existing one.
Have a look at [installing SSL certificates]({{< ref"doc/administrate/ssl" >}} "Install a certificate SSL"), and feel free to contact us at <[email protected]> if you have questions.

## I'd like to have two applications available on the same domain name

Please refer to [prefix routing](../../administrate/domain-names/#prefix-routing) to learn how to have two applications share a domain name.
=======
Yes. For testing purposes, `cleverapps.io` domains support TLS out of the box. For custom SSL certificates, you can either generate one automatically with Let's Encrypt while adding a domain, or [use an existing one]{{< ref "doc/administrate/ssl/#uploading-my-own-certificates" >}}).
Have a look at [installing TLS certificates](/doc/administrate/ssl), and feel free to contact the support team in the [Ticket Center](https://console.clever-cloud.com/ticket-center-choice) if you have questions.

Expand All @@ -93,7 +85,6 @@
## I'd like to have two applications available on the same domain name

Refer to [prefix routing]({{< ref "doc/administrate/domain-names/#prefix-routing" >}}) to learn how to have two applications share a domain name.
>>>>>>> origin/main

## How do I define cron jobs for my application?

Expand Down Expand Up @@ -230,10 +221,15 @@
To create add-ons, you need to complete your account information, including your city and ZIP code.
For instance, you cannot create a Matomo add-on until you provide these details.

## I get unknown regular requests, is there a problem ?

Check warning on line 224 in content/doc/find-help/faq.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/faq.md#L224

[Google.FirstPerson] Avoid first-person pronouns such as 'I '.
Raw output
{"message": "[Google.FirstPerson] Avoid first-person pronouns such as 'I '.", "location": {"path": "content/doc/find-help/faq.md", "range": {"start": {"line": 224, "column": 4}}}, "severity": "WARNING"}

The platform performs routine health checks to applications every 2 minutes. You may notice these periodic HTTP requests in your logs, with `X-Clever-Monitoring` header. They're part of Clever Cloud's standard monitoring process.

## What is a DEV plan ?

DEV plan is a free-tier plan available for some databases, designed to let customers explore and test these products. They operate on shared clusters, which may result in variable performance; they also have no SLA guarantees.

Some features such as simultaneous connections numbers, functions... might be reduced or unavailable.
Some features such as simultaneous connections numbers, functions might be reduced or unavailable.

Check notice on line 232 in content/doc/find-help/faq.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/faq.md#L232

[Google.Passive] In general, use active voice instead of passive voice ('be reduced').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('be reduced').", "location": {"path": "content/doc/find-help/faq.md", "range": {"start": {"line": 232, "column": 74}}}, "severity": "INFO"}

Support is not able to provide help in case of DEV plan.

Loading