Merged in MON-108-typo-monitor-name-apache-middleware (pull request #39)
MON-108 fix typo in monitor name Approved-by: Adrien Broyere <adrien.broyere@fr.clara.net> Approved-by: Quentin Manfroi <quentin.manfroi@yahoo.fr> Approved-by: Jérôme Respaut <shr3ps@gmail.com>
This commit is contained in:
commit
4dfcb44c8c
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user