fix dd_custom_cpu in the documentation
This commit is contained in:
parent
8d27276eba
commit
a41ceac7ca
@ -31,7 +31,7 @@ module "datadog-monitors" {
|
||||
#aws_rds_mysql = "disabled"
|
||||
|
||||
#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_warning_threshold = "90"
|
||||
#cpu_custom_warning_escalation_msg = ${var.ho_escalation_group}
|
||||
|
||||
@ -10,7 +10,7 @@ module "datadog-monitors" {
|
||||
#aws_rds_mysql = "disabled"
|
||||
|
||||
#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_warning_threshold = "90"
|
||||
#cpu_custom_warning_escalation_msg = ${var.ho_escalation_group}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user