Skip to content

Commit

Permalink
monitoring_ping
Browse files Browse the repository at this point in the history
  • Loading branch information
PLhuillery committed Dec 11, 2024
1 parent c8a519c commit 4e57344
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/doc/find-help/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,8 @@ This way, even if one data center has an accident, your backup are still safe in

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"}

For monitoring purposes, our system regularly talks to apps in HTTP to ensure they're operationnal. This ping occurs regularly (every 2mn), and might appear in your logs. This is not a safety risk.

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

View workflow job for this annotation

GitHub Actions / vale

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

[Google.We] Try to avoid using first-person plural like 'our'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "content/doc/find-help/faq.md", "range": {"start": {"line": 226, "column": 26}}}, "severity": "WARNING"}

Check failure on line 226 in content/doc/find-help/faq.md

View workflow job for this annotation

GitHub Actions / vale

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

[Vale.Spelling] Did you really mean 'operationnal'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'operationnal'?", "location": {"path": "content/doc/find-help/faq.md", "range": {"start": {"line": 226, "column": 87}}}, "severity": "ERROR"}

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

View workflow job for this annotation

GitHub Actions / vale

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

[Google.Contractions] Use 'isn't' instead of 'is not'.
Raw output
{"message": "[Google.Contractions] Use 'isn't' instead of 'is not'.", "location": {"path": "content/doc/find-help/faq.md", "range": {"start": {"line": 226, "column": 177}}}, "severity": "INFO"}
You can identify this ping by filtering `X-Clever-Monitoring`: requests with this header are legitimate ones from our monitoring system.

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

View workflow job for this annotation

GitHub Actions / vale

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

[Google.We] Try to avoid using first-person plural like 'our'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "content/doc/find-help/faq.md", "range": {"start": {"line": 227, "column": 115}}}, "severity": "WARNING"}

0 comments on commit 4e57344

Please sign in to comment.