[Brightbox] Load balancer listener timeouts are now reported

This commit is contained in:
Paul Thornthwaite 2012-02-06 11:09:57 +00:00
parent f8c4900f92
commit e7313e555f
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ class Brightbox
LB_LISTENER = {
"in" => Integer,
"out" => Integer,
"protocol" => String
"protocol" => String,
"timeout" => Integer
}
LB_HEALTHCHECK = {
"type" => String,