{% extends 'timeseer.html' %} {% from 'macros.html' import alerter, menu_back %} {% block menu %} {{ menu_back(url_for('.select_configuration', templatename=template.name, sourcename=source_name)) }} {% endblock %} {% block main %}

Schedule series set discovery

{{ template.name }}

{{ alerter() }}
{% if source_name %} {% endif %}
Use format "1d2h3m4s" where the number preceding 'd' is the days, 'h' is the hours, 'm' the minutes and 's' the seconds between two series set discovery runs.
Cancel
{% endblock %}