{include file="page_header.tpl"} {literal} {/literal}
{section name=onemenu loop=$tool_menu} {/section}
{$tool_menu[onemenu].title}

{if $tool_domain_selected && $tool_shard_selected} {if $tool_refresh_rate > 0} {/if}
Refresh

{/if} {section name=domain loop=$tool_domain_list} {/section}
Domains
{$tool_domain_list[domain].domain_name}
{if $tool_domain_selected}
{section name=shard loop=$tool_shard_list} {if $tool_domain_selected == $tool_shard_list[shard].shard_domain_id} {/if} {/section}
Shards
{$tool_shard_list[shard].shard_name}
{if $tool_frame_list} {/if} {if $tool_graph_list}
{section name=gvar loop=$tool_graph_variables} {assign var="var_name" value=$tool_graph_variables[gvar]} {section name=gdata loop=$tool_graph_datas.$var_name} {/section} {/section}
Graphs
{$tool_graph_variables[gvar]} High
{$tool_graph_datas.$var_name[gdata].service} {if $tool_graph_datas.$var_name[gdata].high_file != ''}Yes{else}No{/if}
{/if} {/if}
  {if $tool_domain_error}
{$tool_domain_error}
{elseif !$tool_domain_selected}
You need to select a domain.
{else} {if $tool_as_error}
{$tool_as_error}

{/if}
{if $tool_rrd_output} {section name=rrd loop=$tool_rrd_output} {$tool_rrd_output[rrd].desc}

{/section} {/if}
{if $tool_rrd_high_output} {section name=rrd loop=$tool_rrd_high_output} {$tool_rrd_high_output[rrd].desc}
{if $tool_rrd_high_output[rrd].img != ''}
{/if} {/section} {/if}
{/if}
{include file="page_footer.tpl"}