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
This commit is contained in:
Jay Wallace 2016-04-21 02:16:06 -07:00 committed by Paul Stack
parent 7878cf327f
commit 77f5648c42
1 changed files with 1 additions and 1 deletions

View File

@ -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.