{% extends "layout.html" %} {% block title %}Instance inspection{% endblock %} {% block head %} {{ super() }} {%if file_path != "" %} {%endif%} {% endblock %} {% block body %}

Instance inspection


Supervisor:

{% if supervisor != [] %} {% for item in supervisor %} {% endfor %}
Partition and Process nameStatusProcess PID UpTime
{{ item[0]}} {{ item[1]}} {{ item[3]}}{{ item[5]}} Restart
{% else %}

Please run the software instance before displaying process

{%endif%}

SLAP:

{% for item in slap_status %} {{ item[0 ]}}

{% endfor %}

File content:

{% endblock %}