MON-289 remove warning threshold for droppred connections

This commit is contained in:
Quentin Manfroi 2018-08-21 12:08:27 +02:00
parent 666e87a70f
commit ef8b68d664

View File

@ -37,7 +37,6 @@ resource "datadog_monitor" "datadog_nginx_dropped_connections" {
query = "${var.nginx_dropped_time_aggregator}(${var.nginx_dropped_timeframe}):avg:nginx.net.conn_dropped_per_s${module.filter-tags.query_alert} by {host} > ${var.nginx_dropped_threshold_critical}" query = "${var.nginx_dropped_time_aggregator}(${var.nginx_dropped_timeframe}):avg:nginx.net.conn_dropped_per_s${module.filter-tags.query_alert} by {host} > ${var.nginx_dropped_threshold_critical}"
thresholds { thresholds {
warning = "${var.nginx_dropped_threshold_warning}"
critical = "${var.nginx_dropped_threshold_critical}" critical = "${var.nginx_dropped_threshold_critical}"
} }