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

You have not 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 your first server here before use


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

No events added yet. Click here here to see if new check have been added


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

No events added yet. Check if there are any Checker are enabled on the "HAProxy Overview" or on "NGINX Overview" or on "Apache Overview" or on "Keepalived Overview" pages


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

+ Add

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