{% extends "base.html" %}
{% block content %}
{% from 'include/input_macros.html' import input, select %}
{% include 'include/del_confirm.html' %}
{% include 'include/admin_users.html' %}
Name |
Description |
|
{% for group in groups %}
{% if group.1 == "All" %}
{{ group.1 }} |
{{ group.2 }} |
|
{% else %}
{% set id = 'name-' + group.0|string() %}
{{ input(id, value=group.1) }}
|
{% set id = 'descript-' + group.0|string() %}
{% if group.2 != "None" %}
{{ input(id, value=group.2, size='60') }}
{% else %}
{{ input(id, value='', size='60') }}
{% endif %}
|
|
{% endif %}
{% endfor %}
+ Add
How to setup groups you can read in this
article
{% include 'include/admin_servers.html' %}
{% include 'include/admin_ssh.html' %}
{% include 'include/admin_settings.html' %}
Service
|
Actions
|
Description |
You can read about services
here
Service |
Currnet version |
Last version |
|
Description
|
Note:
For updating you have to use HAProxy-WI RPM. How to start using repository read
here
If the HAProxy-WI server uses a proxy to connect to the Internet, add the proxy settings to yum.conf
Read more about updating in
docs
and
changelog
{% include 'include/admin_backup.html' %}
{% include 'include/mon_installation.html' %}
{% include 'include/admins_dialogs.html' %}
{% include 'include/change_pass_form.html' %}