{% extends 'node/cluster/index.html' %} {% block toolbar_client %}class="active"{%endblock%} {% block clustering_content %}

In this mode, the node is not allowed to change configuration, it only downloads its from the master server. Configuration is downloaded by HTTPS with mutual validation of client and server using Root CA certificate. Please note you MUST have the same Root CA certificate installed on all clustered machines. Be sure NOT to use default Root CA!

{% if form.non_field_errors %}
ERROR: {% for error in form.non_field_errors %} {{ error|escape }} {% endfor %}
{% endif %}
{% csrf_token %}
{{form.sync_interval}}
{% if form.sync_interval.errors %} {{form.sync_interval.errors|striptags}} {% else %} Heartbeat and pull the configuration from the configuration server each N seconds. Default value is 5. {%endif%}
{{form.server_address}} {% if form.server_address.errors %} {{form.server_address.errors|striptags}} {% else %} Address of the server node to connect to. {%endif%}
{{form.server_port}}
{% if form.server_port.errors %} {{form.server_port.errors|striptags}} {% else %} Port of the server node to connect to. Default value is 18999. {%endif%}
{% endblock %}