MON-289 auto update
This commit is contained in:
parent
23cdf9059c
commit
d5ef548451
@ -16,8 +16,8 @@ module "datadog-monitors-middleware-nginx" {
|
||||
|
||||
Creates DataDog monitors with the following checks:
|
||||
|
||||
- Nginx vhost status does not respond
|
||||
- Nginx dropped connections
|
||||
- Nginx vhost status does not respond
|
||||
|
||||
## Inputs
|
||||
|
||||
|
||||
@ -5,5 +5,5 @@ output "datadog_nginx_process_id" {
|
||||
|
||||
output "datadog_nginx_dropped_connections_id" {
|
||||
description = "id for monitor datadog_nginx_dropped_connections"
|
||||
value = "${datadog_monitor.datadog_nginx_dropped_connections.id}"
|
||||
value = "${datadog_monitor.datadog_nginx_dropped_connections.*.id}"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user