config load-balance schedule-pool
Use this command to create a new schedule-pool which can control the working real server by schedule-group (config system schedule-group).
Syntax
config load-balance schedule-pool
edit <name>
set load-balance-pool <datasource>
set schedule <datasource>
next
end
load-balance-pool
|
Specify a real server pool. |
schedule
|
Schedule-group (configured by "config system schedule-group"). |
Example
config load-balance schedule-pool
edit "new"
set load-balance-pool example-pool
set schedule example-schedule
next
end