{% 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 %}
{{ loop.index }}. {{e["Category"]}} {% if e["Comment"] is defined %}
→
{{e["Comment"]}} {% endif %}
{% endif %} {% endfor %}
{% for e in api_monitor %} {% if loop.index>10 and loop.index<=20 %}
{{ loop.index }}. {{e["Category"]}} {% if e["Comment"] is defined %}
→
{{e["Comment"]}} {% endif %}
{% endif %} {% endfor %}
{% for e in api_monitor %} {% if loop.index>20 and loop.index<=30 %}
{{ loop.index }}. {{e["Category"]}} {% if e["Comment"] is defined %}
→
{{e["Comment"]}} {% endif %}
{% endif %} {% endfor %}
{{ api_monitor_console_output_str|safe }}
{% include 't_js_script.html' %} {% block scripts %} {% endblock %}