{% 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 to 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' and action != 'history' and action != 'checker_history' %}

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


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

There are not any events yet. Check if there are any checks added here


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

There are not any events yet. Check if there are any Checker are enabled on the "HAProxy Overview" or on "Nginx Overview" pages


{% 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 %}