Skip to content

Commit ca9535d

Browse files
authored
Homere.faivre/private locations (DataDog#9209)
* update health check commands for ECS and Fargate (EN) * Update healthcheck commands for ECS and Fargate (FR) * Update healthcheck commands for ECS and Fargate (JP)
1 parent 4954378 commit ca9535d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

content/en/synthetics/private_locations/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ livenessProbe:
397397
"healthCheck": {
398398
"retries": 3,
399399
"command": [
400-
"/bin/sh", "-c", "'[ $(expr $(cat /tmp/liveness.date) + 300000) -gt $(date +%s%3N) ]'"
400+
"CMD-SHELL", "/bin/sh -c '[ $(expr $(cat /tmp/liveness.date) + 300000) -gt $(date +%s%3N) ]'"
401401
],
402402
"timeout": 2,
403403
"interval": 10,
@@ -413,7 +413,7 @@ livenessProbe:
413413
"healthCheck": {
414414
"retries": 3,
415415
"command": [
416-
"/bin/sh", "-c", "'[ $(expr $(cat /tmp/liveness.date) + 300000) -gt $(date +%s%3N) ]'"
416+
"CMD-SHELL", "/bin/sh -c '[ $(expr $(cat /tmp/liveness.date) + 300000) -gt $(date +%s%3N) ]'"
417417
],
418418
"timeout": 2,
419419
"interval": 10,

content/fr/synthetics/private_locations/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ livenessProbe:
396396
"healthCheck": {
397397
"retries": 3,
398398
"command": [
399-
"/bin/sh", "-c", "'[ $(expr $(cat /tmp/liveness.date) + 300000) -gt $(date +%s%3N) ]'"
399+
"CMD-SHELL", "/bin/sh -c '[ $(expr $(cat /tmp/liveness.date) + 300000) -gt $(date +%s%3N) ]'"
400400
],
401401
"timeout": 2,
402402
"interval": 10,
@@ -412,7 +412,7 @@ livenessProbe:
412412
"healthCheck": {
413413
"retries": 3,
414414
"command": [
415-
"/bin/sh", "-c", "'[ $(expr $(cat /tmp/liveness.date) + 300000) -gt $(date +%s%3N) ]'"
415+
"CMD-SHELL", "/bin/sh -c '[ $(expr $(cat /tmp/liveness.date) + 300000) -gt $(date +%s%3N) ]'"
416416
],
417417
"timeout": 2,
418418
"interval": 10,
@@ -503,4 +503,4 @@ Concernant l'espace disque, nous vous conseillons d'allouer environ 10 MiB/slot
503503
[8]: /fr/synthetics/private_locations/configuration/#reserved-ips-configuration
504504
[9]: /fr/synthetics/private_locations/configuration/
505505
[10]: /fr/synthetics/metrics
506-
[11]: /fr/synthetics/private_locations/configuration/#parallelization-configuration
506+
[11]: /fr/synthetics/private_locations/configuration/#parallelization-configuration

content/ja/synthetics/private_locations/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ livenessProbe:
396396
"healthCheck": {
397397
"retries": 3,
398398
"command": [
399-
"/bin/sh", "-c", "'[ $(expr $(cat /tmp/liveness.date) + 300000) -gt $(date +%s%3N) ]'"
399+
"CMD-SHELL", "/bin/sh -c '[ $(expr $(cat /tmp/liveness.date) + 300000) -gt $(date +%s%3N) ]'"
400400
],
401401
"timeout": 2,
402402
"interval": 10,
@@ -412,7 +412,7 @@ livenessProbe:
412412
"healthCheck": {
413413
"retries": 3,
414414
"command": [
415-
"/bin/sh", "-c", "'[ $(expr $(cat /tmp/liveness.date) + 300000) -gt $(date +%s%3N) ]'"
415+
"CMD-SHELL", "/bin/sh -c '[ $(expr $(cat /tmp/liveness.date) + 300000) -gt $(date +%s%3N) ]'"
416416
],
417417
"timeout": 2,
418418
"interval": 10,
@@ -504,4 +504,4 @@ livenessProbe:
504504
[8]: /ja/synthetics/private_locations/configuration/#reserved-ips-configuration
505505
[9]: /ja/synthetics/private_locations/configuration/
506506
[10]: /ja/synthetics/metrics
507-
[11]: /ja/synthetics/private_locations/configuration/#parallelization-configuration
507+
[11]: /ja/synthetics/private_locations/configuration/#parallelization-configuration

0 commit comments

Comments
 (0)