{% extends "base_status.html" %} {% block title %}Edit Check Command{% endblock %} {% block smallheader %}edit{% endblock %} {% block largeheader %}Check Command for {{ host_name }} - {{ service_description }}{% endblock %} {% block nav1 %}misc{% endblock %} {% block toolbar %} {% endblock %} {% block content %} {% if errors %} {{ errors }} {% else %}

You are editing check command for service {{ service_description }} on host {{ host_name }}

If the command takes any custom arguments or macros you can edit them and see the results in-line at the bottom of the page.

Check Command
Actual command_line
Loading...
Original Command Line

                
Output from plugin
Command has not been run yet
{% endif %} {% endblock %} {% block footer %} {{ block.super }} {% endblock %}