MON-418 Change monitor name
This commit is contained in:
parent
69cbb1e448
commit
586e8218c2
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user