Merged in MON-259_regen_all2 (pull request #111)

[😎] MON-259: Regen all READMEs with script updates [²]

Approved-by: Jérôme Respaut <shr3ps@gmail.com>
Approved-by: Patrick Decat <patrick.decat@fr.clara.net>
Approved-by: Alexandre Gaillet <alexandre.gaillet@fr.clara.net>
Approved-by: Laurent Piroelle <laurent.piroelle@fr.clara.net>
Approved-by: Quentin Manfroi <quentin.manfroi@yahoo.fr>
This commit is contained in:
Jérôme Respaut 2018-07-23 13:32:06 +00:00 committed by Quentin Manfroi
commit 128020abf2
21 changed files with 42 additions and 42 deletions

View File

@ -7,14 +7,14 @@ module "datadog-monitors-cloud-aws-alb" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//cloud/aws/alb?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- ALB no healthy instances
- ALB latency

View File

@ -7,14 +7,14 @@ module "datadog-monitors-cloud-aws-apigateway" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//cloud/aws/apigateway?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- API Gateway latency
- API Gateway HTTP 5xx errors

View File

@ -7,14 +7,14 @@ module "datadog-monitors-cloud-aws-elasticsearch" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//cloud/aws/elasticsearch?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- ElasticSearch cluster status is not green
- ElasticSearch cluster free storage space

View File

@ -7,14 +7,14 @@ module "datadog-monitors-cloud-aws-elb" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//cloud/aws/elb?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- ELB no healthy instances
- ELB 4xx errors too high

View File

@ -7,14 +7,14 @@ module "datadog-monitors-cloud-aws-kinesis-firehose" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//cloud/aws/kinesis-firehose?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- Kinesis Firehose No incoming records

View File

@ -7,14 +7,14 @@ module "datadog-monitors-cloud-aws-rds" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//cloud/aws/rds?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- RDS instance CPU high
- RDS instance free space

View File

@ -7,14 +7,14 @@ module "datadog-monitors-cloud-aws-vpn" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//cloud/aws/vpn?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- VPN Down

View File

@ -7,14 +7,14 @@ module "datadog-monitors-cloud-azure-apimanagement" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//cloud/azure/apimanagement?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- API Management is down
- API Management too many failed requests

View File

@ -7,14 +7,14 @@ module "datadog-monitors-cloud-azure-app-services" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//cloud/azure/app-services?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- App Services response time too high
- App Services memory usage

View File

@ -7,14 +7,14 @@ module "datadog-monitors-cloud-azure-eventhub" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//cloud/azure/eventhub?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- Event Hub is down
- Event Hub too many failed requests

View File

@ -7,14 +7,14 @@ module "datadog-monitors-cloud-azure-iothubs" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//cloud/azure/iothubs?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- IOT Hub Too many jobs failed
- IOT Hub Too many list_jobs failure

View File

@ -7,14 +7,14 @@ module "datadog-monitors-cloud-azure-redis" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//cloud/azure/redis?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- Redis {{name}} is down
- Redis too many evictedkeys

View File

@ -7,14 +7,14 @@ module "datadog-monitors-cloud-azure-servicebus" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//cloud/azure/servicebus?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- Service Bus is down

View File

@ -7,14 +7,14 @@ module "datadog-monitors-cloud-azure-sql-database" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//cloud/azure/sql-database?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- SQL Database CPU too high
- SQL Database low free space

View File

@ -7,14 +7,14 @@ module "datadog-monitors-cloud-azure-storage" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//cloud/azure/storage?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- Azure Storage is down
- Azure Storage too few successful requests

View File

@ -7,14 +7,14 @@ module "datadog-monitors-cloud-azure-stream-analytics" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//cloud/azure/stream-analytics?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- Stream Analytics is down
- Stream Analytics streaming units utilization too high

View File

@ -7,14 +7,14 @@ module "datadog-monitors-databases-mongodb" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//databases/mongodb?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- Member down in the replica set

View File

@ -7,14 +7,14 @@ module "datadog-monitors-middleware-apache" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//middleware/apache?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- Can't connect to apache vhost status

View File

@ -7,14 +7,14 @@ module "datadog-monitors-middleware-nginx" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//middleware/nginx?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- Can't connect to nginx vhost status

View File

@ -7,14 +7,14 @@ module "datadog-monitors-middleware-php-fpm" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//middleware/php-fpm?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- php_fpm busy worker
- Can't connect to php-fpm

View File

@ -7,14 +7,14 @@ module "datadog-monitors-system-generic" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//system/generic?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
message = "${module.datadog-message-alerting.alerting-message}"
}
```
## Purpose
Creates DataDog monitors with the following checks :
Creates DataDog monitors with the following checks:
- CPU usage
- CPU load 5