Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.

    Synopsis

    supervisor_host_policy = policy

    Policy is a designation for how the Supervisor determines which Workers will be allowed to join the farm.

    Values

    • restricted – hosts must be specified by name or address in the supervisor_worker_configfile
    • restrictedbyname – hosts must be specified by name in the supervisor_worker_configfile
    • restrictedbyaddress – hosts must be specified by IP address in the supervisor_worker_configfile
    • open – no restrictions, any host can join


    Example

    supervisor_host_policy = restrictedbyaddress

    ...