fix dd_custom_cpu in the documentation

This commit is contained in:
Kevin Pecquet 2017-07-05 11:28:14 +02:00
parent 8d27276eba
commit a41ceac7ca
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ module "datadog-monitors" {
#aws_rds_mysql = "disabled" #aws_rds_mysql = "disabled"
#custom monitors template integrations examples #custom monitors template integrations examples
#cpu_custom = "enabled" #Will match the tag dd_cpu_high (NB: it will replace the basic cpu alert) #cpu_custom = "enabled" #Will match the tag dd_custom_cpu (NB: it will replace the basic cpu alert)
#cpu_custom_period = "60" #cpu_custom_period = "60"
#cpu_custom_warning_threshold = "90" #cpu_custom_warning_threshold = "90"
#cpu_custom_warning_escalation_msg = ${var.ho_escalation_group} #cpu_custom_warning_escalation_msg = ${var.ho_escalation_group}

View File

@ -10,7 +10,7 @@ module "datadog-monitors" {
#aws_rds_mysql = "disabled" #aws_rds_mysql = "disabled"
#custom monitors template integrations examples #custom monitors template integrations examples
#cpu_custom = "enabled" #Will match the tag dd_cpu_high (NB: it will replace the basic cpu alert) #cpu_custom = "enabled" #Will match the tag dd_custom_cpu (NB: it will replace the basic cpu alert)
#cpu_custom_period = "60" #cpu_custom_period = "60"
#cpu_custom_warning_threshold = "90" #cpu_custom_warning_threshold = "90"
#cpu_custom_warning_escalation_msg = ${var.ho_escalation_group} #cpu_custom_warning_escalation_msg = ${var.ho_escalation_group}