From 98c542bd1b1078f39fb0b98d6b695a438e5e89cd Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Thu, 30 Aug 2018 14:40:00 +0200 Subject: [PATCH] MON-228 auto update --- README.md | 2 -- database/elasticsearch/README.md | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eb4a56e..7090482 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,6 @@ The `//` is very important, it's a terraform specific syntax used to separate gi - [mongodb](https://bitbucket.org/morea/terraform.feature.datadog/src/master/database/mongodb/) - [mysql](https://bitbucket.org/morea/terraform.feature.datadog/src/master/database/mysql/) - [redis](https://bitbucket.org/morea/terraform.feature.datadog/src/master/database/redis/) -- [databases](https://bitbucket.org/morea/terraform.feature.datadog/src/master/databases/) - - [elasticsearch](https://bitbucket.org/morea/terraform.feature.datadog/src/master/databases/elasticsearch/) - [middleware](https://bitbucket.org/morea/terraform.feature.datadog/src/master/middleware/) - [apache](https://bitbucket.org/morea/terraform.feature.datadog/src/master/middleware/apache/) - [nginx](https://bitbucket.org/morea/terraform.feature.datadog/src/master/middleware/nginx/) diff --git a/database/elasticsearch/README.md b/database/elasticsearch/README.md index dc2fe17..00a66eb 100644 --- a/database/elasticsearch/README.md +++ b/database/elasticsearch/README.md @@ -72,7 +72,7 @@ Creates DataDog monitors with the following checks: | cluster_unassigned_shards_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no | | cluster_unassigned_shards_timeframe | Timeframe for the Cluster Status monitor | string | `last_5m` | no | | environment | Architecture environment | string | - | yes | -| evaluation_delay | Delay in seconds for the metric evaluation | string | `0` | no | +| evaluation_delay | Delay in seconds for the metric evaluation | string | `15` | no | | fetch_change_extra_tags | Extra tags for Cluster Status monitor | list | `` | no | | fetch_change_message | Custom message for the Cluster Status monitor | string | `` | no | | fetch_change_silenced | Groups to mute for Cluster Status monitor | map | `` | no | @@ -162,7 +162,7 @@ Creates DataDog monitors with the following checks: | jvm_memory_young_usage_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no | | jvm_memory_young_usage_timeframe | Timeframe for the Cluster Status monitor | string | `last_10m` | no | | message | Message sent when a monitor is triggered | string | - | yes | -| new_host_delay | Delay in seconds for the metric evaluation | string | `300` | no | +| new_host_delay | Delay in seconds before begin to monitor new host | string | `300` | no | | node_free_space_extra_tags | Extra tags for Cluster Status monitor | list | `` | no | | node_free_space_message | Custom message for the Cluster Status monitor | string | `` | no | | node_free_space_silenced | Groups to mute for Cluster Status monitor | map | `` | no |