MON-383 - Inputs removed

This commit is contained in:
Alexandre Gaillet 2018-12-31 14:56:05 +01:00
parent 3e8fe23a14
commit 67adeabbd8
4 changed files with 0 additions and 108 deletions

View File

@ -26,14 +26,6 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| compute_consumption_enabled | Flag to enable Mysql status monitor | string | `true` | no |
| compute_consumption_extra_tags | Extra tags for Mysql status monitor | list | `[]` | no |
| compute_consumption_message | Custom message for Mysql compute consumption monitor | string | `` | no |
| compute_consumption_silenced | Groups to mute for Mysql compute consumption monitor | map | `{}` | no |
| compute_consumption_threshold_critical | Mysql compute consumption in percent (critical threshold) | string | `90` | no |
| compute_consumption_threshold_warning | Mysql compute consumption in percent (warning threshold) | string | `80` | no |
| compute_consumption_time_aggregator | Monitor aggregator for Mysql compute consumption [available values: min, max or avg] | string | `min` | no |
| compute_consumption_timeframe | Monitor timeframe for Mysql compute consumption [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_15m` | no |
| cpu_usage_enabled | Flag to enable Mysql status monitor | string | `true` | no |
| cpu_usage_extra_tags | Extra tags for Mysql status monitor | list | `[]` | no |
| cpu_usage_message | Custom message for Mysql CPU monitor | string | `` | no |

View File

@ -204,52 +204,6 @@ variable "io_consumption_threshold_critical" {
default = "90"
}
variable "compute_consumption_silenced" {
description = "Groups to mute for Mysql compute consumption monitor"
type = "map"
default = {}
}
variable "compute_consumption_enabled" {
description = "Flag to enable Mysql status monitor"
type = "string"
default = "true"
}
variable "compute_consumption_extra_tags" {
description = "Extra tags for Mysql status monitor"
type = "list"
default = []
}
variable "compute_consumption_message" {
description = "Custom message for Mysql compute consumption monitor"
type = "string"
default = ""
}
variable "compute_consumption_time_aggregator" {
description = "Monitor aggregator for Mysql compute consumption [available values: min, max or avg]"
type = "string"
default = "min"
}
variable "compute_consumption_timeframe" {
description = "Monitor timeframe for Mysql compute consumption [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`]"
type = "string"
default = "last_15m"
}
variable "compute_consumption_threshold_warning" {
description = "Mysql compute consumption in percent (warning threshold)"
default = "80"
}
variable "compute_consumption_threshold_critical" {
description = "Mysql compute consumption in percent (critical threshold)"
default = "90"
}
variable "memory_usage_silenced" {
description = "Groups to mute for Mysql memory monitor"
type = "map"

View File

@ -26,14 +26,6 @@ Creates DataDog monitors with the following checks:
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| compute_consumption_enabled | Flag to enable PostgreSQL status monitor | string | `true` | no |
| compute_consumption_extra_tags | Extra tags for PostgreSQL status monitor | list | `[]` | no |
| compute_consumption_message | Custom message for PostgreSQL compute consumption monitor | string | `` | no |
| compute_consumption_silenced | Groups to mute for PostgreSQL compute consumption monitor | map | `{}` | no |
| compute_consumption_threshold_critical | PostgreSQL compute consumption in percent (critical threshold) | string | `90` | no |
| compute_consumption_threshold_warning | PostgreSQL compute consumption in percent (warning threshold) | string | `80` | no |
| compute_consumption_time_aggregator | Monitor aggregator for PostgreSQL compute consumption [available values: min, max or avg] | string | `min` | no |
| compute_consumption_timeframe | Monitor timeframe for PostgreSQL compute consumption [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`] | string | `last_15m` | no |
| cpu_usage_enabled | Flag to enable PostgreSQL status monitor | string | `true` | no |
| cpu_usage_extra_tags | Extra tags for PostgreSQL status monitor | list | `[]` | no |
| cpu_usage_message | Custom message for PostgreSQL CPU monitor | string | `` | no |

View File

@ -204,52 +204,6 @@ variable "io_consumption_threshold_critical" {
default = "90"
}
variable "compute_consumption_silenced" {
description = "Groups to mute for PostgreSQL compute consumption monitor"
type = "map"
default = {}
}
variable "compute_consumption_enabled" {
description = "Flag to enable PostgreSQL status monitor"
type = "string"
default = "true"
}
variable "compute_consumption_extra_tags" {
description = "Extra tags for PostgreSQL status monitor"
type = "list"
default = []
}
variable "compute_consumption_message" {
description = "Custom message for PostgreSQL compute consumption monitor"
type = "string"
default = ""
}
variable "compute_consumption_time_aggregator" {
description = "Monitor aggregator for PostgreSQL compute consumption [available values: min, max or avg]"
type = "string"
default = "min"
}
variable "compute_consumption_timeframe" {
description = "Monitor timeframe for PostgreSQL compute consumption [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`]"
type = "string"
default = "last_15m"
}
variable "compute_consumption_threshold_warning" {
description = "PostgreSQL compute consumption in percent (warning threshold)"
default = "80"
}
variable "compute_consumption_threshold_critical" {
description = "PostgreSQL compute consumption in percent (critical threshold)"
default = "90"
}
variable "memory_usage_silenced" {
description = "Groups to mute for PostgreSQL memory monitor"
type = "map"