From 870c0eda0cc59793b64e562fb00e238b52635568 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Thu, 22 Mar 2018 23:16:34 +0100 Subject: [PATCH] MON-112 update readme for alb --- cloud/aws/alb/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud/aws/alb/README.md b/cloud/aws/alb/README.md index a6dcac0..697643e 100644 --- a/cloud/aws/alb/README.md +++ b/cloud/aws/alb/README.md @@ -32,6 +32,7 @@ Inputs |------|-------------|:----:|:-----:|:-----:| | alb_no_healthy_instances_message | Custom message for ALB no healthy instances monitor | string | `` | no | | alb_no_healthy_instances_silenced | Groups to mute for ALB no healthy instances monitor | map | `` | no | +| artificial_requests_count | Number of false requests used to mitigate false positive in case of low trafic | string | `0` | no | | delay | Delay in seconds for the metric evaluation | string | `900` | no | | environment | Architecture environment | string | - | yes | | filter_tags_custom | Tags used for custom filtering when filter_tags_use_defaults is false | string | `*` | no |