{# Schedule management template. #} {% extends "base.html" %} {% block extra_meta_link %} {% endblock %} {% block body %} {% if add_form %}
{{ add_form.as_table }}
  • Type is the type of measurement to perform
  • Target is the target of the measurement (e.g., IP address or URL)
  • Count is the number of times the measurement should be repeated A count of -1 means to run the measurement indefinitely.
  • Interval is the interval in seconds between each repeating measurement
{% endif %} {% if schedule %} {% include "schedulelist.html" %} {% endif %} {% endblock %}