MON-287 fix wrong name for nginx variable
This commit is contained in:
parent
b50cea0d4e
commit
19323eece0
@ -38,7 +38,7 @@ variable "nginx_connect_message" {
|
|||||||
default = ""
|
default = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "apache_connect_threshold_critical" {
|
variable "nginx_connect_threshold_critical" {
|
||||||
description = "Nginx status monitor (critical threshold)"
|
description = "Nginx status monitor (critical threshold)"
|
||||||
type = "string"
|
type = "string"
|
||||||
default = 1.1754943508222875e-38
|
default = 1.1754943508222875e-38
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user