{if $tab eq ''} {include file='overall_header.html'} {include file='overall_node_control_header.html' node=$node status=$node_status idListService='ListService' jsCloseDialog='reload_active_tabs'}
{include file='overall_node_control_footer.html'} {include file='overall_footer.html'} {elseif $tab =='servicestate'}

Cluster - Name : {$resources.name} {if isset($resources.page)}

{$lang.ADM_NODE_GOTO}{/if}

{$resources.cpu_name|upper}

{$resources.cpu_message}

{$resources.ram_name|upper}

{$resources.ram_message}

{$resources.sr_name|upper}

{$resources.sr_message}

{if $resources.status_value eq 'up' } {else} {/if} {if $resources.clustered_value eq $lang.VIRT_YES } {else} {/if} {if $resources.ha_value eq $lang.VIRT_YES } {else} {/if}
{$resources.status_value|upper}{$resources.status_value|upper}{$resources.clustered_value|upper}{$resources.clustered_value|upper}{$resources.ha_value|upper}{$resources.ha_value|upper}

VM

{$lang.VIRT_TOTAL} : {$vm_stats.total}

{$lang.VIRT_RUNNING} {$vm_stats.running}

{$lang.VIRT_PAUSED} {$vm_stats.paused}

{$lang.VIRT_STOPPED} {$vm_stats.stopped}

{$lang.VIRT_HOSTS}

{$lang.VIRT_TOTAL} : {$host_list|count}
{foreach from=$host_list item=host} {if $host.status} {else}{/if} {* *} {/foreach}
{$lang.VIRT_NAME} {$lang.VIRT_STATUS} {$lang.VIRT_ADDRESS} {$lang.VIRT_CPU} {$lang.VIRT_MEMORY} {$lang.VIRT_UPTIME}
{$host.name}{$lang.VIRT_ONLINE}{$lang.VIRT_OFFLINE}{$host.address} {if $host.cpu_status eq 'OK'}
{elseif $host.cpu_status eq 'WARNING'}
{else}
{/if}
{$host.cpu_percent}%
{$host.cpu_percent}%
{if $host.mem_status eq 'OK'}
{elseif $host.mem_status eq 'WARNING'}
{else}
{/if}
{$host.mem_percent}%
{$host.mem_percent}%
{$host.uptime|truncate:20|escape:'html'}

{$host.uptime|escape:'html'}

{if empty($host.page) && $admin_granted} {$lang.ADM_NODE_ADD} {elseif !empty($host.page)} {$lang.ADM_NODE_GOTO} {/if}
{/if}