{% extends base.html %} {% block title %}temBoard - Home{% end %} {% block content %} {% import json %}
{{!instance.hostname}}
Unable to connect to postgres
  • {{!instance.agent_address}}
  • {{!instance.pg_port}}
  • {{!instance.pg_data}}
  • {{!instance.pg_version_summary}}
TPS: {{! instance.currentTps }}
Loadavg: {{! instance.currentLoad1 }}

{% try %} {% if role.is_admin %} No instance is available yet.
Go to Settings to add or configure instances. {% else %} You don't have access to any instance.
Please contact an administrator. {% end %} {% except %} {% end %}

{% end %}