optimize modules example with real case
This commit is contained in:
parent
c06c025dcb
commit
1170ce276f
@ -1,16 +1,16 @@
|
|||||||
module "datadog-monitors" {
|
module "datadog-monitors" {
|
||||||
source = "../monitors"
|
source = "git:ssh://git@bitbucket.org/morea/terraform.datadog.monitors.git"
|
||||||
|
|
||||||
ho_escalation_group = "${var.ho_escalation_group}"
|
ho_escalation_group = "${var.ho_escalation_group}"
|
||||||
hno_escalation_group = "${var.hno_escalation_group}"
|
hno_escalation_group = "${var.hno_escalation_group}"
|
||||||
|
|
||||||
#default monitors templates integrations examples
|
#default monitors templates integrations examples
|
||||||
linux_basics = "${var.linux_basics}"
|
linux_basics = "${var.linux_basics}"
|
||||||
#nginx = "false"
|
#nginx = "disabled"
|
||||||
#aws_rds_mysql = "false"
|
#aws_rds_mysql = "disabled"
|
||||||
|
|
||||||
#custom monitors template integrations examples
|
#custom monitors template integrations examples
|
||||||
#cpu_custom = "true" #Will match the tag dd_cpu_high (NB: it will replace the basic cpu alert)
|
#cpu_custom = "enabled" #Will match the tag dd_cpu_high (NB: it will replace the basic cpu alert)
|
||||||
#cpu_custom_period = "60"
|
#cpu_custom_period = "60"
|
||||||
#cpu_custom_warning_threshold = "90"
|
#cpu_custom_warning_threshold = "90"
|
||||||
#cpu_custom_warning_escalation_msg = ${var.ho_escalation_group}
|
#cpu_custom_warning_escalation_msg = ${var.ho_escalation_group}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user