- Interval:
+ Delay:
The interval between health checks. Must be greater than or equal to the timeout.
- Retries:
+ Max Retries:
The number of allowed connection failures before marking the member as inactive. Must be a
number from 1 to 10.
- Retries down:
+ Max Retries Down:
The number of allowed connection failures before marking the member as error. Must be a
number from 1 to 10. The default is 3.
@@ -32,20 +32,20 @@
- HTTP method:
+ HTTP Method:
The HTTP method used to perform the health check.
- Expected status codes:
+ Expected Codes:
The expected HTTP status codes to get from a successful health check. Must be a single number,
a comma separated list of numbers, or a range (two numbers separated by a hyphen).
- URL path:
+ URL Path:
The target of the health check HTTP request to the member. Must be a valid URL path.
diff --git a/octavia_dashboard/static/dashboard/project/lbaasv2/workflow/monitor/monitor.html b/octavia_dashboard/static/dashboard/project/lbaasv2/workflow/monitor/monitor.html
index b04e70e9..bb00cf44 100644
--- a/octavia_dashboard/static/dashboard/project/lbaasv2/workflow/monitor/monitor.html
+++ b/octavia_dashboard/static/dashboard/project/lbaasv2/workflow/monitor/monitor.html
@@ -6,7 +6,7 @@