From 77f5648c42b8cf5029d991ee451a1e7a939adced Mon Sep 17 00:00:00 2001 From: Jay Wallace Date: Thu, 21 Apr 2016 02:16:06 -0700 Subject: [PATCH] Updated notify_no_data default to true (#6275) This value should be true, based on: https://github.com/hashicorp/terraform/blob/master/builtin/providers/datadog/resource_datadog_monitor.go#L77 --- website/source/docs/providers/datadog/r/monitor.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/datadog/r/monitor.html.markdown b/website/source/docs/providers/datadog/r/monitor.html.markdown index 6d5a8fbe0..e14a36fc0 100644 --- a/website/source/docs/providers/datadog/r/monitor.html.markdown +++ b/website/source/docs/providers/datadog/r/monitor.html.markdown @@ -61,7 +61,7 @@ The following arguments are supported: * `warning` * `critical` * `notify_no_data` (Optional) A boolean indicating whether this monitor will notify when data stops reporting. Defaults - to false. + to true. * `no_data_timeframe` (Optional) The number of minutes before a monitor will notify when data stops reporting. Must be at least 2x the monitor timeframe for metric alerts or 2 minutes for service checks. Default: 2x timeframe for metric alerts, 2 minutes for service checks.