MON-27 change inputs

This commit is contained in:
vincent EL KHATIB 2017-09-11 15:17:10 +02:00
parent b0ccd4e892
commit e7b53ccee4
3 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,6 @@ variable "dd_custom_cpu" {
}
## RDS
variable "dd_aws_rds" {
default = "disabled"

View File

@ -4,7 +4,7 @@ resource "datadog_monitor" "Nginx_process" {
type = "service check"
query = "\"process.up\".over(\"dd_monitoring:enabled"\,\"process:nginx\").exclude(\"dd_custom_nginx:enabled\").last(4).count_by_status()"
query = "process.up.over(dd_monitoring:enabled,process:nginx).exclude(dd_custom_nginx:enabled).last(4).count_by_status()"
count = "${var.dd_nginx_basics == "true" ? 1 : 0 }"
thresholds = {