MON-108 fix typo in monitor name

This commit is contained in:
Adrien Broyere 2018-01-17 18:07:15 +01:00
parent 19b978b023
commit a77d37664c

View File

@ -1,5 +1,5 @@
resource "datadog_monitor" "Apache_process" {
name = "[${var.env}] Nginx process is down on {{host.name}}"
name = "[${var.env}] Apache process is down on {{host.name}}"
message = "{{#is_alert}}\n${var.hno_escalation_group} \n{{/is_alert}} \n{{#is_recovery}}\n${var.hno_escalation_group}\n{{/is_recovery}}\n{{#is_warning}}\n${var.ho_escalation_group} \n{{/is_warning}} \n{{#is_warning_recovery}}\n${var.ho_escalation_group}\n{{/is_warning_recovery}}"
type = "service check"