| Hostname: | {{ hostname }} | |
| Zone: | {{ zone }} | |
| Template: | {{ template }} | |
| Current load: | {% if working %}high | {% else %}none | {% endif %}
| Health status: | {% if healthy %}healthy | {% else %}unhealthy | {% endif %}
| Actions: | {% if healthy %} Make unhealthy {% else %} Make healthy {% endif %} Check health {% if working %} Stop load {% else %} Start load {% endif %} |