Merge branch 'MOn-523-fix-azure-server-farm-status-aggregator' into 'master'
MON-523 Fix Azure server farm status aggregator Closes MON-523 See merge request claranet/pt-monitoring/projects/datadog/terraform/monitors!133
This commit is contained in:
commit
c932c4cf75
@ -48,7 +48,7 @@ Creates DataDog monitors with the following checks:
|
||||
| status\_enabled | Flag to enable the serverfarms status monitor | string | `"true"` | no |
|
||||
| status\_extra\_tags | Extra tags for serverfarms status monitor | list(string) | `[]` | no |
|
||||
| status\_message | Custom message for serverfarm status monitor | string | `""` | no |
|
||||
| status\_time\_aggregator | Monitor aggregator for serverfarms status [available values: min, max or avg] | string | `"min"` | no |
|
||||
| status\_time\_aggregator | Monitor aggregator for serverfarms status [available values: min, max or avg] | string | `"max"` | no |
|
||||
| status\_timeframe | Monitor timeframe for serverfarms status [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `"last_5m"` | no |
|
||||
|
||||
## Outputs
|
||||
|
||||
@ -58,7 +58,7 @@ variable "status_extra_tags" {
|
||||
variable "status_time_aggregator" {
|
||||
description = "Monitor aggregator for serverfarms status [available values: min, max or avg]"
|
||||
type = string
|
||||
default = "min"
|
||||
default = "max"
|
||||
}
|
||||
|
||||
variable "status_timeframe" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user