Merge branch 'MON-182_template_manifest' into 'master'
Resolve MON-182 "Template manifest" Closes MON-182 See merge request claranet/pt-monitoring/projects/datadog/terraform/monitors!54
This commit is contained in:
commit
ca62eaf7c2
1
caas/kubernetes/ingress/vts/MANIFEST.txt
Normal file
1
caas/kubernetes/ingress/vts/MANIFEST.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
caas-kubernetes
|
||||||
1
cloud/aws/elasticache/common/MANIFEST.txt
Normal file
1
cloud/aws/elasticache/common/MANIFEST.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
cloud-aws
|
||||||
1
cloud/aws/elasticache/memcached/MANIFEST.txt
Normal file
1
cloud/aws/elasticache/memcached/MANIFEST.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
cloud-aws
|
||||||
1
cloud/aws/elasticache/redis/MANIFEST.txt
Normal file
1
cloud/aws/elasticache/redis/MANIFEST.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
cloud-aws
|
||||||
1
cloud/aws/rds/aurora/mysql/MANIFEST.txt
Normal file
1
cloud/aws/rds/aurora/mysql/MANIFEST.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
cloud-aws
|
||||||
1
cloud/aws/rds/aurora/postgresql/MANIFEST.txt
Normal file
1
cloud/aws/rds/aurora/postgresql/MANIFEST.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
cloud-aws
|
||||||
1
cloud/aws/rds/common/MANIFEST.txt
Normal file
1
cloud/aws/rds/common/MANIFEST.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
cloud-aws
|
||||||
@ -8,8 +8,6 @@ module "datadog-monitors-cloud-azure-functions" {
|
|||||||
|
|
||||||
environment = "${var.environment}"
|
environment = "${var.environment}"
|
||||||
message = "${module.datadog-message-alerting.alerting-message}"
|
message = "${module.datadog-message-alerting.alerting-message}"
|
||||||
|
|
||||||
functions_max_scale_count = 2
|
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
@ -8,8 +8,6 @@ module "datadog-monitors-cloud-azure-mysql" {
|
|||||||
|
|
||||||
environment = "${var.environment}"
|
environment = "${var.environment}"
|
||||||
message = "${module.datadog-message-alerting.alerting-message}"
|
message = "${module.datadog-message-alerting.alerting-message}"
|
||||||
|
|
||||||
total_connection_limit = "${var.total_connection_limit}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
1
cloud/gcp/cloud-sql/common/MANIFEST.txt
Normal file
1
cloud/gcp/cloud-sql/common/MANIFEST.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
cloud-gcp
|
||||||
1
cloud/gcp/cloud-sql/mysql/MANIFEST.txt
Normal file
1
cloud/gcp/cloud-sql/mysql/MANIFEST.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
cloud-gcp
|
||||||
1
cloud/gcp/gce/instance/MANIFEST.txt
Normal file
1
cloud/gcp/gce/instance/MANIFEST.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
cloud-gcp
|
||||||
@ -9,7 +9,7 @@ module "datadog-monitors-system-generic" {
|
|||||||
environment = "${var.environment}"
|
environment = "${var.environment}"
|
||||||
message = "${module.datadog-message-alerting.alerting-message}"
|
message = "${module.datadog-message-alerting.alerting-message}"
|
||||||
|
|
||||||
memory_message = "${module.datadog-message-alerting.alerting-message-bh-only}"
|
memory_message = "${module.datadog-message-alerting-bh-only.alerting-message}"
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user