<#include "../macros.ftl"/>

${dp.getString("title")?html}

${dp.getString("description")}

<#list dp.getStringList("servers") as server_key>

${dp.getText("Server_performance_checklist")}: ${dp.getString(server_key + ".name")}

<#list dp.getStringList(server_key + ".groups") as group_key> <#list dp.getStringList(group_key + ".checks") as check_key>
  ${dp.getText("Group/Metric_name")} ${dp.getText("Value")} ${dp.getText("Advice")} <@HelpLink link=dp.getLink("checklist_help") description=dp.getText("Read_more_about_this...")/>
<#if dp.getBoolean(group_key + ".alert")><#else>  ${dp.getString(group_key + ".name")}
  <#if dp.getBoolean(check_key + ".alert")><#else>  ${dp.getString(check_key + ".name")} ${dp.getString(check_key + ".value")} ${dp.getString(check_key + ".comment")}