MON-312 update readme for ingress and with-aggregate-type-defaults

This commit is contained in:
Quentin Manfroi 2018-09-26 10:49:50 +02:00
parent fc5e42f0e3
commit 6f237959ea
43 changed files with 379 additions and 375 deletions

View File

@ -23,10 +23,10 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| ark_schedules_enabled | Flag to enable Ark schedules monitor | string | `true` | no |
| ark_schedules_extra_tags | Extra tags for Ark schedules monitor | list | `<list>` | no |
| ark_schedules_extra_tags | Extra tags for Ark schedules monitor | list | `[]` | no |
| ark_schedules_monitor_message | Custom message for Ark schedules monitor | string | `` | no |
| ark_schedules_monitor_no_data_timeframe | No data timeframe in minutes | string | `1440` | no |
| ark_schedules_monitor_silenced | Groups to mute for Ark schedules monitor | map | `<map>` | no |
| ark_schedules_monitor_silenced | Groups to mute for Ark schedules monitor | map | `{}` | no |
| ark_schedules_monitor_timeframe | Monitor timeframe for Ark schedules monitor [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_1d` | no |
| environment | Architecture environment | string | - | yes |
| evaluation_delay | Delay in seconds for the metric evaluation | string | `15` | no |

View File

@ -29,18 +29,18 @@ Creates DataDog monitors with the following checks:
| filter_tags_custom | Tags used for custom filtering when filter_tags_use_defaults is false | string | `*` | no |
| filter_tags_use_defaults | Use default filter tags convention | string | `true` | no |
| ingress_4xx_enabled | Flag to enable Ingress 4xx errors monitor | string | `true` | no |
| ingress_4xx_extra_tags | Extra tags for Ingress 4xx errors monitor | list | `<list>` | no |
| ingress_4xx_extra_tags | Extra tags for Ingress 4xx errors monitor | list | `[]` | no |
| ingress_4xx_message | Message sent when an alert is triggered | string | `` | no |
| ingress_4xx_silenced | Groups to mute for Ingress 4xx errors monitor | map | `<map>` | no |
| ingress_4xx_threshold_critical | | string | `40` | no |
| ingress_4xx_threshold_warning | | string | `20` | no |
| ingress_4xx_silenced | Groups to mute for Ingress 4xx errors monitor | map | `{}` | no |
| ingress_4xx_threshold_critical | 4xx critical threshold in percentage | string | `40` | no |
| ingress_4xx_threshold_warning | 4xx warning threshold in percentage | string | `20` | no |
| ingress_4xx_timeframe | Monitor timeframe for Ingress 4xx errors [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| ingress_5xx_enabled | Flag to enable Ingress 5xx errors monitor | string | `true` | no |
| ingress_5xx_extra_tags | Extra tags for Ingress 5xx errors monitor | list | `<list>` | no |
| ingress_5xx_extra_tags | Extra tags for Ingress 5xx errors monitor | list | `[]` | no |
| ingress_5xx_message | Message sent when an alert is triggered | string | `` | no |
| ingress_5xx_silenced | Groups to mute for Ingress 5xx errors monitor | map | `<map>` | no |
| ingress_5xx_threshold_critical | | string | `20` | no |
| ingress_5xx_threshold_warning | | string | `10` | no |
| ingress_5xx_silenced | Groups to mute for Ingress 5xx errors monitor | map | `{}` | no |
| ingress_5xx_threshold_critical | 5xx critical threshold in percentage | string | `20` | no |
| ingress_5xx_threshold_warning | 5xx warning threshold in percentage | string | `10` | no |
| ingress_5xx_timeframe | Monitor timeframe for Ingress 5xx errors [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| message | Message sent when an alert is triggered | string | - | yes |
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |

View File

@ -60,13 +60,15 @@ variable "ingress_5xx_timeframe" {
}
variable "ingress_5xx_threshold_critical" {
type = "string"
default = "20"
type = "string"
default = "20"
description = "5xx critical threshold in percentage"
}
variable "ingress_5xx_threshold_warning" {
type = "string"
default = "10"
type = "string"
default = "10"
description = "5xx warning threshold in percentage"
}
variable "ingress_4xx_silenced" {
@ -99,13 +101,15 @@ variable "ingress_4xx_timeframe" {
}
variable "ingress_4xx_threshold_critical" {
type = "string"
default = "40"
type = "string"
default = "40"
description = "4xx critical threshold in percentage"
}
variable "ingress_4xx_threshold_warning" {
type = "string"
default = "20"
type = "string"
default = "20"
description = "4xx warning threshold in percentage"
}
variable "artificial_requests_count" {

View File

@ -28,9 +28,9 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| alb_no_healthy_instances_enabled | Flag to enable ALB no healthy instances monitor | string | `true` | no |
| alb_no_healthy_instances_extra_tags | Extra tags for ALB no healthy instances monitor | list | `<list>` | no |
| alb_no_healthy_instances_extra_tags | Extra tags for ALB no healthy instances monitor | list | `[]` | no |
| alb_no_healthy_instances_message | Custom message for ALB no healthy instances monitor | string | `` | no |
| alb_no_healthy_instances_silenced | Groups to mute for ALB no healthy instances monitor | map | `<map>` | no |
| alb_no_healthy_instances_silenced | Groups to mute for ALB no healthy instances monitor | map | `{}` | no |
| alb_no_healthy_instances_time_aggregator | Monitor aggregator for ALB no healthy instances [available values: min, max or avg] | string | `min` | no |
| alb_no_healthy_instances_timeframe | Monitor timeframe for ALB no healthy instances [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| artificial_requests_count | Number of false requests used to mitigate false positive in case of low trafic | string | `5` | no |
@ -39,37 +39,37 @@ Creates DataDog monitors with the following checks:
| filter_tags_custom | Tags used for custom filtering when filter_tags_use_defaults is false | string | `*` | no |
| filter_tags_use_defaults | Use default filter tags convention | string | `true` | no |
| httpcode_alb_4xx_enabled | Flag to enable ALB httpcode 4xx monitor | string | `true` | no |
| httpcode_alb_4xx_extra_tags | Extra tags for ALB httpcode 4xx monitor | list | `<list>` | no |
| httpcode_alb_4xx_extra_tags | Extra tags for ALB httpcode 4xx monitor | list | `[]` | no |
| httpcode_alb_4xx_message | Custom message for ALB httpcode 4xx monitor | string | `` | no |
| httpcode_alb_4xx_silenced | Groups to mute for ALB httpcode 4xx monitor | map | `<map>` | no |
| httpcode_alb_4xx_silenced | Groups to mute for ALB httpcode 4xx monitor | map | `{}` | no |
| httpcode_alb_4xx_threshold_critical | loadbalancer 4xx critical threshold in percentage | string | `80` | no |
| httpcode_alb_4xx_threshold_warning | loadbalancer 4xx warning threshold in percentage | string | `60` | no |
| httpcode_alb_4xx_timeframe | Monitor timeframe for ALB httpcode 4xx [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| httpcode_alb_5xx_enabled | Flag to enable ALB httpcode 5xx monitor | string | `true` | no |
| httpcode_alb_5xx_extra_tags | Extra tags for ALB httpcode 5xx monitor | list | `<list>` | no |
| httpcode_alb_5xx_extra_tags | Extra tags for ALB httpcode 5xx monitor | list | `[]` | no |
| httpcode_alb_5xx_message | Custom message for ALB httpcode 5xx monitor | string | `` | no |
| httpcode_alb_5xx_silenced | Groups to mute for ALB httpcode 5xx monitor | map | `<map>` | no |
| httpcode_alb_5xx_silenced | Groups to mute for ALB httpcode 5xx monitor | map | `{}` | no |
| httpcode_alb_5xx_threshold_critical | loadbalancer 5xx critical threshold in percentage | string | `80` | no |
| httpcode_alb_5xx_threshold_warning | loadbalancer 5xx warning threshold in percentage | string | `60` | no |
| httpcode_alb_5xx_timeframe | Monitor timeframe for ALB httpcode 5xx [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| httpcode_target_4xx_enabled | Flag to enable ALB target httpcode 4xx monitor | string | `true` | no |
| httpcode_target_4xx_extra_tags | Extra tags for ALB target httpcode 4xx monitor | list | `<list>` | no |
| httpcode_target_4xx_extra_tags | Extra tags for ALB target httpcode 4xx monitor | list | `[]` | no |
| httpcode_target_4xx_message | Custom message for ALB target httpcode 4xx monitor | string | `` | no |
| httpcode_target_4xx_silenced | Groups to mute for ALB target httpcode 4xx monitor | map | `<map>` | no |
| httpcode_target_4xx_silenced | Groups to mute for ALB target httpcode 4xx monitor | map | `{}` | no |
| httpcode_target_4xx_threshold_critical | target 4xx critical threshold in percentage | string | `80` | no |
| httpcode_target_4xx_threshold_warning | target 4xx warning threshold in percentage | string | `60` | no |
| httpcode_target_4xx_timeframe | Monitor timeframe for ALB target httpcode 4xx [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| httpcode_target_5xx_enabled | Flag to enable ALB target httpcode 5xx monitor | string | `true` | no |
| httpcode_target_5xx_extra_tags | Extra tags for ALB target httpcode 5xx monitor | list | `<list>` | no |
| httpcode_target_5xx_extra_tags | Extra tags for ALB target httpcode 5xx monitor | list | `[]` | no |
| httpcode_target_5xx_message | Custom message for ALB target httpcode 5xx monitor | string | `` | no |
| httpcode_target_5xx_silenced | Groups to mute for ALB target httpcode 5xx monitor | map | `<map>` | no |
| httpcode_target_5xx_silenced | Groups to mute for ALB target httpcode 5xx monitor | map | `{}` | no |
| httpcode_target_5xx_threshold_critical | target 5xx critical threshold in percentage | string | `80` | no |
| httpcode_target_5xx_threshold_warning | target 5xx warning threshold in percentage | string | `60` | no |
| httpcode_target_5xx_timeframe | Monitor timeframe for ALB target httpcode 5xx [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| latency_enabled | Flag to enable ALB latency monitor | string | `true` | no |
| latency_extra_tags | Extra tags for ALB latency monitor | list | `<list>` | no |
| latency_extra_tags | Extra tags for ALB latency monitor | list | `[]` | no |
| latency_message | Custom message for ALB latency monitor | string | `` | no |
| latency_silenced | Groups to mute for ALB latency monitor | map | `<map>` | no |
| latency_silenced | Groups to mute for ALB latency monitor | map | `{}` | no |
| latency_threshold_critical | latency critical threshold in milliseconds | string | `1000` | no |
| latency_threshold_warning | latency warning threshold in milliseconds | string | `500` | no |
| latency_time_aggregator | Monitor aggregator for ALB latency [available values: min, max or avg] | string | `min` | no |

View File

@ -29,23 +29,23 @@ Creates DataDog monitors with the following checks:
| evaluation_delay | Delay in seconds for the metric evaluation | string | `900` | no |
| filter_tags | Tags used for filtering | string | `*` | no |
| http_4xx_requests_enabled | Flag to enable API Gateway HTTP 4xx requests monitor | string | `true` | no |
| http_4xx_requests_extra_tags | Extra tags for API Gateway HTTP 4xx requests monitor | list | `<list>` | no |
| http_4xx_requests_extra_tags | Extra tags for API Gateway HTTP 4xx requests monitor | list | `[]` | no |
| http_4xx_requests_message | Custom message for API Gateway HTTP 4xx requests monitor | string | `` | no |
| http_4xx_requests_silenced | Groups to mute for API Gateway HTTP 4xx requests monitor | map | `<map>` | no |
| http_4xx_requests_silenced | Groups to mute for API Gateway HTTP 4xx requests monitor | map | `{}` | no |
| http_4xx_requests_threshold_critical | Maximum critical acceptable percent of 4xx errors | string | `30` | no |
| http_4xx_requests_threshold_warning | Maximum warning acceptable percent of 4xx errors | string | `15` | no |
| http_4xx_requests_timeframe | Monitor timeframe for API HTTP 4xx requests [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| http_5xx_requests_enabled | Flag to enable API Gateway HTTP 5xx requests monitor | string | `true` | no |
| http_5xx_requests_extra_tags | Extra tags for API Gateway HTTP 5xx requests monitor | list | `<list>` | no |
| http_5xx_requests_extra_tags | Extra tags for API Gateway HTTP 5xx requests monitor | list | `[]` | no |
| http_5xx_requests_message | Custom message for API Gateway HTTP 5xx requests monitor | string | `` | no |
| http_5xx_requests_silenced | Groups to mute for API Gateway HTTP 5xx requests monitor | map | `<map>` | no |
| http_5xx_requests_silenced | Groups to mute for API Gateway HTTP 5xx requests monitor | map | `{}` | no |
| http_5xx_requests_threshold_critical | Maximum critical acceptable percent of 5xx errors | string | `20` | no |
| http_5xx_requests_threshold_warning | Maximum warning acceptable percent of 5xx errors | string | `10` | no |
| http_5xx_requests_timeframe | Monitor timeframe for API HTTP 5xx requests [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| latency_enabled | Flag to enable API Gateway latency monitor | string | `true` | no |
| latency_extra_tags | Extra tags for API Gateway latency monitor | list | `<list>` | no |
| latency_extra_tags | Extra tags for API Gateway latency monitor | list | `[]` | no |
| latency_message | Custom message for API Gateway latency monitor | string | `` | no |
| latency_silenced | Groups to mute for API Gateway latency monitor | map | `<map>` | no |
| latency_silenced | Groups to mute for API Gateway latency monitor | map | `{}` | no |
| latency_threshold_critical | Alerting threshold in milliseconds | string | `800` | no |
| latency_threshold_warning | Warning threshold in milliseconds | string | `400` | no |
| latency_time_aggregator | Monitor aggregator for API Gateway latency [available values: min, max or avg] | string | `min` | no |

View File

@ -30,17 +30,17 @@ Creates DataDog monitors with the following checks:
| environment | Infrastructure Environment | string | - | yes |
| evaluation_delay | Delay in seconds for the metric evaluation | string | `900` | no |
| eviction_enabled | Flag to enable Elasticache eviction monitor | string | `true` | no |
| eviction_extra_tags | Extra tags for Elasticache eviction monitor | list | `<list>` | no |
| eviction_extra_tags | Extra tags for Elasticache eviction monitor | list | `[]` | no |
| eviction_growing_condition_timeframe | Monitor condition timeframe for Elasticache eviction growing [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| eviction_growing_enabled | Flag to enable Elasticache eviction growing monitor | string | `true` | no |
| eviction_growing_extra_tags | Extra tags for Elasticache eviction growing monitor | list | `<list>` | no |
| eviction_growing_extra_tags | Extra tags for Elasticache eviction growing monitor | list | `[]` | no |
| eviction_growing_message | Custom message for Elasticache eviction growing monitor | string | `` | no |
| eviction_growing_silenced | Groups to mute for Elasticache eviction growing monitor | map | `<map>` | no |
| eviction_growing_silenced | Groups to mute for Elasticache eviction growing monitor | map | `{}` | no |
| eviction_growing_threshold_critical | Elasticache eviction growing critical threshold in percentage | string | `30` | no |
| eviction_growing_threshold_warning | Elasticache eviction growing warning threshold in percentage | string | `10` | no |
| eviction_growing_timeframe | Monitor timeframe for Elasticache eviction growing [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| eviction_message | Custom message for Elasticache eviction monitor | string | `` | no |
| eviction_silenced | Groups to mute for Elasticache eviction monitor | map | `<map>` | no |
| eviction_silenced | Groups to mute for Elasticache eviction monitor | map | `{}` | no |
| eviction_threshold_critical | Elasticache free memory critical threshold in percentage | string | `30` | no |
| eviction_threshold_warning | Elasticache free memory warning threshold in percentage | string | `0` | no |
| eviction_timeframe | Monitor timeframe for Elasticache eviction [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_15m` | no |
@ -48,30 +48,30 @@ Creates DataDog monitors with the following checks:
| filter_tags_use_defaults | Use default filter tags convention | string | `true` | no |
| free_memory_condition_timeframe | Monitor condition timeframe for Elasticache free memory [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_15m` | no |
| free_memory_enabled | Flag to enable Elasticache free memory monitor | string | `true` | no |
| free_memory_extra_tags | Extra tags for Elasticache free memory monitor | list | `<list>` | no |
| free_memory_extra_tags | Extra tags for Elasticache free memory monitor | list | `[]` | no |
| free_memory_message | Custom message for Elasticache free memory monitor | string | `` | no |
| free_memory_silenced | Groups to mute for Elasticache free memory monitor | map | `<map>` | no |
| free_memory_silenced | Groups to mute for Elasticache free memory monitor | map | `{}` | no |
| free_memory_threshold_critical | Elasticache free memory critical threshold in percentage | string | `-70` | no |
| free_memory_threshold_warning | Elasticache free memory warning threshold in percentage | string | `-50` | no |
| free_memory_timeframe | Monitor timeframe for Elasticache free memory [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_15m` | no |
| max_connection_enabled | Flag to enable Elasticache max connection monitor | string | `true` | no |
| max_connection_extra_tags | Extra tags for Elasticache max connection monitor | list | `<list>` | no |
| max_connection_extra_tags | Extra tags for Elasticache max connection monitor | list | `[]` | no |
| max_connection_message | Custom message for Elasticache max connection monitor | string | `` | no |
| max_connection_silenced | Groups to mute for Elasticache max connection monitor | map | `<map>` | no |
| max_connection_silenced | Groups to mute for Elasticache max connection monitor | map | `{}` | no |
| max_connection_time_aggregator | Monitor aggregator for Elasticache max connection [available values: min, max or avg] | string | `max` | no |
| max_connection_timeframe | Monitor timeframe for Elasticache max connection [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| message | Message sent when an alert is triggered | string | - | yes |
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |
| no_connection_enabled | Flag to enable Elasticache no connection monitor | string | `true` | no |
| no_connection_extra_tags | Extra tags for Elasticache no connection monitor | list | `<list>` | no |
| no_connection_extra_tags | Extra tags for Elasticache no connection monitor | list | `[]` | no |
| no_connection_message | Custom message for Elasticache no connection monitor | string | `` | no |
| no_connection_silenced | Groups to mute for Elasticache no connection monitor | map | `<map>` | no |
| no_connection_silenced | Groups to mute for Elasticache no connection monitor | map | `{}` | no |
| no_connection_time_aggregator | Monitor aggregator for Elasticache no connection [available values: min, max or avg] | string | `min` | no |
| no_connection_timeframe | Monitor timeframe for Elasticache no connection [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| swap_enabled | Flag to enable Elasticache swap monitor | string | `true` | no |
| swap_extra_tags | Extra tags for Elasticache swap monitor | list | `<list>` | no |
| swap_extra_tags | Extra tags for Elasticache swap monitor | list | `[]` | no |
| swap_message | Custom message for Elasticache swap monitor | string | `` | no |
| swap_silenced | Groups to mute for Elasticache swap monitor | map | `<map>` | no |
| swap_silenced | Groups to mute for Elasticache swap monitor | map | `{}` | no |
| swap_threshold_critical | Elasticache swap critical threshold in bytes | string | `50000000` | no |
| swap_threshold_warning | Elasticache swap warning threshold in bytes | string | `0` | no |
| swap_time_aggregator | Monitor aggregator for Elasticache memcached swap [available values: min, max or avg] | string | `min` | no |

View File

@ -24,9 +24,9 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| cpu_high_enabled | Flag to enable Elasticache memcached cpu high monitor | string | `true` | no |
| cpu_high_extra_tags | Extra tags for Elasticache memcached cpu high monitor | list | `<list>` | no |
| cpu_high_extra_tags | Extra tags for Elasticache memcached cpu high monitor | list | `[]` | no |
| cpu_high_message | Custom message for Elasticache memcached cpu high monitor | string | `` | no |
| cpu_high_silenced | Groups to mute for Elasticache memcached cpu high monitor | map | `<map>` | no |
| cpu_high_silenced | Groups to mute for Elasticache memcached cpu high monitor | map | `{}` | no |
| cpu_high_threshold_critical | Elasticache memcached cpu high critical threshold in percentage | string | `90` | no |
| cpu_high_threshold_warning | Elasticache memcached cpu high warning threshold in percentage | string | `75` | no |
| cpu_high_time_aggregator | Monitor aggregator for Elasticache memcached cpu high [available values: min, max or avg] | string | `min` | no |
@ -36,9 +36,9 @@ Creates DataDog monitors with the following checks:
| filter_tags_custom | Tags used for custom filtering when filter_tags_use_defaults is false | string | `*` | no |
| filter_tags_use_defaults | Use default filter tags convention | string | `true` | no |
| get_hits_enabled | Flag to enable Elasticache memcached get hits monitor | string | `true` | no |
| get_hits_extra_tags | Extra tags for Elasticache memcached get hits monitor | list | `<list>` | no |
| get_hits_extra_tags | Extra tags for Elasticache memcached get hits monitor | list | `[]` | no |
| get_hits_message | Custom message for Elasticache memcached get hits monitor | string | `` | no |
| get_hits_silenced | Groups to mute for Elasticache memcached get hits monitor | map | `<map>` | no |
| get_hits_silenced | Groups to mute for Elasticache memcached get hits monitor | map | `{}` | no |
| get_hits_threshold_critical | Elasticache memcached get hits critical threshold in percentage | string | `60` | no |
| get_hits_threshold_warning | Elasticache memcached get hits warning threshold in percentage | string | `80` | no |
| get_hits_timeframe | Monitor timeframe for Elasticache memcached get hits [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_15m` | no |

View File

@ -26,21 +26,21 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| cache_hits_enabled | Flag to enable Elasticache redis cache hits monitor | string | `true` | no |
| cache_hits_extra_tags | Extra tags for Elasticache redis cache hits monitor | list | `<list>` | no |
| cache_hits_extra_tags | Extra tags for Elasticache redis cache hits monitor | list | `[]` | no |
| cache_hits_message | Custom message for Elasticache redis cache hits monitor | string | `` | no |
| cache_hits_silenced | Groups to mute for Elasticache redis cache hits monitor | map | `<map>` | no |
| cache_hits_silenced | Groups to mute for Elasticache redis cache hits monitor | map | `{}` | no |
| cache_hits_threshold_critical | Elasticache redis cache hits critical threshold in percentage | string | `60` | no |
| cache_hits_threshold_warning | Elasticache redis cache hits warning threshold in percentage | string | `80` | no |
| cache_hits_timeframe | Monitor timeframe for Elasticache redis cache hits [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_15m` | no |
| commands_enabled | Flag to enable Elasticache redis commands monitor | string | `true` | no |
| commands_extra_tags | Extra tags for Elasticache redis commands monitor | list | `<list>` | no |
| commands_extra_tags | Extra tags for Elasticache redis commands monitor | list | `[]` | no |
| commands_message | Custom message for Elasticache redis commands monitor | string | `` | no |
| commands_silenced | Groups to mute for Elasticache redis commands monitor | map | `<map>` | no |
| commands_silenced | Groups to mute for Elasticache redis commands monitor | map | `{}` | no |
| commands_timeframe | Monitor timeframe for Elasticache redis commands [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| cpu_high_enabled | Flag to enable Elasticache redis cpu high monitor | string | `true` | no |
| cpu_high_extra_tags | Extra tags for Elasticache redis cpu high monitor | list | `<list>` | no |
| cpu_high_extra_tags | Extra tags for Elasticache redis cpu high monitor | list | `[]` | no |
| cpu_high_message | Custom message for Elasticache redis cpu high monitor | string | `` | no |
| cpu_high_silenced | Groups to mute for Elasticache redis cpu high monitor | map | `<map>` | no |
| cpu_high_silenced | Groups to mute for Elasticache redis cpu high monitor | map | `{}` | no |
| cpu_high_threshold_critical | Elasticache redis cpu high critical threshold in percentage | string | `90` | no |
| cpu_high_threshold_warning | Elasticache redis cpu high warning threshold in percentage | string | `75` | no |
| cpu_high_time_aggregator | Monitor aggregator for Elasticache redis cpu high [available values: min, max or avg] | string | `avg` | no |
@ -52,9 +52,9 @@ Creates DataDog monitors with the following checks:
| message | Message sent when an alert is triggered | string | - | yes |
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |
| replication_lag_enabled | Flag to enable Elasticache redis replication lag monitor | string | `true` | no |
| replication_lag_extra_tags | Extra tags for Elasticache redis replication lag monitor | list | `<list>` | no |
| replication_lag_extra_tags | Extra tags for Elasticache redis replication lag monitor | list | `[]` | no |
| replication_lag_message | Custom message for Elasticache redis replication lag monitor | string | `` | no |
| replication_lag_silenced | Groups to mute for Elasticache redis replication lag monitor | map | `<map>` | no |
| replication_lag_silenced | Groups to mute for Elasticache redis replication lag monitor | map | `{}` | no |
| replication_lag_threshold_critical | Elasticache redis replication lag critical threshold in seconds | string | `180` | no |
| replication_lag_threshold_warning | Elasticache redis replication lag warning threshold in seconds | string | `90` | no |
| replication_lag_time_aggregator | Monitor aggregator for Elasticache redis replication lag [available values: min, max or avg] | string | `min` | no |

View File

@ -25,26 +25,26 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| cpu_enabled | Flag to enable ES cluster cpu monitor | string | `true` | no |
| cpu_extra_tags | Extra tags for ES cluster cpu monitor | list | `<list>` | no |
| cpu_extra_tags | Extra tags for ES cluster cpu monitor | list | `[]` | no |
| cpu_message | Custom message for ES cluster cpu monitor | string | `` | no |
| cpu_silenced | Groups to mute for ES cluster cpu monitor | map | `<map>` | no |
| cpu_silenced | Groups to mute for ES cluster cpu monitor | map | `{}` | no |
| cpu_threshold_critical | CPU usage in percent (critical threshold) | string | `90` | no |
| cpu_threshold_warning | CPU usage in percent (warning threshold) | string | `80` | no |
| cpu_time_aggregator | Monitor aggregator for ES cluster cpu [available values: min, max or avg] | string | `min` | no |
| cpu_timeframe | Monitor timeframe for ES cluster cpu [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_15m` | no |
| diskspace_enabled | Flag to enable ES cluster diskspace monitor | string | `true` | no |
| diskspace_extra_tags | Extra tags for ES cluster diskspace monitor | list | `<list>` | no |
| diskspace_extra_tags | Extra tags for ES cluster diskspace monitor | list | `[]` | no |
| diskspace_message | Custom message for ES cluster diskspace monitor | string | `` | no |
| diskspace_silenced | Groups to mute for ES cluster diskspace monitor | map | `<map>` | no |
| diskspace_silenced | Groups to mute for ES cluster diskspace monitor | map | `{}` | no |
| diskspace_threshold_critical | Disk free space in percent (critical threshold) | string | `10` | no |
| diskspace_threshold_warning | Disk free space in percent (warning threshold) | string | `20` | no |
| diskspace_time_aggregator | Monitor aggregator for ES cluster diskspace [available values: min, max or avg] | string | `max` | no |
| diskspace_timeframe | Monitor timeframe for ES cluster diskspace [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_15m` | no |
| environment | Architecture Environment | string | - | yes |
| es_cluster_status_enabled | Flag to enable ES cluster status monitor | string | `true` | no |
| es_cluster_status_extra_tags | Extra tags for ES cluster status monitor | list | `<list>` | no |
| es_cluster_status_extra_tags | Extra tags for ES cluster status monitor | list | `[]` | no |
| es_cluster_status_message | Custom message for ES cluster status monitor | string | `` | no |
| es_cluster_status_silenced | Groups to mute for ES cluster status monitor | map | `<map>` | no |
| es_cluster_status_silenced | Groups to mute for ES cluster status monitor | map | `{}` | no |
| es_cluster_status_timeframe | Monitor timeframe for ES cluster status [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_30m` | no |
| es_cluster_volume_size | ElasticSearch Domain volume size (in GB) | string | - | yes |
| evaluation_delay | Delay in seconds for the metric evaluation | string | `900` | no |

View File

@ -29,45 +29,45 @@ Creates DataDog monitors with the following checks:
|------|-------------|:----:|:-----:|:-----:|
| artificial_requests_count | Number of false requests used to mitigate false positive in case of low trafic | string | `5` | no |
| elb_4xx_enabled | Flag to enable ELB 4xx errors monitor | string | `true` | no |
| elb_4xx_extra_tags | Extra tags for ELB 4xx errors monitor | list | `<list>` | no |
| elb_4xx_extra_tags | Extra tags for ELB 4xx errors monitor | list | `[]` | no |
| elb_4xx_message | Custom message for ELB 4xx errors monitor | string | `` | no |
| elb_4xx_silenced | Groups to mute for ELB 4xx errors monitor | map | `<map>` | no |
| elb_4xx_silenced | Groups to mute for ELB 4xx errors monitor | map | `{}` | no |
| elb_4xx_threshold_critical | loadbalancer 4xx critical threshold in percentage | string | `10` | no |
| elb_4xx_threshold_warning | loadbalancer 4xx warning threshold in percentage | string | `5` | no |
| elb_4xx_timeframe | Monitor timeframe for ELB 4xx errors [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| elb_5xx_enabled | Flag to enable ELB 5xx errors monitor | string | `true` | no |
| elb_5xx_extra_tags | Extra tags for ELB 5xx errors monitor | list | `<list>` | no |
| elb_5xx_extra_tags | Extra tags for ELB 5xx errors monitor | list | `[]` | no |
| elb_5xx_message | Custom message for ELB 5xx errors monitor | string | `` | no |
| elb_5xx_silenced | Groups to mute for ELB 5xx errors monitor | map | `<map>` | no |
| elb_5xx_silenced | Groups to mute for ELB 5xx errors monitor | map | `{}` | no |
| elb_5xx_threshold_critical | loadbalancer 5xx critical threshold in percentage | string | `10` | no |
| elb_5xx_threshold_warning | loadbalancer 5xx warning threshold in percentage | string | `5` | no |
| elb_5xx_timeframe | Monitor timeframe for ELB 5xx errors [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| elb_backend_4xx_enabled | Flag to enable ELB backend 4xx errors monitor | string | `true` | no |
| elb_backend_4xx_extra_tags | Extra tags for ELB backend 4xx errors monitor | list | `<list>` | no |
| elb_backend_4xx_extra_tags | Extra tags for ELB backend 4xx errors monitor | list | `[]` | no |
| elb_backend_4xx_message | Custom message for ELB backend 4xx errors monitor | string | `` | no |
| elb_backend_4xx_silenced | Groups to mute for ELB backend 4xx errors monitor | map | `<map>` | no |
| elb_backend_4xx_silenced | Groups to mute for ELB backend 4xx errors monitor | map | `{}` | no |
| elb_backend_4xx_threshold_critical | loadbalancer backend 4xx critical threshold in percentage | string | `10` | no |
| elb_backend_4xx_threshold_warning | loadbalancer backend 4xx warning threshold in percentage | string | `5` | no |
| elb_backend_4xx_timeframe | Monitor timeframe for ELB backend 4xx errors [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| elb_backend_5xx_enabled | Flag to enable ELB backend 5xx errors monitor | string | `true` | no |
| elb_backend_5xx_extra_tags | Extra tags for ELB backend 5xx errors monitor | list | `<list>` | no |
| elb_backend_5xx_extra_tags | Extra tags for ELB backend 5xx errors monitor | list | `[]` | no |
| elb_backend_5xx_message | Custom message for ELB backend 5xx errors monitor | string | `` | no |
| elb_backend_5xx_silenced | Groups to mute for ELB backend 5xx errors monitor | map | `<map>` | no |
| elb_backend_5xx_silenced | Groups to mute for ELB backend 5xx errors monitor | map | `{}` | no |
| elb_backend_5xx_threshold_critical | loadbalancer backend 5xx critical threshold in percentage | string | `10` | no |
| elb_backend_5xx_threshold_warning | loadbalancer backend 5xx warning threshold in percentage | string | `5` | no |
| elb_backend_5xx_timeframe | Monitor timeframe for ELB backend 5xx errors [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| elb_backend_latency_critical | latency critical threshold in seconds | string | `5` | no |
| elb_backend_latency_enabled | Flag to enable ELB backend latency monitor | string | `true` | no |
| elb_backend_latency_extra_tags | Extra tags for ELB backend latency monitor | list | `<list>` | no |
| elb_backend_latency_extra_tags | Extra tags for ELB backend latency monitor | list | `[]` | no |
| elb_backend_latency_message | Custom message for ELB backend latency monitor | string | `` | no |
| elb_backend_latency_silenced | Groups to mute for ELB backend latency monitor | map | `<map>` | no |
| elb_backend_latency_silenced | Groups to mute for ELB backend latency monitor | map | `{}` | no |
| elb_backend_latency_time_aggregator | Monitor aggregator for ELB backend latency [available values: min, max or avg] | string | `min` | no |
| elb_backend_latency_timeframe | Monitor timeframe for ELB backend latency [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| elb_backend_latency_warning | latency warning threshold in seconds | string | `1` | no |
| elb_no_healthy_instance_enabled | Flag to enable ELB no healty instance monitor | string | `true` | no |
| elb_no_healthy_instance_extra_tags | Extra tags for ELB no healty instance monitor | list | `<list>` | no |
| elb_no_healthy_instance_extra_tags | Extra tags for ELB no healty instance monitor | list | `[]` | no |
| elb_no_healthy_instance_message | Custom message for ELB no healty instance monitor | string | `` | no |
| elb_no_healthy_instance_silenced | Groups to mute for ELB no healty instance monitor | map | `<map>` | no |
| elb_no_healthy_instance_silenced | Groups to mute for ELB no healty instance monitor | map | `{}` | no |
| elb_no_healthy_instance_time_aggregator | Monitor aggregator for ELB no healty instance [available values: min or max] | string | `min` | no |
| elb_no_healthy_instance_timeframe | Monitor timeframe for ELB no healty instance [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| environment | Architecture Environment | string | - | yes |

View File

@ -27,9 +27,9 @@ Creates DataDog monitors with the following checks:
| filter_tags_custom | Tags used for custom filtering when filter_tags_use_defaults is false | string | `*` | no |
| filter_tags_use_defaults | Use default filter tags convention | string | `true` | no |
| incoming_records_enabled | Flag to enable Kinesis Firehorse incoming records monitor | string | `true` | no |
| incoming_records_extra_tags | Extra tags for Kinesis Firehorse incoming records monitor | list | `<list>` | no |
| incoming_records_extra_tags | Extra tags for Kinesis Firehorse incoming records monitor | list | `[]` | no |
| incoming_records_message | Custom message for Kinesis Firehorse incoming records monitor | string | `` | no |
| incoming_records_silenced | Groups to mute for Kinesis Firehorse incoming records monitor | map | `<map>` | no |
| incoming_records_silenced | Groups to mute for Kinesis Firehorse incoming records monitor | map | `{}` | no |
| incoming_records_timeframe | Monitor timeframe for incoming records metrics evaluation [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_15m` | no |
| message | Message sent when an alert is triggered | string | - | yes |
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |

View File

@ -23,9 +23,9 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| aurora_replicalag_enabled | Flag to enable RDS Aurora replica lag monitor | string | `true` | no |
| aurora_replicalag_extra_tags | Extra tags for RDS Aurora replica lag monitor | list | `<list>` | no |
| aurora_replicalag_extra_tags | Extra tags for RDS Aurora replica lag monitor | list | `[]` | no |
| aurora_replicalag_message | Custom message for RDS Aurora replica lag monitor | string | `` | no |
| aurora_replicalag_silenced | Groups to mute for RDS Aurora replica lag monitor | map | `<map>` | no |
| aurora_replicalag_silenced | Groups to mute for RDS Aurora replica lag monitor | map | `{}` | no |
| aurora_replicalag_threshold_critical | Aurora replica lag in milliseconds (critical threshold) | string | `200` | no |
| aurora_replicalag_threshold_warning | Aurora replica lag in milliseconds (warning threshold) | string | `100` | no |
| aurora_replicalag_timeframe | Monitor timeframe for RDS Aurora replica lag monitor [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |

View File

@ -23,9 +23,9 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| aurora_replicalag_enabled | Flag to enable RDS Aurora replica lag monitor | string | `true` | no |
| aurora_replicalag_extra_tags | Extra tags for RDS Aurora replica lag monitor | list | `<list>` | no |
| aurora_replicalag_extra_tags | Extra tags for RDS Aurora replica lag monitor | list | `[]` | no |
| aurora_replicalag_message | Custom message for RDS Aurora replica lag monitor | string | `` | no |
| aurora_replicalag_silenced | Groups to mute for RDS Aurora replica lag monitor | map | `<map>` | no |
| aurora_replicalag_silenced | Groups to mute for RDS Aurora replica lag monitor | map | `{}` | no |
| aurora_replicalag_threshold_critical | Aurora replica lag in milliseconds (critical threshold) | string | `200` | no |
| aurora_replicalag_threshold_warning | Aurora replica lag in milliseconds (warning threshold) | string | `100` | no |
| aurora_replicalag_timeframe | Monitor timeframe for RDS Aurora replica lag monitor [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |

View File

@ -25,17 +25,17 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| cpu_enabled | Flag to enable RDS CPU usage monitor | string | `true` | no |
| cpu_extra_tags | Extra tags for RDS CPU usage monitor | list | `<list>` | no |
| cpu_extra_tags | Extra tags for RDS CPU usage monitor | list | `[]` | no |
| cpu_message | Custom message for RDS CPU usage monitor | string | `` | no |
| cpu_silenced | Groups to mute for RDS CPU usage monitor | map | `<map>` | no |
| cpu_silenced | Groups to mute for RDS CPU usage monitor | map | `{}` | no |
| cpu_threshold_critical | CPU usage in percent (critical threshold) | string | `90` | no |
| cpu_threshold_warning | CPU usage in percent (warning threshold) | string | `80` | no |
| cpu_time_aggregator | Monitor aggregator for RDS CPU usage [available values: min, max or avg] | string | `min` | no |
| cpu_timeframe | Monitor timeframe for RDS CPU usage [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_15m` | no |
| diskspace_enabled | Flag to enable RDS free diskspace monitor | string | `true` | no |
| diskspace_extra_tags | Extra tags for RDS free diskspace monitor | list | `<list>` | no |
| diskspace_extra_tags | Extra tags for RDS free diskspace monitor | list | `[]` | no |
| diskspace_message | Custom message for RDS free diskspace monitor | string | `` | no |
| diskspace_silenced | Groups to mute for RDS free diskspace monitor | map | `<map>` | no |
| diskspace_silenced | Groups to mute for RDS free diskspace monitor | map | `{}` | no |
| diskspace_threshold_critical | Disk free space in percent (critical threshold) | string | `10` | no |
| diskspace_threshold_warning | Disk free space in percent (warning threshold) | string | `20` | no |
| diskspace_time_aggregator | Monitor aggregator for RDS free diskspace [available values: min, max or avg] | string | `min` | no |
@ -47,9 +47,9 @@ Creates DataDog monitors with the following checks:
| message | Message sent when an alert is triggered | string | - | yes |
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |
| replicalag_enabled | Flag to enable RDS replica lag monitor | string | `true` | no |
| replicalag_extra_tags | Extra tags for RDS replica lag monitor | list | `<list>` | no |
| replicalag_extra_tags | Extra tags for RDS replica lag monitor | list | `[]` | no |
| replicalag_message | Custom message for RDS replica lag monitor | string | `` | no |
| replicalag_silenced | Groups to mute for RDS replica lag monitor | map | `<map>` | no |
| replicalag_silenced | Groups to mute for RDS replica lag monitor | map | `{}` | no |
| replicalag_threshold_critical | replica lag in seconds (critical threshold) | string | `300` | no |
| replicalag_threshold_warning | replica lag in seconds (warning threshold) | string | `200` | no |
| replicalag_timeframe | Monitor timeframe for RDS replica lag monitor [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |

View File

@ -28,9 +28,9 @@ Creates DataDog monitors with the following checks:
| message | Message sent when an alert is triggered | string | - | yes |
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |
| vpn_status_enabled | Flag to enable VPN status monitor | string | `true` | no |
| vpn_status_extra_tags | Extra tags for VPN status monitor | list | `<list>` | no |
| vpn_status_extra_tags | Extra tags for VPN status monitor | list | `[]` | no |
| vpn_status_message | Custom message for VPN status monitor | string | `` | no |
| vpn_status_silenced | Groups to mute for VPN status monitor | map | `<map>` | no |
| vpn_status_silenced | Groups to mute for VPN status monitor | map | `{}` | no |
| vpn_status_time_aggregator | Monitor aggregator for VPN status [available values: min, max or avg] | string | `max` | no |
| vpn_status_timeframe | Monitor timeframe for VPN status [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |

View File

@ -29,9 +29,9 @@ Creates DataDog monitors with the following checks:
| environment | Architecture environment | string | - | yes |
| evaluation_delay | Delay in seconds for the metric evaluation | string | `900` | no |
| failed_requests_enabled | Flag to enable API Management failed requests monitor | string | `true` | no |
| failed_requests_extra_tags | Extra tags for API Management failed requests monitor | list | `<list>` | no |
| failed_requests_extra_tags | Extra tags for API Management failed requests monitor | list | `[]` | no |
| failed_requests_message | Custom message for API Management failed requests monitor | string | `` | no |
| failed_requests_silenced | Groups to mute for API Management failed requests monitor | map | `<map>` | no |
| failed_requests_silenced | Groups to mute for API Management failed requests monitor | map | `{}` | no |
| failed_requests_threshold_critical | Maximum acceptable percent of failed requests | string | `90` | no |
| failed_requests_threshold_warning | Warning regarding acceptable percent of failed requests | string | `50` | no |
| failed_requests_timeframe | Monitor timeframe for API Management failed requests [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
@ -40,29 +40,29 @@ Creates DataDog monitors with the following checks:
| message | Message sent when a Redis monitor is triggered | string | - | yes |
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |
| other_requests_enabled | Flag to enable API Management other requests monitor | string | `true` | no |
| other_requests_extra_tags | Extra tags for API Management other requests monitor | list | `<list>` | no |
| other_requests_extra_tags | Extra tags for API Management other requests monitor | list | `[]` | no |
| other_requests_message | Custom message for API Management other requests monitor | string | `` | no |
| other_requests_silenced | Groups to mute for API Management other requests monitor | map | `<map>` | no |
| other_requests_silenced | Groups to mute for API Management other requests monitor | map | `{}` | no |
| other_requests_threshold_critical | Maximum acceptable percent of other requests | string | `90` | no |
| other_requests_threshold_warning | Warning regarding acceptable percent of other requests | string | `50` | no |
| other_requests_timeframe | Monitor timeframe for API Management other requests [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| status_enabled | Flag to enable API Management status monitor | string | `true` | no |
| status_extra_tags | Extra tags for API Management status monitor | list | `<list>` | no |
| status_extra_tags | Extra tags for API Management status monitor | list | `[]` | no |
| status_message | Custom message for API Management status monitor | string | `` | no |
| status_silenced | Groups to mute for API Management status monitor | map | `<map>` | no |
| status_silenced | Groups to mute for API Management status monitor | map | `{}` | no |
| status_time_aggregator | Monitor aggregator for API Management status [available values: min, max or avg] | string | `max` | no |
| status_timeframe | Monitor timeframe for API Management status [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| successful_requests_enabled | Flag to enable API Management successful requests monitor | string | `true` | no |
| successful_requests_extra_tags | Extra tags for API Management successful requests monitor | list | `<list>` | no |
| successful_requests_extra_tags | Extra tags for API Management successful requests monitor | list | `[]` | no |
| successful_requests_message | Custom message for API Management successful requests monitor | string | `` | no |
| successful_requests_silenced | Groups to mute for API Management successful requests monitor | map | `<map>` | no |
| successful_requests_silenced | Groups to mute for API Management successful requests monitor | map | `{}` | no |
| successful_requests_threshold_critical | Minimum acceptable percent of successful requests | string | `10` | no |
| successful_requests_threshold_warning | Warning regarding acceptable percent of successful requests | string | `30` | no |
| successful_requests_timeframe | Monitor timeframe for API Management successful requests [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| unauthorized_requests_enabled | Flag to enable API Management unauthorized requests monitor | string | `true` | no |
| unauthorized_requests_extra_tags | Extra tags for API Management unauthorized requests monitor | list | `<list>` | no |
| unauthorized_requests_extra_tags | Extra tags for API Management unauthorized requests monitor | list | `[]` | no |
| unauthorized_requests_message | Custom message for API Management unauthorized requests monitor | string | `` | no |
| unauthorized_requests_silenced | Groups to mute for API Management unauthorized requests monitor | map | `<map>` | no |
| unauthorized_requests_silenced | Groups to mute for API Management unauthorized requests monitor | map | `{}` | no |
| unauthorized_requests_threshold_critical | Maximum acceptable percent of unauthorized requests | string | `90` | no |
| unauthorized_requests_threshold_warning | Warning regarding acceptable percent of unauthorized requests | string | `50` | no |
| unauthorized_requests_timeframe | Monitor timeframe for API Management unauthorized requests [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |

View File

@ -31,30 +31,30 @@ Creates DataDog monitors with the following checks:
| filter_tags_custom | Tags used for custom filtering when filter_tags_use_defaults is false | string | `*` | no |
| filter_tags_use_defaults | Use default filter tags convention | string | `true` | no |
| http_4xx_requests_enabled | Flag to enable App Services 4xx requests monitor | string | `true` | no |
| http_4xx_requests_extra_tags | Extra tags for App Services 4xx requests monitor | list | `<list>` | no |
| http_4xx_requests_extra_tags | Extra tags for App Services 4xx requests monitor | list | `[]` | no |
| http_4xx_requests_message | Custom message for App Services 4xx requests monitor | string | `` | no |
| http_4xx_requests_silenced | Groups to mute for App Services 4xx requests monitor | map | `<map>` | no |
| http_4xx_requests_silenced | Groups to mute for App Services 4xx requests monitor | map | `{}` | no |
| http_4xx_requests_threshold_critical | Maximum critical acceptable percent of 4xx errors | string | `90` | no |
| http_4xx_requests_threshold_warning | Warning regarding acceptable percent of 4xx errors | string | `50` | no |
| http_4xx_requests_timeframe | Monitor timeframe for App Services 4xx requests [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| http_5xx_requests_enabled | Flag to enable App Services 5xx requests monitor | string | `true` | no |
| http_5xx_requests_extra_tags | Extra tags for App Services 5xx requests monitor | list | `<list>` | no |
| http_5xx_requests_extra_tags | Extra tags for App Services 5xx requests monitor | list | `[]` | no |
| http_5xx_requests_message | Custom message for App Services 5xx requests monitor | string | `` | no |
| http_5xx_requests_silenced | Groups to mute for App Services 5xx requests monitor | map | `<map>` | no |
| http_5xx_requests_silenced | Groups to mute for App Services 5xx requests monitor | map | `{}` | no |
| http_5xx_requests_threshold_critical | Maximum critical acceptable percent of 5xx errors | string | `90` | no |
| http_5xx_requests_threshold_warning | Warning regarding acceptable percent of 5xx errors | string | `50` | no |
| http_5xx_requests_timeframe | Monitor timeframe for App Services 5xx requests [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| http_successful_requests_enabled | Flag to enable App Services successful requests monitor | string | `true` | no |
| http_successful_requests_extra_tags | Extra tags for App Services successful requests monitor | list | `<list>` | no |
| http_successful_requests_extra_tags | Extra tags for App Services successful requests monitor | list | `[]` | no |
| http_successful_requests_message | Custom message for App Services successful requests monitor | string | `` | no |
| http_successful_requests_silenced | Groups to mute for App Services successful requests monitor | map | `<map>` | no |
| http_successful_requests_silenced | Groups to mute for App Services successful requests monitor | map | `{}` | no |
| http_successful_requests_threshold_critical | Minimum critical acceptable percent of 2xx & 3xx requests | string | `10` | no |
| http_successful_requests_threshold_warning | Warning regarding acceptable percent of 2xx & 3xx requests | string | `30` | no |
| http_successful_requests_timeframe | Monitor timeframe for App Services successful requests [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| memory_usage_enabled | Flag to enable App Services memory usage monitor | string | `true` | no |
| memory_usage_extra_tags | Extra tags for App Services memory usage monitor | list | `<list>` | no |
| memory_usage_extra_tags | Extra tags for App Services memory usage monitor | list | `[]` | no |
| memory_usage_message | Custom message for App Services memory usage monitor | string | `` | no |
| memory_usage_silenced | Groups to mute for App Services memory usage monitor | map | `<map>` | no |
| memory_usage_silenced | Groups to mute for App Services memory usage monitor | map | `{}` | no |
| memory_usage_threshold_critical | Alerting threshold in Mib | string | `1073741824` | no |
| memory_usage_threshold_warning | Warning threshold in MiB | string | `536870912` | no |
| memory_usage_time_aggregator | Monitor aggregator for App Services memory usage [available values: min, max or avg] | string | `min` | no |
@ -62,9 +62,9 @@ Creates DataDog monitors with the following checks:
| message | Message sent when a monitor is triggered | string | - | yes |
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |
| response_time_enabled | Flag to enable App Services response time monitor | string | `true` | no |
| response_time_extra_tags | Extra tags for App Services response time monitor | list | `<list>` | no |
| response_time_extra_tags | Extra tags for App Services response time monitor | list | `[]` | no |
| response_time_message | Custom message for App Services response time monitor | string | `` | no |
| response_time_silenced | Groups to mute for App Services response time monitor | map | `<map>` | no |
| response_time_silenced | Groups to mute for App Services response time monitor | map | `{}` | no |
| response_time_threshold_critical | Alerting threshold for response time in seconds | string | `10` | no |
| response_time_threshold_warning | Warning threshold for response time in seconds | string | `5` | no |
| response_time_time_aggregator | Monitor aggregator for App Services response time [available values: min, max or avg] | string | `min` | no |

View File

@ -25,28 +25,28 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| cosmos_db_4xx_request_extra_tags | Extra tags for Cosmos DB 4xx requests monitor | list | `<list>` | no |
| cosmos_db_4xx_request_extra_tags | Extra tags for Cosmos DB 4xx requests monitor | list | `[]` | no |
| cosmos_db_4xx_request_rate_threshold_critical | Critical threshold for Cosmos DB 4xx requests monitor | string | `80` | no |
| cosmos_db_4xx_request_rate_threshold_warning | Warning threshold for Cosmos DB 4xx requests monitor | string | `50` | no |
| cosmos_db_4xx_request_time_aggregator | Monitor aggregator for Cosmos DB 4xx requests [available values: min, max or avg] | string | `sum` | no |
| cosmos_db_4xx_request_timeframe | Monitor timeframe for Cosmos DB 4xx requests [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| cosmos_db_4xx_requests_enabled | Flag to enable Cosmos DB 4xx requests monitor | string | `true` | no |
| cosmos_db_4xx_requests_message | Custom message for Cosmos DB 4xx requests monitor | string | `` | no |
| cosmos_db_4xx_requests_silenced | Groups to mute for Cosmos DB 4xx requests monitor | map | `<map>` | no |
| cosmos_db_5xx_request_rate_extra_tags | Extra tags for Cosmos DB 5xx requests monitor | list | `<list>` | no |
| cosmos_db_4xx_requests_silenced | Groups to mute for Cosmos DB 4xx requests monitor | map | `{}` | no |
| cosmos_db_5xx_request_rate_extra_tags | Extra tags for Cosmos DB 5xx requests monitor | list | `[]` | no |
| cosmos_db_5xx_request_rate_threshold_critical | Critical threshold for Cosmos DB 5xx requests monitor | string | `80` | no |
| cosmos_db_5xx_request_rate_threshold_warning | Warning threshold for Cosmos DB 5xx requests monitor | string | `50` | no |
| cosmos_db_5xx_request_time_aggregator | Monitor aggregator for Cosmos DB 5xx requests [available values: min, max or avg] | string | `sum` | no |
| cosmos_db_5xx_request_timeframe | Monitor timeframe for Cosmos DB 5xx requests [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| cosmos_db_5xx_requests_enabled | Flag to enable Cosmos DB 5xx requests monitor | string | `true` | no |
| cosmos_db_5xx_requests_message | Custom message for Cosmos DB 5xx requests monitor | string | `` | no |
| cosmos_db_5xx_requests_silenced | Groups to mute for Cosmos DB 5xx requests monitor | map | `<map>` | no |
| cosmos_db_5xx_requests_silenced | Groups to mute for Cosmos DB 5xx requests monitor | map | `{}` | no |
| cosmos_db_scaling_enabled | Flag to enable Cosmos DB scaling monitor | string | `true` | no |
| cosmos_db_scaling_error_rate_threshold_critical | Critical threshold for Cosmos DB scaling monitor | string | `10` | no |
| cosmos_db_scaling_error_rate_threshold_warning | Warning threshold for Cosmos DB scaling monitor | string | `5` | no |
| cosmos_db_scaling_extra_tags | Extra tags for Cosmos DB scaling monitor | list | `<list>` | no |
| cosmos_db_scaling_extra_tags | Extra tags for Cosmos DB scaling monitor | list | `[]` | no |
| cosmos_db_scaling_message | Custom message for Cosmos DB scaling monitor | string | `` | no |
| cosmos_db_scaling_silenced | Groups to mute for Cosmos DB scaling monitor | map | `<map>` | no |
| cosmos_db_scaling_silenced | Groups to mute for Cosmos DB scaling monitor | map | `{}` | no |
| cosmos_db_scaling_time_aggregator | Monitor aggregator for Cosmos DB scaling [available values: min, max or avg] | string | `sum` | no |
| cosmos_db_scaling_timeframe | Monitor timeframe for Cosmos DB scaling [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| environment | Architecture environment | string | - | yes |
@ -56,9 +56,9 @@ Creates DataDog monitors with the following checks:
| message | Message sent when a monitor is triggered | string | - | yes |
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |
| status_enabled | Flag to enable Cosmos DB status monitor | string | `true` | no |
| status_extra_tags | Extra tags for Cosmos DB status monitor | list | `<list>` | no |
| status_extra_tags | Extra tags for Cosmos DB status monitor | list | `[]` | no |
| status_message | Custom message for Cosmos DB status monitor | string | `` | no |
| status_silenced | Groups to mute for Cosmos DB status monitor | map | `<map>` | no |
| status_silenced | Groups to mute for Cosmos DB status monitor | map | `{}` | no |
| status_time_aggregator | Monitor aggregator for Cosmos DB status [available values: min, max or avg] | string | `max` | no |
| status_timeframe | Monitor timeframe for Cosmos DB status [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |

View File

@ -29,9 +29,9 @@ Creates DataDog monitors with the following checks:
| message | Message sent when a monitor is triggered | string | - | yes |
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |
| status_enabled | Flag to enable Datalake Store status monitor | string | `true` | no |
| status_extra_tags | Extra tags for Datalake Store status [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | list | `<list>` | no |
| status_extra_tags | Extra tags for Datalake Store status [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | list | `[]` | no |
| status_message | Custom message for Datalake Store status monitor | string | `` | no |
| status_silenced | Groups to mute for Datalake Store status monitor | map | `<map>` | no |
| status_silenced | Groups to mute for Datalake Store status monitor | map | `{}` | no |
| status_time_aggregator | Monitor aggregator for Datalake Store status [available values: min, max or avg] | string | `max` | no |
| status_timeframe | Monitor timeframe for Datalake Store status [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |

View File

@ -26,17 +26,17 @@ Creates DataDog monitors with the following checks:
|------|-------------|:----:|:-----:|:-----:|
| environment | Architecture environment | string | - | yes |
| errors_rate_enabled | Flag to enable Event Hub errors monitor | string | `true` | no |
| errors_rate_extra_tags | Extra tags for Event Hub errors monitor | list | `<list>` | no |
| errors_rate_extra_tags | Extra tags for Event Hub errors monitor | list | `[]` | no |
| errors_rate_message | Custom message for Event Hub errors monitor | string | `` | no |
| errors_rate_silenced | Groups to mute for Event Hub errors monitor | map | `<map>` | no |
| errors_rate_silenced | Groups to mute for Event Hub errors monitor | map | `{}` | no |
| errors_rate_thresold_critical | Errors ratio (percentage) to trigger the critical alert | string | `90` | no |
| errors_rate_thresold_warning | Errors ratio (percentage) to trigger a warning alert | string | `50` | no |
| errors_rate_timeframe | Monitor timeframe for Event Hub errors [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| evaluation_delay | Delay in seconds for the metric evaluation | string | `900` | no |
| failed_requests_rate_enabled | Flag to enable Event Hub failed requests monitor | string | `true` | no |
| failed_requests_rate_extra_tags | Extra tags for Event Hub failed requests monitor | list | `<list>` | no |
| failed_requests_rate_extra_tags | Extra tags for Event Hub failed requests monitor | list | `[]` | no |
| failed_requests_rate_message | Custom message for Event Hub failed requests monitor | string | `` | no |
| failed_requests_rate_silenced | Groups to mute for Event Hub failed requests monitor | map | `<map>` | no |
| failed_requests_rate_silenced | Groups to mute for Event Hub failed requests monitor | map | `{}` | no |
| failed_requests_rate_thresold_critical | Failed requests ratio (percentage) to trigger the critical alert | string | `90` | no |
| failed_requests_rate_thresold_warning | Failed requests ratio (percentage) to trigger a warning alert | string | `50` | no |
| failed_requests_rate_timeframe | Monitor timeframe for Event Hub failed requests [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
@ -45,9 +45,9 @@ Creates DataDog monitors with the following checks:
| message | Message sent when an alert is triggered | string | - | yes |
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |
| status_enabled | Flag to enable Event Hub status monitor | string | `true` | no |
| status_extra_tags | Extra tags for Event Hub status monitor | list | `<list>` | no |
| status_extra_tags | Extra tags for Event Hub status monitor | list | `[]` | no |
| status_message | Custom message for Event Hub status monitor | string | `` | no |
| status_silenced | Groups to mute for Event Hub status monitor | map | `<map>` | no |
| status_silenced | Groups to mute for Event Hub status monitor | map | `{}` | no |
| status_time_aggregator | Monitor aggregator for Event Hub status [available values: min, max or avg] | string | `max` | no |
| status_timeframe | Monitor timeframe for Event Hub status [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |

View File

@ -36,102 +36,102 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| dropped_d2c_telemetry_egress_enabled | Flag to enable IoT Hub dropped d2c telemetry monitor | string | `true` | no |
| dropped_d2c_telemetry_egress_extra_tags | Extra tags for IoT Hub dropped d2c telemetry monitor | list | `<list>` | no |
| dropped_d2c_telemetry_egress_extra_tags | Extra tags for IoT Hub dropped d2c telemetry monitor | list | `[]` | no |
| dropped_d2c_telemetry_egress_message | Custom message for IoT Hub dropped d2c telemetry monitor | string | `` | no |
| dropped_d2c_telemetry_egress_rate_threshold_critical | D2C Telemetry Dropped limit (critical threshold) | string | `90` | no |
| dropped_d2c_telemetry_egress_rate_threshold_warning | D2C Telemetry Dropped limit (warning threshold) | string | `50` | no |
| dropped_d2c_telemetry_egress_silenced | Groups to mute for IoT Hub dropped d2c telemetry monitor | map | `<map>` | no |
| dropped_d2c_telemetry_egress_silenced | Groups to mute for IoT Hub dropped d2c telemetry monitor | map | `{}` | no |
| dropped_d2c_telemetry_egress_timeframe | Monitor timeframe for IoT Hub dropped d2c telemetry [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| environment | Architecture Environment | string | - | yes |
| evaluation_delay | Delay in seconds for the metric evaluation | string | `900` | no |
| failed_c2d_methods_rate_enabled | Flag to enable IoT Hub failed c2d methods monitor | string | `true` | no |
| failed_c2d_methods_rate_extra_tags | Extra tags for IoT Hub failed c2d methods monitor | list | `<list>` | no |
| failed_c2d_methods_rate_extra_tags | Extra tags for IoT Hub failed c2d methods monitor | list | `[]` | no |
| failed_c2d_methods_rate_message | Custom message for IoT Hub failed c2d method monitor | string | `` | no |
| failed_c2d_methods_rate_silenced | Groups to mute for IoT Hub failed c2d methods monitor | map | `<map>` | no |
| failed_c2d_methods_rate_silenced | Groups to mute for IoT Hub failed c2d methods monitor | map | `{}` | no |
| failed_c2d_methods_rate_threshold_critical | C2D Methods Failed rate limit (critical threshold) | string | `90` | no |
| failed_c2d_methods_rate_threshold_warning | C2D Methods Failed rate limit (warning threshold) | string | `50` | no |
| failed_c2d_methods_rate_timeframe | Monitor timeframe for IoT Hub failed c2d method [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| failed_c2d_twin_read_rate_enabled | Flag to enable IoT Hub failed c2d twin read monitor | string | `true` | no |
| failed_c2d_twin_read_rate_extra_tags | Extra tags for IoT Hub failed c2d twin read monitor | list | `<list>` | no |
| failed_c2d_twin_read_rate_extra_tags | Extra tags for IoT Hub failed c2d twin read monitor | list | `[]` | no |
| failed_c2d_twin_read_rate_message | Custom message for IoT Hub failed c2d twin read monitor | string | `` | no |
| failed_c2d_twin_read_rate_silenced | Groups to mute for IoT Hub failed c2d twin read monitor | map | `<map>` | no |
| failed_c2d_twin_read_rate_silenced | Groups to mute for IoT Hub failed c2d twin read monitor | map | `{}` | no |
| failed_c2d_twin_read_rate_threshold_critical | C2D Twin Read Failed rate limit (critical threshold) | string | `90` | no |
| failed_c2d_twin_read_rate_threshold_warning | C2D Twin Read Failed rate limit (warning threshold) | string | `50` | no |
| failed_c2d_twin_read_rate_timeframe | Monitor timeframe for IoT Hub failed c2d twin read [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| failed_c2d_twin_update_rate_enabled | Flag to enable IoT Hub failed c2d twin update monitor | string | `true` | no |
| failed_c2d_twin_update_rate_extra_tags | Extra tags for IoT Hub failed c2d twin update monitor | list | `<list>` | no |
| failed_c2d_twin_update_rate_extra_tags | Extra tags for IoT Hub failed c2d twin update monitor | list | `[]` | no |
| failed_c2d_twin_update_rate_message | Custom message for IoT Hub failed c2d twin update monitor | string | `` | no |
| failed_c2d_twin_update_rate_silenced | Groups to mute for IoT Hub failed c2d twin update monitor | map | `<map>` | no |
| failed_c2d_twin_update_rate_silenced | Groups to mute for IoT Hub failed c2d twin update monitor | map | `{}` | no |
| failed_c2d_twin_update_rate_threshold_critical | C2D Twin Update Failed rate limit (critical threshold) | string | `90` | no |
| failed_c2d_twin_update_rate_threshold_warning | C2D Twin Update Failed rate limit (warning threshold) | string | `50` | no |
| failed_c2d_twin_update_rate_timeframe | Monitor timeframe for IoT Hub failed c2d twin update [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| failed_d2c_twin_read_rate_enabled | Flag to enable IoT Hub failed d2c twin read monitor | string | `true` | no |
| failed_d2c_twin_read_rate_extra_tags | Extra tags for IoT Hub failed d2c twin read monitor | list | `<list>` | no |
| failed_d2c_twin_read_rate_extra_tags | Extra tags for IoT Hub failed d2c twin read monitor | list | `[]` | no |
| failed_d2c_twin_read_rate_message | Custom message for IoT Hub failed d2c twin read monitor | string | `` | no |
| failed_d2c_twin_read_rate_silenced | Groups to mute for IoT Hub failed d2c twin read monitor | map | `<map>` | no |
| failed_d2c_twin_read_rate_silenced | Groups to mute for IoT Hub failed d2c twin read monitor | map | `{}` | no |
| failed_d2c_twin_read_rate_threshold_critical | D2C Twin Read Failed rate limit (critical threshold) | string | `90` | no |
| failed_d2c_twin_read_rate_threshold_warning | D2C Twin Read Failed rate limit (warning threshold) | string | `50` | no |
| failed_d2c_twin_read_rate_timeframe | Monitor timeframe for IoT Hub failed d2c twin read [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| failed_d2c_twin_update_rate_enabled | Flag to enable IoT Hub failed d2c twin update monitor | string | `true` | no |
| failed_d2c_twin_update_rate_extra_tags | Extra tags for IoT Hub failed d2c twin update monitor | list | `<list>` | no |
| failed_d2c_twin_update_rate_extra_tags | Extra tags for IoT Hub failed d2c twin update monitor | list | `[]` | no |
| failed_d2c_twin_update_rate_message | Custom message for IoT Hub failed d2c twin update monitor | string | `` | no |
| failed_d2c_twin_update_rate_silenced | Groups to mute for IoT Hub failed d2c twin update monitor | map | `<map>` | no |
| failed_d2c_twin_update_rate_silenced | Groups to mute for IoT Hub failed d2c twin update monitor | map | `{}` | no |
| failed_d2c_twin_update_rate_threshold_critical | D2C Twin Update Failed rate limit (critical threshold) | string | `90` | no |
| failed_d2c_twin_update_rate_threshold_warning | D2C Twin Update Failed rate limit (warning threshold) | string | `50` | no |
| failed_d2c_twin_update_rate_timeframe | Monitor timeframe for IoT Hub failed d2c twin update [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| failed_jobs_rate_enabled | Flag to enable IoT Hub failed jobs monitor | string | `true` | no |
| failed_jobs_rate_extra_tags | Extra tags for IoT Hub failed jobs monitor | list | `<list>` | no |
| failed_jobs_rate_extra_tags | Extra tags for IoT Hub failed jobs monitor | list | `[]` | no |
| failed_jobs_rate_message | Custom message for IoT Hub failed jobs monitor | string | `` | no |
| failed_jobs_rate_silenced | Groups to mute for IoT Hub failed jobs monitor | map | `<map>` | no |
| failed_jobs_rate_silenced | Groups to mute for IoT Hub failed jobs monitor | map | `{}` | no |
| failed_jobs_rate_threshold_critical | Jobs Failed rate limit (critical threshold) | string | `90` | no |
| failed_jobs_rate_threshold_warning | Jobs Failed rate limit (warning threshold) | string | `50` | no |
| failed_jobs_rate_timeframe | Monitor timeframe for IoT Hub failed jobs [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| failed_listjobs_rate_enabled | Flag to enable IoT Hub failed list jobs monitor | string | `true` | no |
| failed_listjobs_rate_extra_tags | Extra tags for IoT Hub failed list jobs monitor | list | `<list>` | no |
| failed_listjobs_rate_extra_tags | Extra tags for IoT Hub failed list jobs monitor | list | `[]` | no |
| failed_listjobs_rate_message | Custom message for IoT Hub failed list jobs monitor | string | `` | no |
| failed_listjobs_rate_silenced | Groups to mute for IoT Hub failed list jobs monitor | map | `<map>` | no |
| failed_listjobs_rate_silenced | Groups to mute for IoT Hub failed list jobs monitor | map | `{}` | no |
| failed_listjobs_rate_threshold_critical | ListJobs Failed rate limit (critical threshold) | string | `90` | no |
| failed_listjobs_rate_threshold_warning | ListJobs Failed rate limit (warning threshold) | string | `50` | no |
| failed_listjobs_rate_timeframe | Monitor timeframe for IoT Hub failed list jobs [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| failed_queryjobs_rate_enabled | Flag to enable IoT Hub failed query jobs monitor | string | `true` | no |
| failed_queryjobs_rate_extra_tags | Extra tags for IoT Hub failed query jobs monitor | list | `<list>` | no |
| failed_queryjobs_rate_extra_tags | Extra tags for IoT Hub failed query jobs monitor | list | `[]` | no |
| failed_queryjobs_rate_message | Custom message for IoT Hub failed query jobs monitor | string | `` | no |
| failed_queryjobs_rate_silenced | Groups to mute for IoT Hub failed query jobs monitor | map | `<map>` | no |
| failed_queryjobs_rate_silenced | Groups to mute for IoT Hub failed query jobs monitor | map | `{}` | no |
| failed_queryjobs_rate_threshold_critical | QueryJobs Failed rate limit (critical threshold) | string | `90` | no |
| failed_queryjobs_rate_threshold_warning | QueryJobs Failed rate limit (warning threshold) | string | `50` | no |
| failed_queryjobs_rate_timeframe | Monitor timeframe for IoT Hub failed query jobs [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| filter_tags | Tags used for filtering | string | `*` | no |
| invalid_d2c_telemetry_egress_enabled | Flag to enable IoT Hub invalid d2c telemetry monitor | string | `true` | no |
| invalid_d2c_telemetry_egress_extra_tags | Extra tags for IoT Hub invalid d2c telemetry monitor | list | `<list>` | no |
| invalid_d2c_telemetry_egress_extra_tags | Extra tags for IoT Hub invalid d2c telemetry monitor | list | `[]` | no |
| invalid_d2c_telemetry_egress_message | Custom message for IoT Hub invalid d2c telemetry monitor | string | `` | no |
| invalid_d2c_telemetry_egress_rate_threshold_critical | D2C Telemetry Invalid limit (critical threshold) | string | `90` | no |
| invalid_d2c_telemetry_egress_rate_threshold_warning | D2C Telemetry Invalid limit (warning threshold) | string | `50` | no |
| invalid_d2c_telemetry_egress_silenced | Groups to mute for IoT Hub invalid d2c telemetry monitor | map | `<map>` | no |
| invalid_d2c_telemetry_egress_silenced | Groups to mute for IoT Hub invalid d2c telemetry monitor | map | `{}` | no |
| invalid_d2c_telemetry_egress_timeframe | Monitor timeframe for IoT Hub invalid d2c telemetry [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| message | Message sent when an alert is triggered | string | - | yes |
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |
| orphaned_d2c_telemetry_egress_enabled | Flag to enable IoT Hub orphaned d2c telemetry monitor | string | `true` | no |
| orphaned_d2c_telemetry_egress_extra_tags | Extra tags for IoT Hub orphaned d2c telemetry monitor | list | `<list>` | no |
| orphaned_d2c_telemetry_egress_extra_tags | Extra tags for IoT Hub orphaned d2c telemetry monitor | list | `[]` | no |
| orphaned_d2c_telemetry_egress_message | Custom message for IoT Hub orphaned d2c telemetry monitor | string | `` | no |
| orphaned_d2c_telemetry_egress_rate_threshold_critical | D2C Telemetry Orphaned limit (critical threshold) | string | `90` | no |
| orphaned_d2c_telemetry_egress_rate_threshold_warning | D2C Telemetry Orphaned limit (warning threshold) | string | `50` | no |
| orphaned_d2c_telemetry_egress_silenced | Groups to mute for IoT Hub orphaned d2c telemetry monitor | map | `<map>` | no |
| orphaned_d2c_telemetry_egress_silenced | Groups to mute for IoT Hub orphaned d2c telemetry monitor | map | `{}` | no |
| orphaned_d2c_telemetry_egress_timeframe | Monitor timeframe for IoT Hub orphaned d2c telemetry [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| status_enabled | Flag to enable IoT Hub status monitor | string | `true` | no |
| status_extra_tags | Extra tags for IoT Hub status monitor | list | `<list>` | no |
| status_extra_tags | Extra tags for IoT Hub status monitor | list | `[]` | no |
| status_message | Custom message for IoT Hub status monitor | string | `` | no |
| status_silenced | Groups to mute for IoT Hub status monitor | map | `<map>` | no |
| status_silenced | Groups to mute for IoT Hub status monitor | map | `{}` | no |
| status_time_aggregator | Monitor aggregator for IoT Hub status [available values: min, max, sum or avg] | string | `max` | no |
| status_timeframe | Monitor timeframe for IoT Hub status [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| too_many_d2c_telemetry_ingress_nosent_enabled | Flag to enable IoT Hub unsent d2c telemetry monitor | string | `true` | no |
| too_many_d2c_telemetry_ingress_nosent_extra_tags | Extra tags for IoT Hub unsent d2c telemetry monitor | list | `<list>` | no |
| too_many_d2c_telemetry_ingress_nosent_extra_tags | Extra tags for IoT Hub unsent d2c telemetry monitor | list | `[]` | no |
| too_many_d2c_telemetry_ingress_nosent_message | Custom message for IoT Hub unsent d2c telemetry monitor | string | `` | no |
| too_many_d2c_telemetry_ingress_nosent_silenced | Groups to mute for IoT Hub unsent d2c telemetry monitor | map | `<map>` | no |
| too_many_d2c_telemetry_ingress_nosent_silenced | Groups to mute for IoT Hub unsent d2c telemetry monitor | map | `{}` | no |
| too_many_d2c_telemetry_ingress_nosent_timeframe | Monitor timeframe for IoT Hub unsent d2c telemetry [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| total_devices_enabled | Flag to enable IoT Hub total devices monitor | string | `true` | no |
| total_devices_extra_tags | Extra tags for IoT Hub total devices monitor | list | `<list>` | no |
| total_devices_extra_tags | Extra tags for IoT Hub total devices monitor | list | `[]` | no |
| total_devices_message | Custom message for IoT Hub total devices monitor | string | `` | no |
| total_devices_silenced | Groups to mute for IoT Hub total devices monitor | map | `<map>` | no |
| total_devices_silenced | Groups to mute for IoT Hub total devices monitor | map | `{}` | no |
| total_devices_time_aggregator | Monitor aggregator for IoT Hub total devices [available values: min, max, sum or avg] | string | `min` | no |
| total_devices_timeframe | Monitor timeframe for IoT Hub total devices [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |

View File

@ -25,17 +25,17 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| api_latency_enabled | Flag to enable Key Vault API latency monitor | string | `true` | no |
| api_latency_extra_tags | Extra tags for Key Vault API latency monitor | list | `<list>` | no |
| api_latency_extra_tags | Extra tags for Key Vault API latency monitor | list | `[]` | no |
| api_latency_message | Custom message for Key Vault API latency monitor | string | `` | no |
| api_latency_silenced | Groups to mute for Key Vault API latency monitor | map | `<map>` | no |
| api_latency_silenced | Groups to mute for Key Vault API latency monitor | map | `{}` | no |
| api_latency_threshold_critical | Critical threshold for Key Vault API latency rate | string | `100` | no |
| api_latency_threshold_warning | Warning threshold for Key Vault API latency rate | string | `80` | no |
| api_latency_time_aggregator | Monitor aggregator for Key Vault API latency [available values: min, max or avg] | string | `min` | no |
| api_latency_timeframe | Monitor timeframe for Key Vault API latency [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| api_result_enabled | Flag to enable Key Vault API result monitor | string | `true` | no |
| api_result_extra_tags | Extra tags for Key Vault API result monitor | list | `<list>` | no |
| api_result_extra_tags | Extra tags for Key Vault API result monitor | list | `[]` | no |
| api_result_message | Custom message for Key Vault API result monitor | string | `` | no |
| api_result_silenced | Groups to mute for Key Vault API result monitor | map | `<map>` | no |
| api_result_silenced | Groups to mute for Key Vault API result monitor | map | `{}` | no |
| api_result_threshold_critical | Critical threshold for Key Vault API result rate | string | `10` | no |
| api_result_threshold_warning | Warning threshold for Key Vault API result rate | string | `30` | no |
| api_result_time_aggregator | Monitor aggregator for Key Vault API result [available values: min, max or avg] | string | `sum` | no |
@ -47,9 +47,9 @@ Creates DataDog monitors with the following checks:
| message | Message sent when a monitor is triggered | string | - | yes |
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |
| status_enabled | Flag to enable Key Vault status monitor | string | `true` | no |
| status_extra_tags | Extra tags for Key Vault status monitor | list | `<list>` | no |
| status_extra_tags | Extra tags for Key Vault status monitor | list | `[]` | no |
| status_message | Custom message for Key Vault status monitor | string | `` | no |
| status_silenced | Groups to mute for Key Vault status monitor | map | `<map>` | no |
| status_silenced | Groups to mute for Key Vault status monitor | map | `{}` | no |
| status_time_aggregator | Monitor aggregator for Key Vault status [available values: min, max or avg] | string | `max` | no |
| status_timeframe | Monitor timeframe for Key Vault status [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |

View File

@ -28,9 +28,9 @@ Creates DataDog monitors with the following checks:
| environment | Architecture environment | string | - | yes |
| evaluation_delay | Delay in seconds for the metric evaluation | string | `900` | no |
| evictedkeys_limit_enabled | Flag to enable Redis evicted keys monitor | string | `true` | no |
| evictedkeys_limit_extra_tags | Extra tags for Redis evicted keys monitor | list | `<list>` | no |
| evictedkeys_limit_extra_tags | Extra tags for Redis evicted keys monitor | list | `[]` | no |
| evictedkeys_limit_message | Custom message for Redis evicted keys monitor | string | `` | no |
| evictedkeys_limit_silenced | Groups to mute for Redis evicted keys monitor | map | `<map>` | no |
| evictedkeys_limit_silenced | Groups to mute for Redis evicted keys monitor | map | `{}` | no |
| evictedkeys_limit_threshold_critical | Evicted keys limit (critical threshold) | string | `100` | no |
| evictedkeys_limit_threshold_warning | Evicted keys limit (warning threshold) | string | `0` | no |
| evictedkeys_limit_time_aggregator | Monitor aggregator for Redis evicted keys [available values: min, max or avg] | string | `avg` | no |
@ -40,25 +40,25 @@ Creates DataDog monitors with the following checks:
| message | Message sent when a Redis monitor is triggered | string | - | yes |
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |
| percent_processor_time_enabled | Flag to enable Redis processor monitor | string | `true` | no |
| percent_processor_time_extra_tags | Extra tags for Redis processor monitor | list | `<list>` | no |
| percent_processor_time_extra_tags | Extra tags for Redis processor monitor | list | `[]` | no |
| percent_processor_time_message | Custom message for Redis processor monitor | string | `` | no |
| percent_processor_time_silenced | Groups to mute for Redis processor monitor | map | `<map>` | no |
| percent_processor_time_silenced | Groups to mute for Redis processor monitor | map | `{}` | no |
| percent_processor_time_threshold_critical | Processor time percent (critical threshold) | string | `80` | no |
| percent_processor_time_threshold_warning | Processor time percent (warning threshold) | string | `60` | no |
| percent_processor_time_time_aggregator | Monitor aggregator for Redis processor [available values: min, max or avg] | string | `min` | no |
| percent_processor_time_timeframe | Monitor timeframe for Redis processor [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| server_load_rate_enabled | Flag to enable Redis server load monitor | string | `true` | no |
| server_load_rate_extra_tags | Extra tags for Redis server load monitor | list | `<list>` | no |
| server_load_rate_extra_tags | Extra tags for Redis server load monitor | list | `[]` | no |
| server_load_rate_message | Custom message for Redis server load monitor | string | `` | no |
| server_load_rate_silenced | Groups to mute for Redis server load monitor | map | `<map>` | no |
| server_load_rate_silenced | Groups to mute for Redis server load monitor | map | `{}` | no |
| server_load_rate_threshold_critical | Server CPU load rate (critical threshold) | string | `90` | no |
| server_load_rate_threshold_warning | Server CPU load rate (warning threshold) | string | `70` | no |
| server_load_rate_time_aggregator | Monitor aggregator for Redis server load [available values: min, max or avg] | string | `min` | no |
| server_load_rate_timeframe | Monitor timeframe for Redis server load [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| status_enabled | Flag to enable Redis status monitor | string | `true` | no |
| status_extra_tags | Extra tags for Redis status monitor | list | `<list>` | no |
| status_extra_tags | Extra tags for Redis status monitor | list | `[]` | no |
| status_message | Custom message for Redis status monitor | string | `` | no |
| status_silenced | Groups to mute for Redis status monitor | map | `<map>` | no |
| status_silenced | Groups to mute for Redis status monitor | map | `{}` | no |
| status_time_aggregator | Monitor aggregator for Redis status [available values: min, max or avg] | string | `max` | no |
| status_timeframe | Monitor timeframe for Redis status [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |

View File

@ -33,24 +33,24 @@ Creates DataDog monitors with the following checks:
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |
| no_active_connections_enabled | Flag to enable Service Bus status monitor | string | `true` | no |
| no_active_connections_message | Custom message for Service Bus status monitor | string | `` | no |
| no_active_connections_silenced | Groups to mute for Service Bus status monitor | map | `<map>` | no |
| no_active_connections_silenced | Groups to mute for Service Bus status monitor | map | `{}` | no |
| no_active_connections_time_aggregator | Monitor aggregator for Service Bus status [available values: min, max or avg] | string | `max` | no |
| no_active_connections_timeframe | Monitor timeframe for Service Bus status [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| server_errors_enabled | Flag to enable Service Bus server errors monitor | string | `true` | no |
| server_errors_message | Custom message for Service Bus server errors monitor | string | `` | no |
| server_errors_silenced | Groups to mute for Service Bus server errors monitor | map | `<map>` | no |
| server_errors_silenced | Groups to mute for Service Bus server errors monitor | map | `{}` | no |
| server_errors_threshold_critical | Critical threshold for Service Bus server errors monitor | string | `90` | no |
| server_errors_threshold_warning | Warning threshold for Service Bus server errors monitor | string | `50` | no |
| server_errors_timeframe | Monitor timeframe for Service Bus server errors [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| status_enabled | Flag to enable Service Bus status monitor | string | `true` | no |
| status_extra_tags | Extra tags for Service Bus status monitor | list | `<list>` | no |
| status_extra_tags | Extra tags for Service Bus status monitor | list | `[]` | no |
| status_message | Custom message for Service Bus status monitor | string | `` | no |
| status_silenced | Groups to mute for Service Bus status monitor | map | `<map>` | no |
| status_silenced | Groups to mute for Service Bus status monitor | map | `{}` | no |
| status_time_aggregator | Monitor aggregator for Service Bus status [available values: min, max or avg] | string | `max` | no |
| status_timeframe | Monitor timeframe for Service Bus status [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| user_errors_enabled | Flag to enable Service Bus user errors monitor | string | `true` | no |
| user_errors_message | Custom message for Service Bus user errors monitor | string | `` | no |
| user_errors_silenced | Groups to mute for Service Bus user errors monitor | map | `<map>` | no |
| user_errors_silenced | Groups to mute for Service Bus user errors monitor | map | `{}` | no |
| user_errors_threshold_critical | Critical threshold for Service Bus user errors monitor | string | `90` | no |
| user_errors_threshold_warning | Warning threshold for Service Bus user errors monitor | string | `50` | no |
| user_errors_timeframe | Monitor timeframe for Service Bus user errors [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |

View File

@ -26,31 +26,31 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| cpu_enabled | Flag to enable SQL CPU monitor | string | `true` | no |
| cpu_extra_tags | Extra tags for SQL CPU monitor | list | `<list>` | no |
| cpu_extra_tags | Extra tags for SQL CPU monitor | list | `[]` | no |
| cpu_message | Custom message for SQL CPU monitor | string | `` | no |
| cpu_silenced | Groups to mute for SQL CPU monitor | map | `<map>` | no |
| cpu_silenced | Groups to mute for SQL CPU monitor | map | `{}` | no |
| cpu_threshold_critical | CPU usage in percent (critical threshold) | string | `90` | no |
| cpu_threshold_warning | CPU usage in percent (warning threshold) | string | `80` | no |
| cpu_time_aggregator | Monitor aggregator for SQL CPU [available values: min, max or avg] | string | `min` | no |
| cpu_timeframe | Monitor timeframe for SQL CPU [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_15m` | no |
| deadlock_enabled | Flag to enable SQL Deadlock monitor | string | `true` | no |
| deadlock_extra_tags | Extra tags for SQL Deadlock monitor | list | `<list>` | no |
| deadlock_extra_tags | Extra tags for SQL Deadlock monitor | list | `[]` | no |
| deadlock_message | Custom message for SQL Deadlock monitor | string | `` | no |
| deadlock_silenced | Groups to mute for SQL Deadlock monitor | map | `<map>` | no |
| deadlock_silenced | Groups to mute for SQL Deadlock monitor | map | `{}` | no |
| deadlock_threshold_critical | Amount of Deadlocks (critical threshold) | string | `1` | no |
| deadlock_timeframe | Monitor timeframe for SQL Deadlock [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| diskspace_enabled | Flag to enable SQL disk space monitor | string | `true` | no |
| diskspace_extra_tags | Extra tags for SQL disk space monitor | list | `<list>` | no |
| diskspace_extra_tags | Extra tags for SQL disk space monitor | list | `[]` | no |
| diskspace_message | Custom message for SQL disk space monitor | string | `` | no |
| diskspace_silenced | Groups to mute for SQL disk space monitor | map | `<map>` | no |
| diskspace_silenced | Groups to mute for SQL disk space monitor | map | `{}` | no |
| diskspace_threshold_critical | Disk space used in percent (critical threshold) | string | `90` | no |
| diskspace_threshold_warning | Disk space used in percent (warning threshold) | string | `80` | no |
| diskspace_time_aggregator | Monitor aggregator for SQL disk space [available values: min, max or avg] | string | `max` | no |
| diskspace_timeframe | Monitor timeframe for SQL disk space [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_15m` | no |
| dtu_enabled | Flag to enable SQL DTU monitor | string | `true` | no |
| dtu_extra_tags | Extra tags for SQL DTU monitor | list | `<list>` | no |
| dtu_extra_tags | Extra tags for SQL DTU monitor | list | `[]` | no |
| dtu_message | Custom message for SQL DTU monitor | string | `` | no |
| dtu_silenced | Groups to mute for SQL DTU monitor | map | `<map>` | no |
| dtu_silenced | Groups to mute for SQL DTU monitor | map | `{}` | no |
| dtu_threshold_critical | Amount of DTU used (critical threshold) | string | `90` | no |
| dtu_threshold_warning | Amount of DTU used (warning threshold) | string | `85` | no |
| dtu_time_aggregator | Monitor aggregator for SQL DTU [available values: min, max or avg] | string | `avg` | no |

View File

@ -31,25 +31,25 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| authorization_error_requests_enabled | Flag to enable Storage authorization errors monitor | string | `true` | no |
| authorization_error_requests_extra_tags | Extra tags for Storage authorization errors monitor | list | `<list>` | no |
| authorization_error_requests_extra_tags | Extra tags for Storage authorization errors monitor | list | `[]` | no |
| authorization_error_requests_message | Custom message for Storage authorization errors monitor | string | `` | no |
| authorization_error_requests_silenced | Groups to mute for Storage authorization errors monitor | map | `<map>` | no |
| authorization_error_requests_silenced | Groups to mute for Storage authorization errors monitor | map | `{}` | no |
| authorization_error_requests_threshold_critical | Maximum acceptable percent of authorization error requests for a storage | string | `90` | no |
| authorization_error_requests_threshold_warning | Warning regarding acceptable percent of authorization error requests for a storage | string | `50` | no |
| authorization_error_requests_time_aggregator | Monitor aggregator for Storage authorization errors [available values: min, max or avg] | string | `min` | no |
| authorization_error_requests_timeframe | Monitor timeframe for Storage authorization errors [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| availability_enabled | Flag to enable Storage availability monitor | string | `true` | no |
| availability_extra_tags | Extra tags for Storage availability monitor | list | `<list>` | no |
| availability_extra_tags | Extra tags for Storage availability monitor | list | `[]` | no |
| availability_message | Custom message for Storage availability monitor | string | `` | no |
| availability_silenced | Groups to mute for Storage availability monitor | map | `<map>` | no |
| availability_silenced | Groups to mute for Storage availability monitor | map | `{}` | no |
| availability_threshold_critical | Minimum acceptable percent of availability for a storage | string | `50` | no |
| availability_threshold_warning | Warning regarding acceptable percent of availability for a storage | string | `90` | no |
| availability_time_aggregator | Monitor aggregator for Storage availability [available values: min, max or avg] | string | `max` | no |
| availability_timeframe | Monitor timeframe for Storage availability [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| client_other_error_requests_enabled | Flag to enable Storage other errors monitor | string | `true` | no |
| client_other_error_requests_extra_tags | Extra tags for Storage other errors monitor | list | `<list>` | no |
| client_other_error_requests_extra_tags | Extra tags for Storage other errors monitor | list | `[]` | no |
| client_other_error_requests_message | Custom message for Storage other errors monitor | string | `` | no |
| client_other_error_requests_silenced | Groups to mute for Storage other errors monitor | map | `<map>` | no |
| client_other_error_requests_silenced | Groups to mute for Storage other errors monitor | map | `{}` | no |
| client_other_error_requests_threshold_critical | Maximum acceptable percent of client other error requests for a storage | string | `90` | no |
| client_other_error_requests_threshold_warning | Warning regarding acceptable percent of client other error requests for a storage | string | `50` | no |
| client_other_error_requests_time_aggregator | Monitor aggregator for Storage other errors [available values: min, max or avg] | string | `min` | no |
@ -59,51 +59,51 @@ Creates DataDog monitors with the following checks:
| filter_tags_custom | Tags used for custom filtering when filter_tags_use_defaults is false | string | `*` | no |
| filter_tags_use_defaults | Use default filter tags convention | string | `true` | no |
| latency_enabled | Flag to enable Storage latency monitor | string | `true` | no |
| latency_extra_tags | Extra tags for Storage latency monitor | list | `<list>` | no |
| latency_extra_tags | Extra tags for Storage latency monitor | list | `[]` | no |
| latency_message | Custom message for Storage latency monitor | string | `` | no |
| latency_silenced | Groups to mute for Storage latency monitor | map | `<map>` | no |
| latency_silenced | Groups to mute for Storage latency monitor | map | `{}` | no |
| latency_threshold_critical | Maximum acceptable end to end latency (ms) for a storage | string | `2000` | no |
| latency_threshold_warning | Warning regarding acceptable end to end latency (ms) for a storage | string | `1000` | no |
| latency_time_aggregator | Monitor aggregator for Storage latency [available values: min, max or avg] | string | `min` | no |
| latency_timeframe | Monitor timeframe for Storage latency [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| message | Message sent when a Redis monitor is triggered | string | - | yes |
| network_error_requests_enabled | Flag to enable Storage network errors monitor | string | `true` | no |
| network_error_requests_extra_tags | Extra tags for Storage network errors monitor | list | `<list>` | no |
| network_error_requests_extra_tags | Extra tags for Storage network errors monitor | list | `[]` | no |
| network_error_requests_message | Custom message for Storage network errors monitor | string | `` | no |
| network_error_requests_silenced | Groups to mute for Storage network errors monitor | map | `<map>` | no |
| network_error_requests_silenced | Groups to mute for Storage network errors monitor | map | `{}` | no |
| network_error_requests_threshold_critical | Maximum acceptable percent of network error requests for a storage | string | `90` | no |
| network_error_requests_threshold_warning | Warning regarding acceptable percent of network error requests for a storage | string | `50` | no |
| network_error_requests_time_aggregator | Monitor aggregator for Storage network errors [available values: min, max or avg] | string | `min` | no |
| network_error_requests_timeframe | Monitor timeframe for Storage network errors [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |
| server_other_error_requests_enabled | Flag to enable Storage server other errors monitor | string | `true` | no |
| server_other_error_requests_extra_tags | Extra tags for Storage server other errors monitor | list | `<list>` | no |
| server_other_error_requests_extra_tags | Extra tags for Storage server other errors monitor | list | `[]` | no |
| server_other_error_requests_message | Custom message for Storage server other errors monitor | string | `` | no |
| server_other_error_requests_silenced | Groups to mute for Storage server other errors monitor | map | `<map>` | no |
| server_other_error_requests_silenced | Groups to mute for Storage server other errors monitor | map | `{}` | no |
| server_other_error_requests_threshold_critical | Maximum acceptable percent of server other error requests for a storage | string | `90` | no |
| server_other_error_requests_threshold_warning | Warning regarding acceptable percent of server other error requests for a storage | string | `50` | no |
| server_other_error_requests_time_aggregator | Monitor aggregator for Storage other errors [available values: min, max or avg] | string | `min` | no |
| server_other_error_requests_timeframe | Monitor timeframe for Storage server other errors [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| successful_requests_enabled | Flag to enable Storage sucessful requests monitor | string | `true` | no |
| successful_requests_extra_tags | Extra tags for Storage sucessful requests monitor | list | `<list>` | no |
| successful_requests_extra_tags | Extra tags for Storage sucessful requests monitor | list | `[]` | no |
| successful_requests_message | Custom message for Storage sucessful requests monitor | string | `` | no |
| successful_requests_silenced | Groups to mute for Storage sucessful requests monitor | map | `<map>` | no |
| successful_requests_silenced | Groups to mute for Storage sucessful requests monitor | map | `{}` | no |
| successful_requests_threshold_critical | Minimum acceptable percent of successful requests for a storage | string | `10` | no |
| successful_requests_threshold_warning | Warning regarding acceptable percent of successful requests for a storage | string | `30` | no |
| successful_requests_time_aggregator | Monitor aggregator for Storage sucessful requests [available values: min, max or avg] | string | `max` | no |
| successful_requests_timeframe | Monitor timeframe for Storage sucessful requests [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| throttling_error_requests_enabled | Flag to enable Storage throttling error monitor | string | `true` | no |
| throttling_error_requests_extra_tags | Extra tags for Storage throttling error monitor | list | `<list>` | no |
| throttling_error_requests_extra_tags | Extra tags for Storage throttling error monitor | list | `[]` | no |
| throttling_error_requests_message | Custom message for Storage throttling error monitor | string | `` | no |
| throttling_error_requests_silenced | Groups to mute for Storage throttling error monitor | map | `<map>` | no |
| throttling_error_requests_silenced | Groups to mute for Storage throttling error monitor | map | `{}` | no |
| throttling_error_requests_threshold_critical | Maximum acceptable percent of throttling error requests for a storage | string | `90` | no |
| throttling_error_requests_threshold_warning | Warning regarding acceptable percent of throttling error requests for a storage | string | `50` | no |
| throttling_error_requests_time_aggregator | Monitor aggregator for Storage throttling errors [available values: min, max or avg] | string | `min` | no |
| throttling_error_requests_timeframe | Monitor timeframe for Storage throttling errors [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| timeout_error_requests_enabled | Flag to enable Storage timeout monitor | string | `true` | no |
| timeout_error_requests_extra_tags | Extra tags for Storage timeout monitor | list | `<list>` | no |
| timeout_error_requests_extra_tags | Extra tags for Storage timeout monitor | list | `[]` | no |
| timeout_error_requests_message | Custom message for Storage timeout monitor | string | `` | no |
| timeout_error_requests_silenced | Groups to mute for Storage timeout monitor | map | `<map>` | no |
| timeout_error_requests_silenced | Groups to mute for Storage timeout monitor | map | `{}` | no |
| timeout_error_requests_threshold_critical | Maximum acceptable percent of timeout error requests for a storage | string | `90` | no |
| timeout_error_requests_threshold_warning | Warning regarding acceptable percent of timeout error requests for a storage | string | `50` | no |
| timeout_error_requests_time_aggregator | Monitor aggregator for Storage timeout [available values: min, max or avg] | string | `min` | no |

View File

@ -27,9 +27,9 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| conversion_errors_enabled | Flag to enable Stream Analytics conversion errors monitor | string | `true` | no |
| conversion_errors_extra_tags | Extra tags for Stream Analytics conversion errors monitor | list | `<list>` | no |
| conversion_errors_extra_tags | Extra tags for Stream Analytics conversion errors monitor | list | `[]` | no |
| conversion_errors_message | Custom message for Stream Analytics conversion errors monitor | string | `` | no |
| conversion_errors_silenced | Groups to mute for Stream Analytics conversion errors monitor | map | `<map>` | no |
| conversion_errors_silenced | Groups to mute for Stream Analytics conversion errors monitor | map | `{}` | no |
| conversion_errors_threshold_critical | Conversion errors limit (critical threshold) | string | `10` | no |
| conversion_errors_threshold_warning | Conversion errors limit (warning threshold) | string | `0` | no |
| conversion_errors_time_aggregator | Monitor aggregator for Stream Analytics conversion errors [available values: min, max or avg] | string | `min` | no |
@ -37,9 +37,9 @@ Creates DataDog monitors with the following checks:
| environment | Architecture environment | string | - | yes |
| evaluation_delay | Delay in seconds for the metric evaluation | string | `900` | no |
| failed_function_requests_enabled | Flag to enable Stream Analytics failed requests monitor | string | `true` | no |
| failed_function_requests_extra_tags | Extra tags for Stream Analytics failed requests monitor | list | `<list>` | no |
| failed_function_requests_extra_tags | Extra tags for Stream Analytics failed requests monitor | list | `[]` | no |
| failed_function_requests_message | Custom message for Stream Analytics failed requests monitor | string | `` | no |
| failed_function_requests_silenced | Groups to mute for Stream Analytics failed requests monitor | map | `<map>` | no |
| failed_function_requests_silenced | Groups to mute for Stream Analytics failed requests monitor | map | `{}` | no |
| failed_function_requests_threshold_critical | Failed Function Request rate limit (critical threshold) | string | `10` | no |
| failed_function_requests_threshold_warning | Failed Function Request rate limit (warning threshold) | string | `0` | no |
| failed_function_requests_timeframe | Monitor timeframe for Stream Analytics failed requests [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
@ -48,23 +48,23 @@ Creates DataDog monitors with the following checks:
| message | Message sent when a Redis monitor is triggered | string | - | yes |
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |
| runtime_errors_enabled | Flag to enable Stream Analytics runtime errors monitor | string | `true` | no |
| runtime_errors_extra_tags | Extra tags for Stream Analytics runtime errors monitor | list | `<list>` | no |
| runtime_errors_extra_tags | Extra tags for Stream Analytics runtime errors monitor | list | `[]` | no |
| runtime_errors_message | Custom message for Stream Analytics runtime errors monitor | string | `` | no |
| runtime_errors_silenced | Groups to mute for Stream Analytics runtime errors monitor | map | `<map>` | no |
| runtime_errors_silenced | Groups to mute for Stream Analytics runtime errors monitor | map | `{}` | no |
| runtime_errors_threshold_critical | Runtime errors limit (critical threshold) | string | `10` | no |
| runtime_errors_threshold_warning | Runtime errors limit (warning threshold) | string | `0` | no |
| runtime_errors_time_aggregator | Monitor aggregator for Stream Analytics runtime errors [available values: min, max or avg] | string | `min` | no |
| runtime_errors_timeframe | Monitor timeframe for Stream Analytics runtime errors [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| status_enabled | Flag to enable Stream Analytics status monitor | string | `true` | no |
| status_extra_tags | Extra tags for Stream Analytics status monitor | list | `<list>` | no |
| status_extra_tags | Extra tags for Stream Analytics status monitor | list | `[]` | no |
| status_message | Custom message for Stream Analytics status monitor | string | `` | no |
| status_silenced | Groups to mute for Stream Analytics status monitor | map | `<map>` | no |
| status_silenced | Groups to mute for Stream Analytics status monitor | map | `{}` | no |
| status_time_aggregator | Monitor aggregator for Stream Analytics status [available values: min, max or avg] | string | `max` | no |
| status_timeframe | Monitor timeframe for Stream Analytics status [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| su_utilization_enabled | Flag to enable Stream Analytics utilization monitor | string | `true` | no |
| su_utilization_extra_tags | Extra tags for Stream Analytics utilization monitor | list | `<list>` | no |
| su_utilization_extra_tags | Extra tags for Stream Analytics utilization monitor | list | `[]` | no |
| su_utilization_message | Custom message for Stream Analytics utilization monitor | string | `` | no |
| su_utilization_silenced | Groups to mute for Stream Analytics utilization monitor | map | `<map>` | no |
| su_utilization_silenced | Groups to mute for Stream Analytics utilization monitor | map | `{}` | no |
| su_utilization_threshold_critical | Streaming Unit utilization rate limit (critical threshold) | string | `80` | no |
| su_utilization_threshold_warning | Streaming Unit utilization rate limit (warning threshold) | string | `60` | no |
| su_utilization_time_aggregator | Monitor aggregator for Stream Analytics utilization [available values: min, max or avg] | string | `min` | no |

View File

@ -31,25 +31,25 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| available_slots_enabled | Flag to enable GCP Big Query Available Slots monitor | string | `true` | no |
| available_slots_extra_tags | Extra tags for GCP Big Query Available Slots monitor | list | `<list>` | no |
| available_slots_extra_tags | Extra tags for GCP Big Query Available Slots monitor | list | `[]` | no |
| available_slots_message | Custom message for the Available Slots monitor | string | `` | no |
| available_slots_silenced | Groups to mute for GCP Big Query Available Slots monitor. | map | `<map>` | no |
| available_slots_silenced | Groups to mute for GCP Big Query Available Slots monitor. | map | `{}` | no |
| available_slots_threshold_critical | Available Slots (critical threshold) | string | `200` | no |
| available_slots_threshold_warning | Available Slots (warning threshold) | string | `300` | no |
| available_slots_timeframe | Timeframe for the Available Slots monitor | string | `last_5m` | no |
| concurrent_queries_enabled | Flag to enable GCP Big Query Concurrent Queries monitor | string | `true` | no |
| concurrent_queries_extra_tags | Extra tags for GCP Big Query Concurrent Queries monitor | list | `<list>` | no |
| concurrent_queries_extra_tags | Extra tags for GCP Big Query Concurrent Queries monitor | list | `[]` | no |
| concurrent_queries_message | Custom message for the Concurrent Queries monitor | string | `` | no |
| concurrent_queries_silenced | Groups to mute for GCP Big Query Concurrent Queries monitor | map | `<map>` | no |
| concurrent_queries_silenced | Groups to mute for GCP Big Query Concurrent Queries monitor | map | `{}` | no |
| concurrent_queries_threshold_critical | Concurrent Queries (critical threshold) (hard limit 50) | string | `45` | no |
| concurrent_queries_threshold_warning | Concurrent Queries (warning threshold) (hard limit 50) | string | `40` | no |
| concurrent_queries_timeframe | Timeframe for the Concurrent Queries monitor | string | `last_5m` | no |
| environment | Architecture environment | string | - | yes |
| evaluation_delay | Delay in seconds for the metric evaluation | string | `900` | no |
| execution_time_enabled | Flag to enable GCP Big Query Execution Time monitor | string | `true` | no |
| execution_time_extra_tags | Extra tags for GCP Big Query Execution Time monitor | list | `<list>` | no |
| execution_time_extra_tags | Extra tags for GCP Big Query Execution Time monitor | list | `[]` | no |
| execution_time_message | Custom message for the Execution Time monitor | string | `` | no |
| execution_time_silenced | Groups to mute for GCP Big Query Execution Time monitor. | map | `<map>` | no |
| execution_time_silenced | Groups to mute for GCP Big Query Execution Time monitor. | map | `{}` | no |
| execution_time_threshold_critical | Average Execution Time in seconds (critical threshold) | string | `150` | no |
| execution_time_threshold_warning | Average Execution Time in seconds (warning threshold) | string | `100` | no |
| execution_time_timeframe | Timeframe for the Execution Time monitor | string | `last_5m` | no |
@ -57,44 +57,44 @@ Creates DataDog monitors with the following checks:
| message | Message sent when a monitor is triggered | string | - | yes |
| new_host_delay | Delay in seconds for the new host evaluation | string | `300` | no |
| scanned_bytes_billed_enabled | Flag to enable GCP Big Query Scanned Bytes Billed monitor | string | `true` | no |
| scanned_bytes_billed_extra_tags | Extra tags for GCP Big Query Scanned Bytes Billed monitor | list | `<list>` | no |
| scanned_bytes_billed_extra_tags | Extra tags for GCP Big Query Scanned Bytes Billed monitor | list | `[]` | no |
| scanned_bytes_billed_message | Custom message for the Scanned Bytes Billed monitor | string | `` | no |
| scanned_bytes_billed_silenced | Groups to mute for GCP Big Query Scanned Bytes Billed monitor. | map | `<map>` | no |
| scanned_bytes_billed_silenced | Groups to mute for GCP Big Query Scanned Bytes Billed monitor. | map | `{}` | no |
| scanned_bytes_billed_threshold_critical | Scanned Bytes Billed (critical threshold) | string | `1` | no |
| scanned_bytes_billed_threshold_warning | Scanned Bytes Billed (warning threshold) | string | `0` | no |
| scanned_bytes_billed_timeframe | Timeframe for the Scanned Bytes Billed monitor | string | `last_4h` | no |
| scanned_bytes_enabled | Flag to enable GCP Big Query Scanned Bytes monitor | string | `true` | no |
| scanned_bytes_extra_tags | Extra tags for GCP Big Query Scanned Bytes monitor | list | `<list>` | no |
| scanned_bytes_extra_tags | Extra tags for GCP Big Query Scanned Bytes monitor | list | `[]` | no |
| scanned_bytes_message | Custom message for the Scanned Bytes monitor | string | `` | no |
| scanned_bytes_silenced | Groups to mute for GCP Big Query Scanned Bytes monitor. | map | `<map>` | no |
| scanned_bytes_silenced | Groups to mute for GCP Big Query Scanned Bytes monitor. | map | `{}` | no |
| scanned_bytes_threshold_critical | Scanned Bytes (critical threshold) | string | `1` | no |
| scanned_bytes_threshold_warning | Scanned Bytes (warning threshold) | string | `0` | no |
| scanned_bytes_timeframe | Timeframe for the Scanned Bytes monitor | string | `last_4h` | no |
| stored_bytes_enabled | Flag to enable GCP Big Query Stored Bytes monitor | string | `true` | no |
| stored_bytes_extra_tags | Extra tags for GCP Big Query Stored Bytes monitor | list | `<list>` | no |
| stored_bytes_extra_tags | Extra tags for GCP Big Query Stored Bytes monitor | list | `[]` | no |
| stored_bytes_message | Custom message for the Stored Bytes monitor | string | `` | no |
| stored_bytes_silenced | Groups to mute for GCP Big Query Stored Bytes monitor. | map | `<map>` | no |
| stored_bytes_silenced | Groups to mute for GCP Big Query Stored Bytes monitor. | map | `{}` | no |
| stored_bytes_threshold_critical | Stored Bytes in fraction (critical threshold) | string | `1` | no |
| stored_bytes_threshold_warning | Stored Bytes in fraction (warning threshold) | string | `0` | no |
| stored_bytes_timeframe | Timeframe for the Stored Bytes monitor | string | `last_5m` | no |
| table_count_enabled | Flag to enable GCP Big Query Table Count monitor | string | `true` | no |
| table_count_extra_tags | Extra tags for GCP Big Query Table Count monitor | list | `<list>` | no |
| table_count_extra_tags | Extra tags for GCP Big Query Table Count monitor | list | `[]` | no |
| table_count_message | Custom message for the Table Count monitor | string | `` | no |
| table_count_silenced | Groups to mute for GCP Big Query Table Count monitor. | map | `<map>` | no |
| table_count_silenced | Groups to mute for GCP Big Query Table Count monitor. | map | `{}` | no |
| table_count_threshold_critical | Table Count (critical threshold) | string | `1` | no |
| table_count_threshold_warning | Table Count (warning threshold) | string | `0` | no |
| table_count_timeframe | Timeframe for the Table Count monitor | string | `last_4h` | no |
| uploaded_bytes_billed_enabled | Flag to enable GCP Big Query Uploaded Bytes Billed monitor | string | `true` | no |
| uploaded_bytes_billed_extra_tags | Extra tags for GCP Big Query Scanned Bytes monitor | list | `<list>` | no |
| uploaded_bytes_billed_extra_tags | Extra tags for GCP Big Query Scanned Bytes monitor | list | `[]` | no |
| uploaded_bytes_billed_message | Custom message for the Uploaded Bytes Billed monitor | string | `` | no |
| uploaded_bytes_billed_silenced | Groups to mute for GCP Big Query Uploaded Bytes Billed monitor. | map | `<map>` | no |
| uploaded_bytes_billed_silenced | Groups to mute for GCP Big Query Uploaded Bytes Billed monitor. | map | `{}` | no |
| uploaded_bytes_billed_threshold_critical | Uploaded Bytes Billed (critical threshold) | string | `1` | no |
| uploaded_bytes_billed_threshold_warning | Uploaded Bytes Billed (warning threshold) | string | `0` | no |
| uploaded_bytes_billed_timeframe | Timeframe for the Uploaded Bytes Billed monitor | string | `last_4h` | no |
| uploaded_bytes_enabled | Flag to enable GCP Big Query Uploaded Bytes monitor | string | `true` | no |
| uploaded_bytes_extra_tags | Extra tags for GCP Big Query Uploaded Bytes monitor | list | `<list>` | no |
| uploaded_bytes_extra_tags | Extra tags for GCP Big Query Uploaded Bytes monitor | list | `[]` | no |
| uploaded_bytes_message | Custom message for the Uploaded Bytes monitor | string | `` | no |
| uploaded_bytes_silenced | Groups to mute for GCP Big Query Uploaded Bytes monitor. | map | `<map>` | no |
| uploaded_bytes_silenced | Groups to mute for GCP Big Query Uploaded Bytes monitor. | map | `{}` | no |
| uploaded_bytes_threshold_critical | Uploaded Bytes (critical threshold) | string | `1` | no |
| uploaded_bytes_threshold_warning | Uploaded Bytes (warning threshold) | string | `0` | no |
| uploaded_bytes_timeframe | Timeframe for the Uploaded Bytes monitor | string | `last_4h` | no |

View File

@ -28,31 +28,31 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| cpu_utilization_enabled | Flag to enable GCP Cloud SQL CPU Utilization monitor | string | `true` | no |
| cpu_utilization_extra_tags | Extra tags for GCP Cloud SQL CPU Utilization monitor | list | `<list>` | no |
| cpu_utilization_extra_tags | Extra tags for GCP Cloud SQL CPU Utilization monitor | list | `[]` | no |
| cpu_utilization_message | Custom message for the CPU Utilization monitor | string | `` | no |
| cpu_utilization_silenced | Groups to mute for GCP Cloud SQL CPU Utilization monitor | map | `<map>` | no |
| cpu_utilization_silenced | Groups to mute for GCP Cloud SQL CPU Utilization monitor | map | `{}` | no |
| cpu_utilization_threshold_critical | CPU Utilization in percentage (critical threshold) | string | `90` | no |
| cpu_utilization_threshold_warning | CPU Utilization in percentage (warning threshold) | string | `80` | no |
| cpu_utilization_time_aggregator | Time aggregator for the CPU Utilization monitor | string | `avg` | no |
| cpu_utilization_timeframe | Timeframe for the CPU Utilization monitor | string | `last_15m` | no |
| disk_utilization_enabled | Flag to enable GCP Cloud SQL Disk Utilization monitor | string | `true` | no |
| disk_utilization_extra_tags | Extra tags for GCP Cloud SQL CPU Utilization monitor | list | `<list>` | no |
| disk_utilization_extra_tags | Extra tags for GCP Cloud SQL CPU Utilization monitor | list | `[]` | no |
| disk_utilization_forecast_algorithm | Algorithm for the Disk Utilization Forecast monitor | string | `linear` | no |
| disk_utilization_forecast_deviations | Deviations for the Disk Utilization Forecast monitor | string | `1` | no |
| disk_utilization_forecast_enabled | Flag to enable GCP Cloud SQL Disk Utilization Forecast monitor | string | `true` | no |
| disk_utilization_forecast_extra_tags | Extra tags for GCP Cloud SQL Disk Utilization Forecast monitor | list | `<list>` | no |
| disk_utilization_forecast_extra_tags | Extra tags for GCP Cloud SQL Disk Utilization Forecast monitor | list | `[]` | no |
| disk_utilization_forecast_interval | Interval for the Disk Utilization Forecast monitor | string | `60m` | no |
| disk_utilization_forecast_linear_history | History for the Disk Utilization Forecast monitor | string | `3d` | no |
| disk_utilization_forecast_linear_model | Model for the Disk Utilization Forecast monitor | string | `default` | no |
| disk_utilization_forecast_message | Custom message for the Disk Utilization Forecast monitor | string | `` | no |
| disk_utilization_forecast_seasonal_seasonality | Seasonality for the Disk Utilization Forecast monitor | string | `weekly` | no |
| disk_utilization_forecast_silenced | Groups to mute for GCP Cloud SQL Disk Utilization Forecast monitor | map | `<map>` | no |
| disk_utilization_forecast_silenced | Groups to mute for GCP Cloud SQL Disk Utilization Forecast monitor | map | `{}` | no |
| disk_utilization_forecast_threshold_critical | Disk Utilization Forecast in percentage (critical threshold) | string | `80` | no |
| disk_utilization_forecast_threshold_critical_recovery | Disk Utilization Forecast in percentage (recovery threshold) | string | `72` | no |
| disk_utilization_forecast_time_aggregator | Time aggregator for the Disk Utilization Forecast monitor | string | `max` | no |
| disk_utilization_forecast_timeframe | Timeframe for the Disk Utilization Forecast monitor | string | `next_1w` | no |
| disk_utilization_message | Custom message for the Disk Utilization monitor | string | `` | no |
| disk_utilization_silenced | Groups to mute for GCP Cloud SQL Disk Utilization monitor | map | `<map>` | no |
| disk_utilization_silenced | Groups to mute for GCP Cloud SQL Disk Utilization monitor | map | `{}` | no |
| disk_utilization_threshold_critical | Disk Utilization in percentage (critical threshold) | string | `90` | no |
| disk_utilization_threshold_warning | Disk Utilization in percentage (warning threshold) | string | `80` | no |
| disk_utilization_time_aggregator | Time aggregator for the Disk Utilization monitor | string | `avg` | no |
@ -60,31 +60,31 @@ Creates DataDog monitors with the following checks:
| environment | Architecture environment | string | - | yes |
| evaluation_delay | Delay in seconds for the metric evaluation | string | `900` | no |
| failover_unavailable_enabled | Flag to enable GCP Cloud SQL Failover Unavailable monitor | string | `true` | no |
| failover_unavailable_extra_tags | Extra tags for GCP Cloud SQL Failover Unavailable monitor | list | `<list>` | no |
| failover_unavailable_extra_tags | Extra tags for GCP Cloud SQL Failover Unavailable monitor | list | `[]` | no |
| failover_unavailable_message | Custom message for the Failover Unavailable monitor | string | `` | no |
| failover_unavailable_silenced | Groups to mute for GCP Cloud SQL Failover Unavailable monitor | map | `<map>` | no |
| failover_unavailable_silenced | Groups to mute for GCP Cloud SQL Failover Unavailable monitor | map | `{}` | no |
| failover_unavailable_threshold_critical | Failover Unavailable critical threshold | string | `0` | no |
| failover_unavailable_time_aggregator | Time aggreggator for the Failover Unavailable monitor | string | `max` | no |
| failover_unavailable_timeframe | Timeframe for the Failover Unavailable monitor | string | `last_5m` | no |
| filter_tags | Tags used for filtering | string | `*` | no |
| memory_utilization_enabled | Flag to enable GCP Cloud SQL Memory Utilization monitor | string | `true` | no |
| memory_utilization_extra_tags | Extra tags for GCP Cloud SQL Memory Utilization monitor | list | `<list>` | no |
| memory_utilization_extra_tags | Extra tags for GCP Cloud SQL Memory Utilization monitor | list | `[]` | no |
| memory_utilization_forecast_algorithm | Algorithm for the Memory Utilization Forecast monitor | string | `linear` | no |
| memory_utilization_forecast_deviations | Deviations for the Memory Utilization Forecast monitor | string | `1` | no |
| memory_utilization_forecast_enabled | Flag to enable GCP Cloud SQL Memory Utilization Forecast monitor | string | `true` | no |
| memory_utilization_forecast_extra_tags | Extra tags for GCP Cloud SQL Memory Utilization Forecast monitor | list | `<list>` | no |
| memory_utilization_forecast_extra_tags | Extra tags for GCP Cloud SQL Memory Utilization Forecast monitor | list | `[]` | no |
| memory_utilization_forecast_interval | Interval for the Memory Utilization Forecast monitor | string | `30m` | no |
| memory_utilization_forecast_linear_history | History for the Memory Utilization Forecast monitor | string | `12h` | no |
| memory_utilization_forecast_linear_model | Model for the Memory Utilization Forecast monitor | string | `default` | no |
| memory_utilization_forecast_message | Custom message for the Memory Utilization Forecast monitor | string | `` | no |
| memory_utilization_forecast_seasonal_seasonality | Seasonality for the Memory Utilization Forecast monitor | string | `weekly` | no |
| memory_utilization_forecast_silenced | Groups to mute for GCP Cloud SQL Memory Utilization Forecast monitor | map | `<map>` | no |
| memory_utilization_forecast_silenced | Groups to mute for GCP Cloud SQL Memory Utilization Forecast monitor | map | `{}` | no |
| memory_utilization_forecast_threshold_critical | Memory Utilization Forecast in percentage (warning threshold) | string | `90` | no |
| memory_utilization_forecast_threshold_critical_recovery | Memory Utilization Forecast in percentage (recovery threshold) | string | `81` | no |
| memory_utilization_forecast_time_aggregator | Time aggregator for the Memory Utilization Forecast monitor | string | `max` | no |
| memory_utilization_forecast_timeframe | Timeframe for the Memory Utilization Forecast monitor | string | `next_3d` | no |
| memory_utilization_message | Custom message for the Memory Utilization monitor | string | `` | no |
| memory_utilization_silenced | Groups to mute for GCP Cloud SQL Memory Utilization monitor | map | `<map>` | no |
| memory_utilization_silenced | Groups to mute for GCP Cloud SQL Memory Utilization monitor | map | `{}` | no |
| memory_utilization_threshold_critical | Memory Utilization in percentage (critical threshold) | string | `90` | no |
| memory_utilization_threshold_warning | Memory Utilization in percentage (warning threshold) | string | `80` | no |
| memory_utilization_time_aggregator | Time aggregator for the Memory Utilization monitor | string | `avg` | no |

View File

@ -28,9 +28,9 @@ Creates DataDog monitors with the following checks:
| message | Message sent when a monitor is triggered | string | - | yes |
| new_host_delay | Delay in seconds for the new host evaluation | string | `300` | no |
| replication_lag_enabled | Flag to enable GCP Cloud SQL Replication Lag monitor | string | `true` | no |
| replication_lag_extra_tags | Extra tags for GCP Cloud SQL SQL Replication monitor | list | `<list>` | no |
| replication_lag_extra_tags | Extra tags for GCP Cloud SQL SQL Replication monitor | list | `[]` | no |
| replication_lag_message | Custom message for the Replication Lag monitor | string | `` | no |
| replication_lag_silenced | Groups to mute for GCP Cloud SQL Replication Lag monitor | map | `<map>` | no |
| replication_lag_silenced | Groups to mute for GCP Cloud SQL Replication Lag monitor | map | `{}` | no |
| replication_lag_threshold_critical | Seconds behind the master (critical threshold) | string | `180` | no |
| replication_lag_threshold_warning | Seconds behind the master (warning threshold) | string | `90` | no |
| replication_lag_time_aggregator | Time aggregator for the Replication Lag monitor | string | `min` | no |

View File

@ -27,17 +27,17 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| backend_latency_bucket_enabled | Flag to enable GCP LB Backend Latency monitor | string | `true` | no |
| backend_latency_bucket_extra_tags | Extra tags for GCP LB Backend Latency monitor | list | `<list>` | no |
| backend_latency_bucket_extra_tags | Extra tags for GCP LB Backend Latency monitor | list | `[]` | no |
| backend_latency_bucket_message | Custom message for the GCP LB Backend Latency monitor | string | `` | no |
| backend_latency_bucket_silenced | Groups to mute for GCP LB Backend Latency monitor | map | `<map>` | no |
| backend_latency_bucket_silenced | Groups to mute for GCP LB Backend Latency monitor | map | `{}` | no |
| backend_latency_bucket_threshold_critical | Latency in milliseconds (critical threshold) | string | `8000` | no |
| backend_latency_bucket_threshold_warning | Latency in milliseconds (warning threshold) | string | `4000` | no |
| backend_latency_bucket_time_aggregator | Timeframe for the GCP LB Backend Latency monitor | string | `min` | no |
| backend_latency_bucket_timeframe | Timeframe for the GCP LB Backend Latency monitor | string | `last_10m` | no |
| backend_latency_service_enabled | Flag to enable GCP LB Backend Latency monitor | string | `true` | no |
| backend_latency_service_extra_tags | Extra tags for GCP LB Backend Latency monitor | list | `<list>` | no |
| backend_latency_service_extra_tags | Extra tags for GCP LB Backend Latency monitor | list | `[]` | no |
| backend_latency_service_message | Custom message for the GCP LB Backend Latency monitor | string | `` | no |
| backend_latency_service_silenced | Groups to mute for GCP LB Backend Latency monitor | map | `<map>` | no |
| backend_latency_service_silenced | Groups to mute for GCP LB Backend Latency monitor | map | `{}` | no |
| backend_latency_service_threshold_critical | Latency in milliseconds (critical threshold) | string | `1500` | no |
| backend_latency_service_threshold_warning | Latency in milliseconds (warning threshold) | string | `1000` | no |
| backend_latency_service_time_aggregator | Timeframe for the GCP LB Backend Latency monitor | string | `min` | no |
@ -45,18 +45,18 @@ Creates DataDog monitors with the following checks:
| environment | Architecture environment | string | - | yes |
| error_rate_4xx_artificial_request | Divisor Delta for the GCP LB 4XX Errors monitor | string | `5` | no |
| error_rate_4xx_enabled | Flag to enable GCP LB 4XX Errors monitor | string | `true` | no |
| error_rate_4xx_extra_tags | Extra tags for GCP LB 4XX Errors monitor | list | `<list>` | no |
| error_rate_4xx_extra_tags | Extra tags for GCP LB 4XX Errors monitor | list | `[]` | no |
| error_rate_4xx_message | Custom message for the GCP LB 4XX Errors monitor | string | `` | no |
| error_rate_4xx_silenced | Groups to mute for GCP LB 4XX Errors monitor | map | `<map>` | no |
| error_rate_4xx_silenced | Groups to mute for GCP LB 4XX Errors monitor | map | `{}` | no |
| error_rate_4xx_threshold_critical | Rate error in percentage (critical threshold) | string | `60` | no |
| error_rate_4xx_threshold_warning | Rate error in percentage (warning threshold) | string | `50` | no |
| error_rate_4xx_time_aggregator | Timeframe for the GCP LB 4XX Errors monitor | string | `sum` | no |
| error_rate_4xx_timeframe | Timeframe for the GCP LB 4XX Errors monitor | string | `last_5m` | no |
| error_rate_5xx_artificial_request | Divisor Delta for the GCP LB 5XX Errors monitor | string | `5` | no |
| error_rate_5xx_enabled | Flag to enable GCP LB 5XX Errors monitor | string | `true` | no |
| error_rate_5xx_extra_tags | Extra tags for GCP LB 5XX Errors monitor | list | `<list>` | no |
| error_rate_5xx_extra_tags | Extra tags for GCP LB 5XX Errors monitor | list | `[]` | no |
| error_rate_5xx_message | Custom message for the GCP LB 5XX Errors monitor | string | `` | no |
| error_rate_5xx_silenced | Groups to mute for GCP LB 5XX Errors monitor | map | `<map>` | no |
| error_rate_5xx_silenced | Groups to mute for GCP LB 5XX Errors monitor | map | `{}` | no |
| error_rate_5xx_threshold_critical | Rate error in percentage (critical threshold) | string | `40` | no |
| error_rate_5xx_threshold_warning | Rate error in percentage (warning threshold) | string | `30` | no |
| error_rate_5xx_time_aggregator | Timeframe for the GCP LB 5XX Errors monitor | string | `sum` | no |
@ -66,9 +66,9 @@ Creates DataDog monitors with the following checks:
| message | Message sent when a monitor is triggered | string | - | yes |
| new_host_delay | Delay in seconds for the new host evaluation | string | `300` | no |
| request_count_enabled | Flag to enable GCP LB Request Count monitor | string | `true` | no |
| request_count_extra_tags | Extra tags for GCP LB Request Count monitor | list | `<list>` | no |
| request_count_extra_tags | Extra tags for GCP LB Request Count monitor | list | `[]` | no |
| request_count_message | Custom message for the GCP LB Request Count monitor | string | `` | no |
| request_count_silenced | Groups to mute for GCP LB Request Count monitor | map | `<map>` | no |
| request_count_silenced | Groups to mute for GCP LB Request Count monitor | map | `{}` | no |
| request_count_threshold_critical | Desviation in percentage (critical threshold) | string | `500` | no |
| request_count_threshold_warning | Desviation in percentage (warning threshold) | string | `250` | no |
| request_count_time_aggregator | Timeframe for the GCP LB Request Count monitor | string | `sum` | no |

View File

@ -29,16 +29,16 @@ Creates DataDog monitors with the following checks:
| message | Message sent when a monitor is triggered | string | - | yes |
| new_host_delay | Delay in seconds for the new host evaluation | string | `300` | no |
| sending_operations_count_enabled | Flag to enable GCP Pub/Sub Unavailable Sending Operations Count monitor | string | `true` | no |
| sending_operations_count_extra_tags | Extra tags for GCP Pub/Sub Sending Operations Count monitor | list | `<list>` | no |
| sending_operations_count_extra_tags | Extra tags for GCP Pub/Sub Sending Operations Count monitor | list | `[]` | no |
| sending_operations_count_message | Custom message for the GCP Pub/Sub Sending Operations Count monitor | string | `` | no |
| sending_operations_count_silenced | Groups to mute for GCP Pub/Sub Sending Operations Count monitor | map | `<map>` | no |
| sending_operations_count_silenced | Groups to mute for GCP Pub/Sub Sending Operations Count monitor | map | `{}` | no |
| sending_operations_count_threshold_critical | Critical threshold for the number of sending operations. | string | `0` | no |
| sending_operations_count_time_aggregator | Timeframe for the GCP Pub/Sub Sending Operations Count monitor | string | `sum` | no |
| sending_operations_count_timeframe | Timeframe for the GCP Pub/Sub Sending Operations Count monitor | string | `last_30m` | no |
| unavailable_sending_operations_count_enabled | Flag to enable GCP Pub/Sub Unavailable Sending Operations Count monitor | string | `true` | no |
| unavailable_sending_operations_count_extra_tags | Extra tags for GCP Pub/Sub Unavailable Sending Operations Count monitor | list | `<list>` | no |
| unavailable_sending_operations_count_extra_tags | Extra tags for GCP Pub/Sub Unavailable Sending Operations Count monitor | list | `[]` | no |
| unavailable_sending_operations_count_message | Custom message for the GCP Pub/Sub Unavailable Sending Operations Count monitor | string | `` | no |
| unavailable_sending_operations_count_silenced | Groups to mute for GCP Pub/Sub Unavailable Sending Operations Count monitor | map | `<map>` | no |
| unavailable_sending_operations_count_silenced | Groups to mute for GCP Pub/Sub Unavailable Sending Operations Count monitor | map | `{}` | no |
| unavailable_sending_operations_count_threshold_critical | Critical threshold for the number of unavailable sending operations | string | `4` | no |
| unavailable_sending_operations_count_threshold_warning | Warning threshold for the number of unavailable sending operations | string | `2` | no |
| unavailable_sending_operations_count_time_aggregator | Timeframe for the GCP Pub/Sub Unavailable Sending Operations Count monitor | string | `sum` | no |

View File

@ -44,33 +44,33 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| cluster_initializing_shards_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| cluster_initializing_shards_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| cluster_initializing_shards_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| cluster_initializing_shards_message | Custom message for the Cluster Status monitor | string | `` | no |
| cluster_initializing_shards_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| cluster_initializing_shards_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| cluster_initializing_shards_threshold_critical | Cluster Status critical threshold | string | `2` | no |
| cluster_initializing_shards_threshold_warning | Cluster Status warning threshold | string | `1` | no |
| cluster_initializing_shards_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no |
| cluster_initializing_shards_timeframe | Timeframe for the Cluster Status monitor | string | `last_5m` | no |
| cluster_relocating_shards_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| cluster_relocating_shards_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| cluster_relocating_shards_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| cluster_relocating_shards_message | Custom message for the Cluster Status monitor | string | `` | no |
| cluster_relocating_shards_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| cluster_relocating_shards_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| cluster_relocating_shards_threshold_critical | Cluster Status critical threshold | string | `2` | no |
| cluster_relocating_shards_threshold_warning | Cluster Status warning threshold | string | `1` | no |
| cluster_relocating_shards_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no |
| cluster_relocating_shards_timeframe | Timeframe for the Cluster Status monitor | string | `last_5m` | no |
| cluster_status_not_green_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| cluster_status_not_green_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| cluster_status_not_green_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| cluster_status_not_green_message | Custom message for the Cluster Status monitor | string | `` | no |
| cluster_status_not_green_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| cluster_status_not_green_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| cluster_status_not_green_threshold_critical | Cluster Status critical threshold | string | `0` | no |
| cluster_status_not_green_threshold_warning | Cluster Status warning threshold | string | `1` | no |
| cluster_status_not_green_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no |
| cluster_status_not_green_timeframe | Timeframe for the Cluster Status monitor | string | `last_5m` | no |
| cluster_unassigned_shards_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| cluster_unassigned_shards_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| cluster_unassigned_shards_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| cluster_unassigned_shards_message | Custom message for the Cluster Status monitor | string | `` | no |
| cluster_unassigned_shards_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| cluster_unassigned_shards_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| cluster_unassigned_shards_threshold_critical | Cluster Status critical threshold | string | `2` | no |
| cluster_unassigned_shards_threshold_warning | Cluster Status warning threshold | string | `1` | no |
| cluster_unassigned_shards_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no |
@ -78,26 +78,26 @@ Creates DataDog monitors with the following checks:
| environment | Architecture environment | string | - | yes |
| evaluation_delay | Delay in seconds for the metric evaluation | string | `15` | no |
| fetch_change_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| fetch_change_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| fetch_change_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| fetch_change_message | Custom message for the Cluster Status monitor | string | `` | no |
| fetch_change_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| fetch_change_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| fetch_change_threshold_critical | Cluster Status critical threshold | string | `100` | no |
| fetch_change_threshold_warning | Cluster Status warning threshold | string | `75` | no |
| fetch_change_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no |
| fetch_change_timeframe | Timeframe for the Cluster Status monitor | string | `last_10m` | no |
| fetch_change_timeshift | Timeshift for the Cluster Status monitor | string | `last_10m` | no |
| fetch_latency_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| fetch_latency_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| fetch_latency_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| fetch_latency_message | Custom message for the Cluster Status monitor | string | `` | no |
| fetch_latency_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| fetch_latency_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| fetch_latency_threshold_critical | Cluster Status critical threshold | string | `4` | no |
| fetch_latency_threshold_warning | Cluster Status warning threshold | string | `2` | no |
| fetch_latency_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no |
| fetch_latency_timeframe | Timeframe for the Cluster Status monitor | string | `last_10m` | no |
| field_data_evictions_change_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| field_data_evictions_change_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| field_data_evictions_change_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| field_data_evictions_change_message | Custom message for the Cluster Status monitor | string | `` | no |
| field_data_evictions_change_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| field_data_evictions_change_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| field_data_evictions_change_threshold_critical | Cluster Status critical threshold | string | `120` | no |
| field_data_evictions_change_threshold_warning | Cluster Status warning threshold | string | `60` | no |
| field_data_evictions_change_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no |
@ -106,9 +106,9 @@ Creates DataDog monitors with the following checks:
| filter_tags_custom | Tags used for custom filtering when filter_tags_use_defaults is false | string | `*` | no |
| filter_tags_use_defaults | Use default filter tags convention | string | `true` | no |
| flush_latency_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| flush_latency_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| flush_latency_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| flush_latency_message | Custom message for the Cluster Status monitor | string | `` | no |
| flush_latency_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| flush_latency_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| flush_latency_threshold_critical | Cluster Status critical threshold | string | `100` | no |
| flush_latency_threshold_warning | Cluster Status warning threshold | string | `50` | no |
| flush_latency_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no |
@ -119,59 +119,59 @@ Creates DataDog monitors with the following checks:
| http_connections_anomaly_deviations | Deviations to detect the anomaly | string | `2` | no |
| http_connections_anomaly_direction | Direction of the anomaly. It can be both, below or above. | string | `above` | no |
| http_connections_anomaly_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| http_connections_anomaly_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| http_connections_anomaly_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| http_connections_anomaly_interval | Interval. | string | `60` | no |
| http_connections_anomaly_message | Custom message for the Cluster Status monitor | string | `` | no |
| http_connections_anomaly_seasonality | Seasonality of the algorithm | string | `hourly` | no |
| http_connections_anomaly_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| http_connections_anomaly_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| http_connections_anomaly_threshold_critical | Cluster Status critical threshold | string | `1` | no |
| http_connections_anomaly_threshold_warning | Cluster Status warning threshold | string | `0.75` | no |
| http_connections_anomaly_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no |
| http_connections_anomaly_timeframe | Timeframe for the Cluster Status monitor | string | `last_4h` | no |
| indexing_latency_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| indexing_latency_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| indexing_latency_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| indexing_latency_message | Custom message for the Cluster Status monitor | string | `` | no |
| indexing_latency_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| indexing_latency_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| indexing_latency_threshold_critical | Cluster Status critical threshold | string | `15` | no |
| indexing_latency_threshold_warning | Cluster Status warning threshold | string | `10` | no |
| indexing_latency_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no |
| indexing_latency_timeframe | Timeframe for the Cluster Status monitor | string | `last_10m` | no |
| jvm_gc_old_collection_latency_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| jvm_gc_old_collection_latency_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| jvm_gc_old_collection_latency_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| jvm_gc_old_collection_latency_message | Custom message for the Cluster Status monitor | string | `` | no |
| jvm_gc_old_collection_latency_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| jvm_gc_old_collection_latency_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| jvm_gc_old_collection_latency_threshold_critical | Cluster Status critical threshold | string | `200` | no |
| jvm_gc_old_collection_latency_threshold_warning | Cluster Status warning threshold | string | `160` | no |
| jvm_gc_old_collection_latency_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no |
| jvm_gc_old_collection_latency_timeframe | Timeframe for the Cluster Status monitor | string | `last_10m` | no |
| jvm_gc_young_collection_latency_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| jvm_gc_young_collection_latency_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| jvm_gc_young_collection_latency_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| jvm_gc_young_collection_latency_message | Custom message for the Cluster Status monitor | string | `` | no |
| jvm_gc_young_collection_latency_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| jvm_gc_young_collection_latency_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| jvm_gc_young_collection_latency_threshold_critical | Cluster Status critical threshold | string | `25` | no |
| jvm_gc_young_collection_latency_threshold_warning | Cluster Status warning threshold | string | `20` | no |
| jvm_gc_young_collection_latency_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no |
| jvm_gc_young_collection_latency_timeframe | Timeframe for the Cluster Status monitor | string | `last_10m` | no |
| jvm_heap_memory_usage_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| jvm_heap_memory_usage_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| jvm_heap_memory_usage_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| jvm_heap_memory_usage_message | Custom message for the Cluster Status monitor | string | `` | no |
| jvm_heap_memory_usage_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| jvm_heap_memory_usage_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| jvm_heap_memory_usage_threshold_critical | Cluster Status critical threshold | string | `90` | no |
| jvm_heap_memory_usage_threshold_warning | Cluster Status warning threshold | string | `80` | no |
| jvm_heap_memory_usage_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no |
| jvm_heap_memory_usage_timeframe | Timeframe for the Cluster Status monitor | string | `last_5m` | no |
| jvm_memory_old_usage_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| jvm_memory_old_usage_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| jvm_memory_old_usage_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| jvm_memory_old_usage_message | Custom message for the Cluster Status monitor | string | `` | no |
| jvm_memory_old_usage_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| jvm_memory_old_usage_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| jvm_memory_old_usage_threshold_critical | Cluster Status critical threshold | string | `90` | no |
| jvm_memory_old_usage_threshold_warning | Cluster Status warning threshold | string | `80` | no |
| jvm_memory_old_usage_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no |
| jvm_memory_old_usage_timeframe | Timeframe for the Cluster Status monitor | string | `last_10m` | no |
| jvm_memory_young_usage_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| jvm_memory_young_usage_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| jvm_memory_young_usage_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| jvm_memory_young_usage_message | Custom message for the Cluster Status monitor | string | `` | no |
| jvm_memory_young_usage_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| jvm_memory_young_usage_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| jvm_memory_young_usage_threshold_critical | Cluster Status critical threshold | string | `90` | no |
| jvm_memory_young_usage_threshold_warning | Cluster Status warning threshold | string | `80` | no |
| jvm_memory_young_usage_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no |
@ -179,58 +179,58 @@ Creates DataDog monitors with the following checks:
| message | Message sent when a monitor is triggered | string | - | yes |
| new_host_delay | Delay in seconds before begin to monitor new host | string | `300` | no |
| node_free_space_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| node_free_space_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| node_free_space_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| node_free_space_message | Custom message for the Cluster Status monitor | string | `` | no |
| node_free_space_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| node_free_space_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| node_free_space_threshold_critical | Cluster Status critical threshold | string | `10` | no |
| node_free_space_threshold_warning | Cluster Status warning threshold | string | `20` | no |
| node_free_space_time_aggregator | Time aggregator for the Cluster Status monitor | string | `sum` | no |
| node_free_space_timeframe | Timeframe for the Cluster Status monitor | string | `last_5m` | no |
| not_responding_enabled | Flag to enable Elasticsearch does not respond monitor | string | `true` | no |
| not_responding_extra_tags | Extra tags for Elasticsearch does not respond monitor | list | `<list>` | no |
| not_responding_extra_tags | Extra tags for Elasticsearch does not respond monitor | list | `[]` | no |
| not_responding_message | Custom message for Elasticsearch does not respond monitor | string | `` | no |
| not_responding_no_data_timeframe | Elasticsearch not responding monitor no data timeframe | string | `10` | no |
| not_responding_silenced | Groups to mute for Elasticsearch does not respond monitor | map | `<map>` | no |
| not_responding_silenced | Groups to mute for Elasticsearch does not respond monitor | map | `{}` | no |
| not_responding_threshold_warning | Elasticsearch not responding limit (warning threshold) | string | `3` | no |
| query_cache_evictions_change_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| query_cache_evictions_change_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| query_cache_evictions_change_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| query_cache_evictions_change_message | Custom message for the Cluster Status monitor | string | `` | no |
| query_cache_evictions_change_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| query_cache_evictions_change_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| query_cache_evictions_change_threshold_critical | Cluster Status critical threshold | string | `120` | no |
| query_cache_evictions_change_threshold_warning | Cluster Status warning threshold | string | `60` | no |
| query_cache_evictions_change_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no |
| query_cache_evictions_change_timeframe | Timeframe for the Cluster Status monitor | string | `last_15m` | no |
| query_cache_evictions_change_timeshift | Timeframe for the Cluster Status monitor | string | `last_15m` | no |
| request_cache_evictions_change_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| request_cache_evictions_change_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| request_cache_evictions_change_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| request_cache_evictions_change_message | Custom message for the Cluster Status monitor | string | `` | no |
| request_cache_evictions_change_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| request_cache_evictions_change_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| request_cache_evictions_change_threshold_critical | Cluster Status critical threshold | string | `120` | no |
| request_cache_evictions_change_threshold_warning | Cluster Status warning threshold | string | `60` | no |
| request_cache_evictions_change_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no |
| request_cache_evictions_change_timeframe | Timeframe for the Cluster Status monitor | string | `last_15m` | no |
| request_cache_evictions_change_timeshift | Timeshift for the Cluster Status monitor | string | `last_15m` | no |
| search_query_change_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| search_query_change_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| search_query_change_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| search_query_change_message | Custom message for the Cluster Status monitor | string | `` | no |
| search_query_change_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| search_query_change_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| search_query_change_threshold_critical | Cluster Status critical threshold | string | `100` | no |
| search_query_change_threshold_warning | Cluster Status warning threshold | string | `75` | no |
| search_query_change_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no |
| search_query_change_timeframe | Timeframe for the Cluster Status monitor | string | `last_10m` | no |
| search_query_change_timeshift | Timeshift for the Cluster Status monitor | string | `last_10m` | no |
| search_query_latency_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| search_query_latency_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| search_query_latency_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| search_query_latency_message | Custom message for the Cluster Status monitor | string | `` | no |
| search_query_latency_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| search_query_latency_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| search_query_latency_threshold_critical | Cluster Status critical threshold | string | `1` | no |
| search_query_latency_threshold_warning | Cluster Status warning threshold | string | `0.5` | no |
| search_query_latency_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no |
| search_query_latency_timeframe | Timeframe for the Cluster Status monitor | string | `last_10m` | no |
| task_time_in_queue_change_enabled | Flag to enable Cluster Status monitor | string | `true` | no |
| task_time_in_queue_change_extra_tags | Extra tags for Cluster Status monitor | list | `<list>` | no |
| task_time_in_queue_change_extra_tags | Extra tags for Cluster Status monitor | list | `[]` | no |
| task_time_in_queue_change_message | Custom message for the Cluster Status monitor | string | `` | no |
| task_time_in_queue_change_silenced | Groups to mute for Cluster Status monitor | map | `<map>` | no |
| task_time_in_queue_change_silenced | Groups to mute for Cluster Status monitor | map | `{}` | no |
| task_time_in_queue_change_threshold_critical | Cluster Status critical threshold | string | `200` | no |
| task_time_in_queue_change_threshold_warning | Cluster Status warning threshold | string | `100` | no |
| task_time_in_queue_change_time_aggregator | Time aggregator for the Cluster Status monitor | string | `avg` | no |

View File

@ -35,26 +35,26 @@ Creates DataDog monitors with the following checks:
| mongodb_lag_warning | Warn replication lag in s | string | `2` | no |
| mongodb_primary_aggregator | Monitor aggregator for MongoDB primary state [available values: min, max] | string | `max` | no |
| mongodb_primary_enabled | Flag to enable MongoDB primary state monitor | string | `true` | no |
| mongodb_primary_extra_tags | Extra tags for MongoDB primary state monitor | list | `<list>` | no |
| mongodb_primary_extra_tags | Extra tags for MongoDB primary state monitor | list | `[]` | no |
| mongodb_primary_message | Custom message for MongoDB primary monitor | string | `` | no |
| mongodb_primary_silenced | Groups to mute for MongoDB primary state monitor | map | `<map>` | no |
| mongodb_primary_silenced | Groups to mute for MongoDB primary state monitor | map | `{}` | no |
| mongodb_primary_timeframe | Monitor timeframe for MongoDB wrong state for primary node [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_1m` | no |
| mongodb_replication_aggregator | Monitor aggregator for MongoDB replication lag [available values: min, max, sum or avg] | string | `avg` | no |
| mongodb_replication_enabled | Flag to enable MongoDB replication lag monitor | string | `true` | no |
| mongodb_replication_extra_tags | Extra tags for MongoDB replication lag monitor | list | `<list>` | no |
| mongodb_replication_extra_tags | Extra tags for MongoDB replication lag monitor | list | `[]` | no |
| mongodb_replication_message | Custom message for MongoDB replication monitor | string | `` | no |
| mongodb_replication_silenced | Groups to mute for MongoDB replication lag monitor | map | `<map>` | no |
| mongodb_replication_silenced | Groups to mute for MongoDB replication lag monitor | map | `{}` | no |
| mongodb_replication_timeframe | Monitor timeframe for MongoDB replication lag [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_1m` | no |
| mongodb_secondary_aggregator | Monitor aggregator for MongoDB secondary state [available values: min, max] | string | `max` | no |
| mongodb_secondary_enabled | Flag to enable MongoDB secondary state monitor | string | `true` | no |
| mongodb_secondary_extra_tags | Extra tags for MongoDB secondary state monitor | list | `<list>` | no |
| mongodb_secondary_extra_tags | Extra tags for MongoDB secondary state monitor | list | `[]` | no |
| mongodb_secondary_message | Custom message for MongoDB secondary monitor | string | `` | no |
| mongodb_secondary_silenced | Groups to mute for MongoDB secondary state monitor | map | `<map>` | no |
| mongodb_secondary_silenced | Groups to mute for MongoDB secondary state monitor | map | `{}` | no |
| mongodb_secondary_timeframe | Monitor timeframe for MongoDB wrong state for secondaries nodes [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| mongodb_server_count_aggregator | Monitor aggregator for MongoDB server count [available values: min, max] | string | `min` | no |
| mongodb_server_count_enabled | Flag to enable MongoDB server count monitor | string | `true` | no |
| mongodb_server_count_message | Custom message for MongoDB server count | string | `` | no |
| mongodb_server_count_silenced | Groups to mute for MongoDB server count monitor | map | `<map>` | no |
| mongodb_server_count_silenced | Groups to mute for MongoDB server count monitor | map | `{}` | no |
| mongodb_server_count_timeframe | Monitor timeframe for MongoDB wrong server count [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_15m` | no |
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |

View File

@ -35,39 +35,39 @@ Creates DataDog monitors with the following checks:
| filter_tags_use_defaults | Use default filter tags convention | string | `true` | no |
| message | Message sent when an alert is triggered | string | - | yes |
| mysql_aborted_enabled | Flag to enable MySQL aborted connects monitor | string | `true` | no |
| mysql_aborted_extra_tags | Extra tags for MySQL aborted connects monitor | list | `<list>` | no |
| mysql_aborted_extra_tags | Extra tags for MySQL aborted connects monitor | list | `[]` | no |
| mysql_aborted_message | Custom message for MySQL aborted connects monitor | string | `` | no |
| mysql_aborted_silenced | Groups to mute for MySQL aborted connects monitor | map | `<map>` | no |
| mysql_aborted_silenced | Groups to mute for MySQL aborted connects monitor | map | `{}` | no |
| mysql_aborted_threshold_critical | Maximum critical acceptable percent of aborted connects | string | `10` | no |
| mysql_aborted_threshold_warning | Maximum warning acceptable percent of aborted connects | string | `5` | no |
| mysql_aborted_time_aggregator | Monitor time aggregator for MySQL aborted connects monitor [available values: min, max or avg] | string | `avg` | no |
| mysql_aborted_timeframe | Monitor timeframe for MySQL aborted connects monitor [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_10m` | no |
| mysql_availability_enabled | Flag to enable Mysql availability monitor | string | `true` | no |
| mysql_availability_extra_tags | Extra tags for Mysql availability monitor | list | `<list>` | no |
| mysql_availability_extra_tags | Extra tags for Mysql availability monitor | list | `[]` | no |
| mysql_availability_message | Custom message for Mysql availability monitor | string | `` | no |
| mysql_availability_no_data_timeframe | Mysql availability monitor no data timeframe | string | `10` | no |
| mysql_availability_silenced | Groups to mute for Mysql availability monitor | map | `<map>` | no |
| mysql_availability_silenced | Groups to mute for Mysql availability monitor | map | `{}` | no |
| mysql_availability_threshold_warning | Mysql availability monitor (warning threshold) | string | `3` | no |
| mysql_connection_enabled | Flag to enable MySQL connection monitor | string | `true` | no |
| mysql_connection_extra_tags | Extra tags for MySQL connection monitor | list | `<list>` | no |
| mysql_connection_extra_tags | Extra tags for MySQL connection monitor | list | `[]` | no |
| mysql_connection_message | Custom message for MySQL connection monitor | string | `` | no |
| mysql_connection_silenced | Groups to mute for MySQL connection monitor | map | `<map>` | no |
| mysql_connection_silenced | Groups to mute for MySQL connection monitor | map | `{}` | no |
| mysql_connection_threshold_critical | Maximum critical acceptable percent of connections | string | `80` | no |
| mysql_connection_threshold_warning | Maximum warning acceptable percent of connections | string | `70` | no |
| mysql_connection_time_aggregator | Monitor time aggregator for MySQL connection monitor [available values: min, max or avg] | string | `avg` | no |
| mysql_connection_timeframe | Monitor timeframe for MySQL connection monitor [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_10m` | no |
| mysql_pool_efficiency_enabled | Flag to enable MySQL innodb buffer pool efficiency monitor | string | `true` | no |
| mysql_pool_efficiency_extra_tags | Extra tags for MySQL innodb buffer pool efficiency monitor | list | `<list>` | no |
| mysql_pool_efficiency_extra_tags | Extra tags for MySQL innodb buffer pool efficiency monitor | list | `[]` | no |
| mysql_pool_efficiency_message | Custom message for MySQL innodb buffer pool efficiency monitor | string | `` | no |
| mysql_pool_efficiency_silenced | Groups to mute for MySQL innodb buffer pool efficiency monitor | map | `<map>` | no |
| mysql_pool_efficiency_silenced | Groups to mute for MySQL innodb buffer pool efficiency monitor | map | `{}` | no |
| mysql_pool_efficiency_threshold_critical | Maximum critical acceptable percent of innodb buffer pool efficiency | string | `20` | no |
| mysql_pool_efficiency_threshold_warning | Maximum warning acceptable percent of innodb buffer pool efficiency | string | `1` | no |
| mysql_pool_efficiency_time_aggregator | Monitor time aggregator for MySQL innodb buffer pool efficiency monitor [available values: min, max or avg] | string | `sum` | no |
| mysql_pool_efficiency_timeframe | Monitor timeframe for MySQL innodb buffer pool efficiency monitor [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_1h` | no |
| mysql_pool_utilization_enabled | Flag to enable MySQL innodb buffer pool utilization monitor | string | `true` | no |
| mysql_pool_utilization_extra_tags | Extra tags for MySQL innodb buffer pool utilization monitor | list | `<list>` | no |
| mysql_pool_utilization_extra_tags | Extra tags for MySQL innodb buffer pool utilization monitor | list | `[]` | no |
| mysql_pool_utilization_message | Custom message for MySQL innodb buffer pool utilization monitor | string | `` | no |
| mysql_pool_utilization_silenced | Groups to mute for MySQL innodb buffer pool utilization monitor | map | `<map>` | no |
| mysql_pool_utilization_silenced | Groups to mute for MySQL innodb buffer pool utilization monitor | map | `{}` | no |
| mysql_pool_utilization_threshold_critical | Maximum critical acceptable percent of innodb buffer pool utilization | string | `90` | no |
| mysql_pool_utilization_threshold_warning | Maximum warning acceptable percent of innodb buffer pool utilization | string | `75` | no |
| mysql_pool_utilization_time_aggregator | Monitor time aggregator for MySQL innodb buffer pool utilization monitor [available values: min, max or avg] | string | `min` | no |
@ -78,18 +78,18 @@ Creates DataDog monitors with the following checks:
| mysql_queries_deviations | Deviations to detect the anomaly | string | `5` | no |
| mysql_queries_direction | Direction of the anomaly. It can be both, below or above. | string | `both` | no |
| mysql_queries_enabled | Flag to enable mysql queries monitor | string | `true` | no |
| mysql_queries_extra_tags | Extra tags for MySQL queries monitor | list | `<list>` | no |
| mysql_queries_extra_tags | Extra tags for MySQL queries monitor | list | `[]` | no |
| mysql_queries_interval | Interval. | string | `60` | no |
| mysql_queries_message | Custom message for MySQL queries monitor | string | `` | no |
| mysql_queries_seasonality | Seasonality of the algorithm | string | `daily` | no |
| mysql_queries_silenced | Groups to mute for mysql queries monitor | map | `<map>` | no |
| mysql_queries_silenced | Groups to mute for mysql queries monitor | map | `{}` | no |
| mysql_queries_threshold_critical | Maximum critical acceptable number of queries | string | `1` | no |
| mysql_queries_time_aggregator | Monitor time aggregator for MySQL queries monitor [available values: min, max or avg] | string | `avg` | no |
| mysql_queries_timeframe | Monitor timeframe for MySQL queries monitor [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_4h` | no |
| mysql_slow_enabled | Flag to enable MySQL slow queries monitor | string | `true` | no |
| mysql_slow_extra_tags | Extra tags for MySQL slow queries monitor | list | `<list>` | no |
| mysql_slow_extra_tags | Extra tags for MySQL slow queries monitor | list | `[]` | no |
| mysql_slow_message | Custom message for MySQL slow queries monitor | string | `` | no |
| mysql_slow_silenced | Groups to mute for MySQL slow queries monitor | map | `<map>` | no |
| mysql_slow_silenced | Groups to mute for MySQL slow queries monitor | map | `{}` | no |
| mysql_slow_threshold_critical | Maximum critical acceptable percent of slow queries | string | `20` | no |
| mysql_slow_threshold_warning | Maximum warning acceptable percent of slow queries | string | `5` | no |
| mysql_slow_time_aggregator | Monitor time aggregator for MySQL slow queries monitor [available values: min, max or avg] | string | `avg` | no |
@ -100,11 +100,11 @@ Creates DataDog monitors with the following checks:
| mysql_threads_deviations | Deviations to detect the anomaly | string | `2` | no |
| mysql_threads_direction | Direction of the anomaly. It can be both, below or above. | string | `above` | no |
| mysql_threads_enabled | Flag to enable mysql threads monitor | string | `true` | no |
| mysql_threads_extra_tags | Extra tags for MySQL threads monitor | list | `<list>` | no |
| mysql_threads_extra_tags | Extra tags for MySQL threads monitor | list | `[]` | no |
| mysql_threads_interval | Interval. | string | `60` | no |
| mysql_threads_message | Custom message for MySQL threads monitor | string | `` | no |
| mysql_threads_seasonality | Seasonality of the algorithm | string | `daily` | no |
| mysql_threads_silenced | Groups to mute for mysql threads monitor | map | `<map>` | no |
| mysql_threads_silenced | Groups to mute for mysql threads monitor | map | `{}` | no |
| mysql_threads_threshold_critical | Maximum critical acceptable number of threads | string | `1` | no |
| mysql_threads_time_aggregator | Monitor time aggregator for MySQL threads monitor [available values: min, max or avg] | string | `avg` | no |
| mysql_threads_timeframe | Monitor timeframe for MySQL threads monitor [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_4h` | no |

View File

@ -30,23 +30,23 @@ Creates DataDog monitors with the following checks:
| filter_tags_use_defaults | Use default filter tags convention | string | `true` | no |
| message | Message sent when an alert is triggered | string | - | yes |
| new_host_delay | Delay in seconds for the metric evaluation | string | `300` | no |
| posgresql_lock_silenced | Groups to mute for PostgreSQL lock monitor | map | `<map>` | no |
| posgresql_lock_silenced | Groups to mute for PostgreSQL lock monitor | map | `{}` | no |
| postgresql_availability_enabled | Flag to enable PostgreSQL availability monitor | string | `true` | no |
| postgresql_availability_extra_tags | Extra tags for PostgreSQL availability monitor | list | `<list>` | no |
| postgresql_availability_extra_tags | Extra tags for PostgreSQL availability monitor | list | `[]` | no |
| postgresql_availability_message | Custom message for PostgreSQL availability monitor | string | `` | no |
| postgresql_availability_no_data_timeframe | PostgreSQL availability monitor no data timeframe | string | `10` | no |
| postgresql_availability_silenced | Groups to mute for PostgreSQL availability monitor | map | `<map>` | no |
| postgresql_availability_silenced | Groups to mute for PostgreSQL availability monitor | map | `{}` | no |
| postgresql_availability_threshold_warning | PostgreSQL availability monitor (warning threshold) | string | `3` | no |
| postgresql_connection_enabled | Flag to enable PostgreSQL connection monitor | string | `true` | no |
| postgresql_connection_extra_tags | Extra tags for PostgreSQL connection connects monitor | list | `<list>` | no |
| postgresql_connection_extra_tags | Extra tags for PostgreSQL connection connects monitor | list | `[]` | no |
| postgresql_connection_message | Custom message for PostgreSQL connection monitor | string | `` | no |
| postgresql_connection_silenced | Groups to mute for PostgreSQL connection monitor | map | `<map>` | no |
| postgresql_connection_silenced | Groups to mute for PostgreSQL connection monitor | map | `{}` | no |
| postgresql_connection_threshold_critical | Maximum critical acceptable percent of connections | string | `80` | no |
| postgresql_connection_threshold_warning | Maximum warning acceptable percent of connections | string | `70` | no |
| postgresql_connection_time_aggregator | Monitor time aggregator for PostgreSQL connection monitor [available values: min, max or avg] | string | `avg` | no |
| postgresql_connection_timeframe | Monitor timeframe for PostgreSQL connection monitor [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_15m` | no |
| postgresql_lock_enabled | Flag to enable PostgreSQL lock monitor | string | `true` | no |
| postgresql_lock_extra_tags | Extra tags for PostgreSQL lock connects monitor | list | `<list>` | no |
| postgresql_lock_extra_tags | Extra tags for PostgreSQL lock connects monitor | list | `[]` | no |
| postgresql_lock_message | Custom message for PostgreSQL lock monitor | string | `` | no |
| postgresql_lock_threshold_critical | Maximum critical acceptable number of locks | string | `99` | no |
| postgresql_lock_threshold_warning | Maximum warning acceptable number of locks | string | `70` | no |

View File

@ -32,9 +32,9 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| blocked_clients_enabled | Flag to enable Redis Blocked clients monitor | string | `true` | no |
| blocked_clients_extra_tags | Extra tags for Redis Blocked clients monitor | list | `<list>` | no |
| blocked_clients_extra_tags | Extra tags for Redis Blocked clients monitor | list | `[]` | no |
| blocked_clients_message | Custom message for Redis Blocked clients monitor | string | `` | no |
| blocked_clients_silenced | Groups to mute for Redis Blocked clients monitor | map | `<map>` | no |
| blocked_clients_silenced | Groups to mute for Redis Blocked clients monitor | map | `{}` | no |
| blocked_clients_threshold_critical | Blocked clients rate (critical threshold) | string | `30` | no |
| blocked_clients_threshold_warning | Blocked clients rate (warning threshold) | string | `10` | no |
| blocked_clients_time_aggregator | Monitor aggregator for Redis Blocked clients [available values: min, max or avg] | string | `min` | no |
@ -42,17 +42,17 @@ Creates DataDog monitors with the following checks:
| environment | Architecture environment | string | - | yes |
| evaluation_delay | Delay in seconds for the metric evaluation | string | `15` | no |
| evictedkeys_change_enabled | Flag to enable Redis evicted keys monitor | string | `true` | no |
| evictedkeys_change_extra_tags | Extra tags for Redis evicted keys monitor | list | `<list>` | no |
| evictedkeys_change_extra_tags | Extra tags for Redis evicted keys monitor | list | `[]` | no |
| evictedkeys_change_message | Custom message for Redis evicted keys monitor | string | `` | no |
| evictedkeys_change_silenced | Groups to mute for Redis evicted keys monitor | map | `<map>` | no |
| evictedkeys_change_silenced | Groups to mute for Redis evicted keys monitor | map | `{}` | no |
| evictedkeys_change_threshold_critical | Evicted keys change (critical threshold) | string | `100` | no |
| evictedkeys_change_threshold_warning | Evicted keys change (warning threshold) | string | `20` | no |
| evictedkeys_change_time_aggregator | Monitor aggregator for Redis evicted keys [available values: min, max or avg] | string | `avg` | no |
| evictedkeys_change_timeframe | Monitor timeframe for Redis evicted keys [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| expirations_rate_enabled | Flag to enable Redis keys expirations monitor | string | `true` | no |
| expirations_rate_extra_tags | Extra tags for Redis keys expirations monitor | list | `<list>` | no |
| expirations_rate_extra_tags | Extra tags for Redis keys expirations monitor | list | `[]` | no |
| expirations_rate_message | Custom message for Redis keys expirations monitor | string | `` | no |
| expirations_rate_silenced | Groups to mute for Redis keys expirations monitor | map | `<map>` | no |
| expirations_rate_silenced | Groups to mute for Redis keys expirations monitor | map | `{}` | no |
| expirations_rate_threshold_critical | Expirations percent (critical threshold) | string | `80` | no |
| expirations_rate_threshold_warning | Expirations percent (warning threshold) | string | `60` | no |
| expirations_rate_time_aggregator | Monitor aggregator for Redis keys expirations [available values: min, max or avg] | string | `min` | no |
@ -60,41 +60,41 @@ Creates DataDog monitors with the following checks:
| filter_tags_custom | Tags used for custom filtering when filter_tags_use_defaults is false | string | `*` | no |
| filter_tags_use_defaults | Use default filter tags convention | string | `true` | no |
| hitrate_enabled | Flag to enable Redis hitrate monitor | string | `true` | no |
| hitrate_extra_tags | Extra tags for Redis hitrate monitor | list | `<list>` | no |
| hitrate_extra_tags | Extra tags for Redis hitrate monitor | list | `[]` | no |
| hitrate_message | Custom message for Redis hitrate monitor | string | `` | no |
| hitrate_silenced | Groups to mute for Redis hitrate monitor | map | `<map>` | no |
| hitrate_silenced | Groups to mute for Redis hitrate monitor | map | `{}` | no |
| hitrate_threshold_critical | hitrate limit (critical threshold) | string | `10` | no |
| hitrate_threshold_warning | hitrate limit (warning threshold) | string | `30` | no |
| hitrate_time_aggregator | Monitor aggregator for Redis hitrate [available values: min, max or avg] | string | `max` | no |
| hitrate_timeframe | Monitor timeframe for Redis hitrate [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| keyspace_enabled | Flag to enable Redis keyspace monitor | string | `true` | no |
| keyspace_extra_tags | Extra tags for Redis keyspace monitor | list | `<list>` | no |
| keyspace_extra_tags | Extra tags for Redis keyspace monitor | list | `[]` | no |
| keyspace_message | Custom message for Redis keyspace monitor | string | `` | no |
| keyspace_silenced | Groups to mute for Redis keyspace monitor | map | `<map>` | no |
| keyspace_silenced | Groups to mute for Redis keyspace monitor | map | `{ "*": 0 }` | no |
| keyspace_threshold_critical | Keyspace no changement (critical threshold) | string | `0` | no |
| keyspace_threshold_warning | Keyspace no changement (warning threshold) | string | `1` | no |
| keyspace_time_aggregator | Monitor aggregator for Redis keyspace [available values: min, max or avg] | string | `min` | no |
| keyspace_timeframe | Monitor timeframe for Redis keyspace [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| latency_enabled | Flag to enable Redis latency monitor | string | `true` | no |
| latency_extra_tags | Extra tags for Redis latency monitor | list | `<list>` | no |
| latency_extra_tags | Extra tags for Redis latency monitor | list | `[]` | no |
| latency_message | Custom message for Redis latency monitor | string | `` | no |
| latency_silenced | Groups to mute for Redis latency monitor | map | `<map>` | no |
| latency_silenced | Groups to mute for Redis latency monitor | map | `{}` | no |
| latency_threshold_critical | latency limit (critical threshold) | string | `100` | no |
| latency_threshold_warning | latency limit (warning threshold) | string | `50` | no |
| latency_time_aggregator | Monitor aggregator for Redis latency [available values: min, max or avg] | string | `min` | no |
| latency_timeframe | Monitor timeframe for Redis latency [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| mem_frag_enabled | Flag to enable Redis memory RAM fragmentation monitor | string | `true` | no |
| mem_frag_extra_tags | Extra tags for Redis memory RAM fragmentation monitor | list | `<list>` | no |
| mem_frag_extra_tags | Extra tags for Redis memory RAM fragmentation monitor | list | `[]` | no |
| mem_frag_message | Custom message for Redis memory RAM fragmentation monitor | string | `` | no |
| mem_frag_silenced | Groups to mute for Redis memory RAM fragmentation monitor | map | `<map>` | no |
| mem_frag_silenced | Groups to mute for Redis memory RAM fragmentation monitor | map | `{}` | no |
| mem_frag_threshold_critical | memory RAM fragmentation limit (critical threshold) | string | `150` | no |
| mem_frag_threshold_warning | memory RAM fragmentation limit (warning threshold) | string | `130` | no |
| mem_frag_time_aggregator | Monitor aggregator for Redis memory RAM fragmentation [available values: min, max or avg] | string | `min` | no |
| mem_frag_timeframe | Monitor timeframe for Redis memory RAM fragmentation [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| mem_used_enabled | Flag to enable Redis RAM memory used monitor | string | `true` | no |
| mem_used_extra_tags | Extra tags for Redis RAM memory used monitor | list | `<list>` | no |
| mem_used_extra_tags | Extra tags for Redis RAM memory used monitor | list | `[]` | no |
| mem_used_message | Custom message for Redis RAM memory used monitor | string | `` | no |
| mem_used_silenced | Groups to mute for Redis RAM memory used monitor | map | `<map>` | no |
| mem_used_silenced | Groups to mute for Redis RAM memory used monitor | map | `{}` | no |
| mem_used_threshold_critical | RAM memory used limit (critical threshold) | string | `95` | no |
| mem_used_threshold_warning | RAM memory used limit (warning threshold) | string | `85` | no |
| mem_used_time_aggregator | Monitor aggregator for Redis RAM memory used [available values: min, max or avg] | string | `min` | no |
@ -102,15 +102,15 @@ Creates DataDog monitors with the following checks:
| message | Message sent when a Redis monitor is triggered | string | - | yes |
| new_host_delay | Delay in seconds for the metric evaluation | string | `300` | no |
| not_responding_enabled | Flag to enable Redis does not respond monitor | string | `true` | no |
| not_responding_extra_tags | Extra tags for Redis does not respond monitor | list | `<list>` | no |
| not_responding_extra_tags | Extra tags for Redis does not respond monitor | list | `[]` | no |
| not_responding_message | Custom message for Redis does not respond monitor | string | `` | no |
| not_responding_no_data_timeframe | Redis does not respond monitor no data timeframe | string | `10` | no |
| not_responding_silenced | Groups to mute for Redis does not respond monitor | map | `<map>` | no |
| not_responding_silenced | Groups to mute for Redis does not respond monitor | map | `{}` | no |
| not_responding_threshold_warning | Redis does not respond monitor (warning threshold) | string | `3` | no |
| rejected_con_enabled | Flag to enable Redis rejected connections errors monitor | string | `true` | no |
| rejected_con_extra_tags | Extra tags for Redis rejected connections errors monitor | list | `<list>` | no |
| rejected_con_extra_tags | Extra tags for Redis rejected connections errors monitor | list | `[]` | no |
| rejected_con_message | Custom message for Redis rejected connections errors monitor | string | `` | no |
| rejected_con_silenced | Groups to mute for Redis rejected connections errors monitor | map | `<map>` | no |
| rejected_con_silenced | Groups to mute for Redis rejected connections errors monitor | map | `{}` | no |
| rejected_con_threshold_critical | rejected connections errors limit (critical threshold) | string | `50` | no |
| rejected_con_threshold_warning | rejected connections errors limit (warning threshold) | string | `10` | no |
| rejected_con_time_aggregator | Monitor aggregator for Redis rejected connections errors [available values: min, max or avg] | string | `min` | no |

View File

@ -23,9 +23,9 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| apache_connect_enabled | Flag to enable Apache status monitor | string | `true` | no |
| apache_connect_extra_tags | Extra tags for Apache process monitor | list | `<list>` | no |
| apache_connect_extra_tags | Extra tags for Apache process monitor | list | `[]` | no |
| apache_connect_message | Custom message for Apache status monitor | string | `` | no |
| apache_connect_silenced | Groups to mute for Apache status monitor | map | `<map>` | no |
| apache_connect_silenced | Groups to mute for Apache status monitor | map | `{}` | no |
| apache_connect_threshold_critical | Apache status monitor (critical threshold) | string | `1.1754943508222875e-38` | no |
| environment | Architecture Environment | string | - | yes |
| evaluation_delay | Delay in seconds for the metric evaluation | string | `15` | no |

View File

@ -30,15 +30,15 @@ Creates DataDog monitors with the following checks:
| message | Message sent when an alert is triggered | string | - | yes |
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |
| nginx_connect_enabled | Flag to enable Nginx status monitor | string | `true` | no |
| nginx_connect_extra_tags | Extra tags for Nginx process monitor | list | `<list>` | no |
| nginx_connect_extra_tags | Extra tags for Nginx process monitor | list | `[]` | no |
| nginx_connect_message | Custom message for Nginx status monitor | string | `` | no |
| nginx_connect_no_data_timeframe | Nginx status monitor no data timeframe | string | `10` | no |
| nginx_connect_silenced | Groups to mute for Nginx status monitor | map | `<map>` | no |
| nginx_connect_silenced | Groups to mute for Nginx status monitor | map | `{}` | no |
| nginx_connect_threshold_warning | Nginx status monitor (warning threshold) | string | `3` | no |
| nginx_dropped_enabled | Flag to enable Nginx dropped monitor | string | `true` | no |
| nginx_dropped_extra_tags | Extra tags for Nginx dropped connections monitor | list | `<list>` | no |
| nginx_dropped_extra_tags | Extra tags for Nginx dropped connections monitor | list | `[]` | no |
| nginx_dropped_message | Custom message for Nginx dropped connections monitor | string | `` | no |
| nginx_dropped_silenced | Groups to mute for Nginx dropped connections monitor | map | `<map>` | no |
| nginx_dropped_silenced | Groups to mute for Nginx dropped connections monitor | map | `{}` | no |
| nginx_dropped_threshold_critical | Nginx dropped connections critical threshold | string | `0` | no |
| nginx_dropped_time_aggregator | Monitor aggregator for Nginx dropped connections [available values: min, max or avg] | string | `min` | no |
| nginx_dropped_timeframe | Monitor timeframe for Nginx dropped connections [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |

View File

@ -30,18 +30,18 @@ Creates DataDog monitors with the following checks:
| message | Message sent when an alert is triggered | string | - | yes |
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |
| php_fpm_busy_enabled | Flag to enable PHP FPM busy worker monitor | string | `true` | no |
| php_fpm_busy_extra_tags | Extra tags for PHP FPM busy worker monitor | list | `<list>` | no |
| php_fpm_busy_extra_tags | Extra tags for PHP FPM busy worker monitor | list | `[]` | no |
| php_fpm_busy_message | Custom message for PHP FPM busy worker monitor | string | `` | no |
| php_fpm_busy_silenced | Groups to mute for PHP FPM busy worker monitor | map | `<map>` | no |
| php_fpm_busy_silenced | Groups to mute for PHP FPM busy worker monitor | map | `{}` | no |
| php_fpm_busy_threshold_critical | php fpm busy critical threshold | string | `90` | no |
| php_fpm_busy_threshold_warning | php fpm busy warning threshold | string | `80` | no |
| php_fpm_busy_time_aggregator | Monitor aggregator for PHP FPM busy worker [available values: min, max or avg] | string | `avg` | no |
| php_fpm_busy_timeframe | Monitor timeframe for PHP FPM busy worker [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_10m` | no |
| php_fpm_connect_enabled | Flag to enable PHP FPM status monitor | string | `true` | no |
| php_fpm_connect_extra_tags | Extra tags for PHP FPM status monitor | list | `<list>` | no |
| php_fpm_connect_extra_tags | Extra tags for PHP FPM status monitor | list | `[]` | no |
| php_fpm_connect_message | Custom message for PHP FPM status monitor | string | `` | no |
| php_fpm_connect_no_data_timeframe | PHP FPM status monitor no data timeframe | string | `10` | no |
| php_fpm_connect_silenced | Groups to mute for PHP FPM status monitor | map | `<map>` | no |
| php_fpm_connect_silenced | Groups to mute for PHP FPM status monitor | map | `{}` | no |
| php_fpm_connect_threshold_warning | PHP FPM status monitor (warning threshold) | string | `3` | no |
## Outputs

View File

@ -91,7 +91,7 @@ EOF
done
IFS=$SAVEIFS
# auto generate terraform docs (inputs and outputs)
terraform-docs md ./ >> README.md
terraform-docs --with-aggregate-type-defaults md ./ >> README.md
# if README does not exist
if [[ $EXIST -eq 0 ]]; then
# Simply add empty documentation section

View File

@ -28,17 +28,17 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| cpu_high_enabled | Flag to enable CPU high monitor | string | `true` | no |
| cpu_high_extra_tags | Extra tags for CPU high monitor | list | `<list>` | no |
| cpu_high_extra_tags | Extra tags for CPU high monitor | list | `[]` | no |
| cpu_high_message | Custom message for CPU high monitor | string | `` | no |
| cpu_high_silenced | Groups to mute for CPU high monitor | map | `<map>` | no |
| cpu_high_silenced | Groups to mute for CPU high monitor | map | `{}` | no |
| cpu_high_threshold_critical | CPU high critical threshold | string | `90` | no |
| cpu_high_threshold_warning | CPU high warning threshold | string | `85` | no |
| cpu_high_time_aggregator | Monitor aggregator for CPU high [available values: min, max or avg] | string | `min` | no |
| cpu_high_timeframe | Monitor timeframe for CPU high [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_10m` | no |
| cpu_load_enabled | Flag to enable CPU load ratio monitor | string | `true` | no |
| cpu_load_extra_tags | Extra tags for CPU load ratio monitor | list | `<list>` | no |
| cpu_load_extra_tags | Extra tags for CPU load ratio monitor | list | `[]` | no |
| cpu_load_message | Custom message for CPU load ratio monitor | string | `` | no |
| cpu_load_silenced | Groups to mute for CPU load ratio monitor | map | `<map>` | no |
| cpu_load_silenced | Groups to mute for CPU load ratio monitor | map | `{}` | no |
| cpu_load_threshold_critical | CPU load ratio critical threshold | string | `2.5` | no |
| cpu_load_threshold_warning | CPU load ratio warning threshold | string | `2` | no |
| cpu_load_time_aggregator | Monitor aggregator for CPU load ratio [available values: min, max or avg] | string | `min` | no |
@ -48,39 +48,39 @@ Creates DataDog monitors with the following checks:
| filter_tags_custom | Tags used for custom filtering when filter_tags_use_defaults is false | string | `*` | no |
| filter_tags_use_defaults | Use default filter tags convention | string | `true` | no |
| free_disk_inodes_enabled | Flag to enable Free disk inodes monitor | string | `true` | no |
| free_disk_inodes_extra_tags | Extra tags for Free disk inodes monitor | list | `<list>` | no |
| free_disk_inodes_extra_tags | Extra tags for Free disk inodes monitor | list | `[]` | no |
| free_disk_inodes_message | Custom message for Free disk inodes monitor | string | `` | no |
| free_disk_inodes_silenced | Groups to mute for Free disk inodes monitor | map | `<map>` | no |
| free_disk_inodes_silenced | Groups to mute for Free disk inodes monitor | map | `{}` | no |
| free_disk_inodes_threshold_critical | Free disk space critical threshold | string | `5` | no |
| free_disk_inodes_threshold_warning | Free disk space warning threshold | string | `10` | no |
| free_disk_inodes_time_aggregator | Monitor aggregator for Free disk inodes [available values: min, max or avg] | string | `min` | no |
| free_disk_inodes_timeframe | Monitor timeframe for Free disk inodes [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| free_disk_space_enabled | Flag to enable Free diskspace monitor | string | `true` | no |
| free_disk_space_extra_tags | Extra tags for Free diskspace monitor | list | `<list>` | no |
| free_disk_space_extra_tags | Extra tags for Free diskspace monitor | list | `[]` | no |
| free_disk_space_forecast_algorithm | Algorithm for the Free diskspace Forecast monitor [available values: `linear` or `seasonal`] | string | `linear` | no |
| free_disk_space_forecast_deviations | Deviations for the Free diskspace Forecast monitor [available values: `1`, `2`, `3`, `4` or `5`] | string | `1` | no |
| free_disk_space_forecast_enabled | Flag to enable Free diskspace forecast monitor | string | `true` | no |
| free_disk_space_forecast_extra_tags | Extra tags for Free diskspace forecast monitor | list | `<list>` | no |
| free_disk_space_forecast_extra_tags | Extra tags for Free diskspace forecast monitor | list | `[]` | no |
| free_disk_space_forecast_interval | Interval for the Free diskspace Forecast monitor [available values: `30m`, `60m` or `120m`] | string | `60m` | no |
| free_disk_space_forecast_linear_history | History for the Free diskspace Forecast monitor [available values: `12h`, `#d` (1, 2, or 3), `#w` (1, or 2) or `#mo` (1, 2 or 3)] | string | `1w` | no |
| free_disk_space_forecast_linear_model | Model for the Free diskspace Forecast monitor [available values: `default`, `simple` or `reactive`] | string | `default` | no |
| free_disk_space_forecast_message | Custom message for Free diskspace forecast monitor | string | `` | no |
| free_disk_space_forecast_seasonal_seasonality | Seasonality for the Free diskspace Forecast monitor | string | `weekly` | no |
| free_disk_space_forecast_silenced | Groups to mute for Free diskspace forecast monitor | map | `<map>` | no |
| free_disk_space_forecast_silenced | Groups to mute for Free diskspace forecast monitor | map | `{}` | no |
| free_disk_space_forecast_threshold_critical | Free disk space forecast critical threshold | string | `80` | no |
| free_disk_space_forecast_threshold_critical_recovery | Free disk space forecast recovery threshold | string | `72` | no |
| free_disk_space_forecast_time_aggregator | Monitor aggregator for Free diskspace forecast [available values: min, max or avg] | string | `max` | no |
| free_disk_space_forecast_timeframe | Monitor timeframe for Free diskspace forecast [available values: `next_12h`, `next_#d` (1, 2, or 3), `next_#w` (1 or 2) or `next_#mo` (1, 2 or 3)] | string | `next_1w` | no |
| free_disk_space_message | Custom message for Free diskspace monitor | string | `` | no |
| free_disk_space_silenced | Groups to mute for Free diskspace monitor | map | `<map>` | no |
| free_disk_space_silenced | Groups to mute for Free diskspace monitor | map | `{}` | no |
| free_disk_space_threshold_critical | Free disk space critical threshold | string | `10` | no |
| free_disk_space_threshold_warning | Free disk space warning threshold | string | `20` | no |
| free_disk_space_time_aggregator | Monitor aggregator for Free diskspace [available values: min, max or avg] | string | `min` | no |
| free_disk_space_timeframe | Monitor timeframe for Free diskspace [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_5m` | no |
| free_memory_enabled | Flag to enable Free memory monitor | string | `true` | no |
| free_memory_extra_tags | Extra tags for Free memory monitor | list | `<list>` | no |
| free_memory_extra_tags | Extra tags for Free memory monitor | list | `[]` | no |
| free_memory_message | Custom message for Free memory monitor | string | - | yes |
| free_memory_silenced | Groups to mute for Free memory monitor | map | `<map>` | no |
| free_memory_silenced | Groups to mute for Free memory monitor | map | `{}` | no |
| free_memory_threshold_critical | Free disk space critical threshold | string | `5` | no |
| free_memory_threshold_warning | Free disk space warning threshold | string | `10` | no |
| free_memory_time_aggregator | Monitor aggregator for Free memory [available values: min, max or avg] | string | `max` | no |

View File

@ -29,10 +29,10 @@ Creates DataDog monitors with the following checks:
| message | Message sent when an alert is triggered | string | - | yes |
| new_host_delay | Delay in seconds before monitor new resource | string | `300` | no |
| unreachable_enabled | Flag to enable Host unreachable monitor | string | `true` | no |
| unreachable_extra_tags | Extra tags for Host unreachable monitor | list | `<list>` | no |
| unreachable_extra_tags | Extra tags for Host unreachable monitor | list | `[]` | no |
| unreachable_message | Custom message for Host unreachable monitor | string | `` | no |
| unreachable_no_data_timeframe | Timeframe for Host unreachable monitor to alert on no data | string | `20` | no |
| unreachable_silenced | Groups to mute for Host unreachable monitor | map | `<map>` | no |
| unreachable_silenced | Groups to mute for Host unreachable monitor | map | `{}` | no |
## Outputs