{% extends "layout.html" %} {% block content %} Admin Only System Verification Validate that Governor can reach its external dependencies. Run Verification GCP Projects Waiting for check... PostgreSQL Waiting for check... GitHub Waiting for check... Overall: Pending {% if runs is defined and runs %} Verification History {% for run in runs %} {{ run.started_at.strftime('%Y-%m-%d %H:%M:%S UTC') }} {{ run.environment }} {{ run.overall_status.replace('_', ' ').title() }} {% endfor %} {% endif %} {% endblock %}
Admin Only
Validate that Governor can reach its external dependencies.
Waiting for check...