{% extends "base.html" %} {% from '_glossary.html' import cron_friendly %} {% block title %}Schedules - Supavision{% endblock %} {% block content %}
Discovery maps your infrastructure initially. Health checks monitor it on a recurring schedule. Edit a resource to set or change schedules.
| Resource | Discovery Schedule | Health Check Schedule | Next Run | Status |
|---|---|---|---|---|
| {{ row.resource_name }} | {% if row.discovery_cron %} {{ cron_friendly(row.discovery_cron) }} {{ row.discovery_cron }} {% else %} — {% endif %} | {% if row.health_cron %} {{ cron_friendly(row.health_cron) }} {{ row.health_cron }} {% else %} — {% endif %} | {% if row.next_run %} {{ row.next_run }} {% else %} — {% endif %} |
Set cron schedules when editing a resource to automate monitoring.
View Resources