{% extends "base.html" %} {% block content %} {% from 'include/input_macros.html' import input, checkbox, select %} {% include 'include/del_confirm.html' %}
{% for user in users %} {% if user.5 == group %} {% include 'include/admin_users.html' %} {% endif %} {% endfor %}
Login name Password Active Email Role

+ Add

{% set ssh_group = [] %} {% for server in servers %} {% do ssh_group.append(server.3) %} {% include 'include/admin_servers.html' %} {% endfor %}
Hostname IP Port 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 %} {% if ssh.5|string() == group %} {% endif %} {% endfor %}
Name SSH key 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 %} {% if telegram.3|string() == group %} {% endif %} {% endfor %}
Token Chanel name

+ Add

You can read the description of all parameters here
Version Server SYN flood protect
{% set values = dict() %} {% set values = {'2.0.5-1':'2.0.5-1','2.0.6-1':'2.0.6-1', '2.0.7-1':'2.0.7-1'} %} {{ select('hapver', values=values, selected='2.0.7-1', required='required') }} {{ checkbox('syn_flood', title="Enable SYN flood protect", checked='checked') }} Install
{% include 'include/change_pass_form.html' %} {% endblock %}