{% extends ../../../templates/base.html %} {% block title %}temBoard / {{instance}} / 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 %}