{% extends "base.html" %} {% load staticfiles %} {% load monitcollector_tags %} {% block additinal_nav %}
  • Server
  • {% endblock %} {% block jumbotron %}

    Process

    Process {{ process.name }} has status {{ process.status }} with uptime {{ process.uptime|time_str }}

    {% endblock %} {% block content %} {% if process_found %}

    Zoom: click-drag --- Pan: shift-click-drag --- Restore zoom level: double-click

    {% include "monitcollector/includes/process_table.html" %}
    {% if enable_buttons %} {% include "monitcollector/includes/process_buttons.html" %} {% else %}

    To enable start/stop buttons follow the instructions in the README file.

    {% endif %}
    {% else %}

    Something went wrong. Process not found.

    {% endif %} {% if process.date %} {% csrf_token %} {% endif %} {% endblock %}