{% extends "base.html" %} {% block content %} {% from 'include/input_macros.html' import input, checkbox, select %} {% if smon_error != '' %}

You do not have installed SMON service. Read here how install SMON service

{% elif smon_status.0 == 'failed' %}

SMON service is not run. Run the SMON service here before use

{% elif smon|length == 0 and action != 'add' %}

You do not have added servers in SMON service. Create you first server here before use


{% else %} {% if action == 'add' %} {{env}} {% for s in smon %} {% include 'include/smon_server.html' %} {% endfor %}
IP Port Enabled Protocol URI Body Telegram Group Description

+ Add

You can read the description of all parameters here
{% endif %} {% endblock %}