{% include 't_head.html' %}
{% include 't_sidebar.html' %}
{% include 't_navbar.html' %}

API Monitor 🗳

What do you want to monitor?

NOTE: You can easily add more monitors by simply editing the json file called api_monitor.json

{% for e in api_monitor %} {% if loop.index<=10 %}
{% endif %} {% endfor %}
{% for e in api_monitor %} {% if loop.index>10 and loop.index<=20 %}
{% endif %} {% endfor %}
{% for e in api_monitor %} {% if loop.index>20 and loop.index<=30 %}
{% endif %} {% endfor %}



{% include 't_js_script.html' %} {% block scripts %} {% endblock %}