MON-74 decrease thresholds for 404 errors

This commit is contained in:
Quentin Manfroi 2017-12-15 13:13:09 +01:00
parent 886ae437f4
commit 7de2bf4aca

View File

@ -55,17 +55,17 @@ variable "memory_usage_threshold_warning" {
#################################
variable "http_404_requests_threshold_critical" {
default = 40
description = "Maximum critical acceptable percent of 404 errors"
}
variable "http_404_requests_threshold_warning" {
default = 30
description = "Maximum critical acceptable percent of 404 errors"
}
variable "http_404_requests_threshold_warning" {
default = 15
description = "Maximum warning acceptable percent of 404 errors"
}
#################################
### HTTP 202 status pages ###
### HTTP 2xx status pages ###
#################################
variable "http_2xx_requests_threshold_critical" {