{% extends "base.html" %} {% block content %} {% from 'include/input_macros.html' import input %} {% include 'include/del_confirm.html' %}
{% for user in users %} {% include 'include/admin_users.html' %} {% endfor %}
Login name Password Active Email Role Group

+ Add

{% for group in groups %} {% if group.1 == "All" %} {% else %} {% endif %} {% endfor %}
Name Description
{{ group.1 }} {{ group.2 }} {% if group.2 != "None" %} {% else %} {% endif %}

+ Add

How to setup groups you can watch in this video here
{% for server in servers %} {% include 'include/admin_servers.html' %} {% endfor %}
Hostname IP Port Group Enable Virt Alert Metrics Start Slave for Credentials Description

+ Add

You can read the description of all parameters here or watch video here
{% for ssh in sshs %} {% endfor %}
Name SSH key Group Credentials
{% if ssh.2 == 1 %} {% else %} {% endif %}

{% if ssh.2 == 1 %} {% else %} {% endif %}

+ Add

Upload SSH Key Key


Upload
You can read the description of all parameters here or watch video here
{% for telegram in telegrams %} {% endfor %}
Token Channel name Group

+ Add

You can read the description of all parameters here
{% set section = namespace(section='') %} {% for set in settings %} {% if section.section|string() != set.2|string() %} {% endif %} {% set section.section = set.2 %} {% endfor %}
Parameter Value Description

{{ set.2 }} section

{{set.0}} {% if set.0 == 'ldap_password' %} {% if set.1 == 'None' %} {% else %} {% endif %} {% else %} {% if set.1 == 'None' %} {% else %} {% endif %} {% endif %} {{set.3}}
{% set current_ver = versions.0 %} {% set new_ver = versions.1 %} {% set current_ver_without_dots = versions.2 %} {% set new_ver_without_dots = versions.3 %}
Currnet version Last version
{{current_ver}} {{new_ver}} {% if new_ver_without_dots > current_ver_without_dots and new_ver != "Sorry cannot get current version" %} Update {% endif %}
Note: For update you have to use HAProxy-WI repository. How start use repository read here

If server uses proxy to connection Internet add proxy settings in yum.conf

Read more about update in docs and changelog
{% include 'include/change_pass_form.html' %} {% endblock %}