{% from 'include/input_macros.html' import input, select %} {% for s in services %} {% if s.0 == 'checker_haproxy' %} {% if s.3 != '* is not installed' and s.3 != '' %} {% if page != "servers.py" %} {% endif %} {% for telegram in telegrams %} {% if page != "servers.py" %} {% endif %} {% endfor %}
Token Channel nameGroup
{% set id = 'telegram-token-' + telegram.0|string() %} {{ input(id, value=telegram.1, size='30') }} {% set id = 'telegram-chanel-' + telegram.0|string() %} {{ input(id, value=telegram.2) }}

+ Add

You can read the description of all parameters here and How to create and use Telegram bot in this article
{% else %}

You do not have installed Backends checker Read hear how to install Checker service

{% endif %} {% endif %} {% endfor %}