{% extends ../../../templates/base.html %} {% block title %}[{{instance.hostname}}:{{instance.pg_port}}] - Monitoring{% end %} {% block content %}
Auto refresh every 1 min
{{! check.state }} {{! check.description }}

  • {{! key.state }} {{!key.key}}

  • Warning: {{! check.warning }}{{! check.value_type == 'percent' ? '%' : ''}}
  • Critical: {{! check.critical }}{{! check.value_type == 'percent' ? '%' : ''}}
{% end %}