MON-224 Fix name of Failover alert which is valid for all and not only MySQL

This commit is contained in:
Rafael Romero Carmona 2018-06-15 11:29:43 +02:00 committed by Quentin Manfroi
parent 1673d8bbce
commit 989fe8794e

View File

@ -184,7 +184,7 @@ EOF
# Failover Unavailable
#
resource "datadog_monitor" "failover_unavailable" {
name = "[${var.environment}] Cloud SQL MySQL Failover Unavailable {{#is_alert}}{{{comparator}}} {{threshold}}% ({{value}}%){{/is_alert}}{{#is_warning}}{{{comparator}}} {{warn_threshold}}% ({{value}}%){{/is_warning}}"
name = "[${var.environment}] Cloud SQL Failover Unavailable {{#is_alert}}{{{comparator}}} {{threshold}}% ({{value}}%){{/is_alert}}{{#is_warning}}{{{comparator}}} {{warn_threshold}}% ({{value}}%){{/is_warning}}"
message = "${coalesce(var.failover_unavailable_message, var.message)}"
type = "metric alert"