From a41ceac7ca9a94f5e39d7a4e9769a907de15e7f9 Mon Sep 17 00:00:00 2001 From: Kevin Pecquet Date: Wed, 5 Jul 2017 11:28:14 +0200 Subject: [PATCH] fix dd_custom_cpu in the documentation --- README.md | 2 +- datadog-samples/modules-declaration.sample | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}