diff --git a/README.md b/README.md index 61b554e..6576821 100644 --- a/README.md +++ b/README.md @@ -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} diff --git a/datadog-samples/modules-declaration.sample b/datadog-samples/modules-declaration.sample index b0ffba0..8b57fec 100644 --- a/datadog-samples/modules-declaration.sample +++ b/datadog-samples/modules-declaration.sample @@ -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}