MON-418 Change monitor name

This commit is contained in:
Alexandre Gaillet 2019-04-05 10:05:34 +02:00
parent 69cbb1e448
commit 586e8218c2
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ module "datadog-monitors-cloud-azure-load-balancer" {
Creates DataDog monitors with the following checks:
- Load Balancer is down
- Load Balancer is unreachable
## Inputs

View File

@ -1,7 +1,7 @@
resource "datadog_monitor" "loadbalancer_status" {
count = "${var.status_enabled ? 1 : 0}"
name = "[${var.environment}] Load Balancer is down"
name = "[${var.environment}] Load Balancer is unreachable"
message = "${coalesce(var.status_message, var.message)}"
query = <<EOF