{% 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 != '' %}
Token
Channel name
{% if page != "servers.py" %}
Group
{% endif %}
{% for telegram in telegrams %}
{% 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) }}
{% if page != "servers.py" %}
{% endif %}
{% endfor %}
+ 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