MON-27 change inputs
This commit is contained in:
parent
b0ccd4e892
commit
e7b53ccee4
@ -24,7 +24,6 @@ variable "dd_custom_cpu" {
|
||||
}
|
||||
|
||||
|
||||
|
||||
## RDS
|
||||
variable "dd_aws_rds" {
|
||||
default = "disabled"
|
||||
|
||||
@ -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 = {
|
||||
Loading…
x
Reference in New Issue
Block a user