{if $action=='generate'} {include file='./overall_block.html' view='title' block=$block parameter=$parameters} {if $parameters.affiche_groupNoeud eq 'on'} {/if} {if $parameters.affiche_ip eq 'on'} {/if} {if $parameters.affiche_description==true} {/if} {if $parameters.affiche_cpu eq 'on'} {/if} {if $parameters.affiche_ram eq 'on'} {/if} {if $parameters.affiche_stockage eq 'on'} {/if} {if $parameters.affiche_stockage eq 'on'} {/if} {foreach name=outer from=$listnode item=node} {if $parameters.affiche_groupNoeud eq 'on'} {/if} {if $parameters.affiche_ip eq 'on'} {/if} {if $parameters.affiche_description==true} {/if} {if $parameters.affiche_cpu eq 'on'} {if $node.device_vCPU eq 'No Data'} {else} {if $node.device_cpu_usage > $parameters.SeuilCriticalCpu } {elseif $node.device_cpu_usage > $parameters.SeuilWarningCpu} {else} {/if} {/if} {/if} {if $parameters.affiche_ram eq 'on'} {if $node.device_ram eq 'No Data'} {else} {if $node.device_usage_ram > $parameters.SeuilCriticalRam} {elseif $node.device_usage_ram > $parameters.SeuilWarningRam} {else} {/if} {/if} {/if} {if $parameters.affiche_stockage eq 'on'} {if isset($node.device_storage)} {foreach name=outer from=$node.device_storage item=storage} {if $storage.size.value != 0} {if $storage.used.hdd > $parameters.SeuilCriticalStorage} {elseif $storage.used.hdd > $parameters.SeuilWarningStorage} {else} {/if} {else} {/if} {if $storage@last} {else} {/if} {/foreach} {else} {/if} {/if} {/foreach}
{$lang.REPORT_DEVICE_GROUP_NAME}{$lang.REPORT_DEVICE_NAME}{$lang.REPORT_IP_ADD}{$lang.REPORT_BLOCK_DESCRIPTION}CPU {$lang.REPORT_CPU}RAM {$lang.REPORT_RAM}{$lang.REPORT_STOCKAGE_TOTAL} {$lang.REPORT_BLOCK_USE_USED_STORAGE_DETAIL}
{$lang.REPORT_BLOCK_USE_NAME} {$lang.REPORT_BLOCK_USE_SIZE} {$lang.REPORT_DISK_FREE_SPACE} {$lang.REPORT_BLOCK_USE_USED_PERCENT}
{$node.device_group_name|nl2br}{$node.device_name}{$node.device_ip_addr}{$node.device_description}
 
{$node.device_vCPU}{$node.device_cpu_usage}%{$node.device_cpu_usage}%{$node.device_cpu_usage}%
 
{if isset($node.device_ram.value)} {$node.device_ram.value} {$node.device_ram.unity} {/if} {$node.device_usage_ram}%{$node.device_usage_ram}%{$node.device_usage_ram}% {if isset($node.device_total_storage.value)} {$node.device_total_storage.value} {$node.device_total_storage.unity} {else}
 
{/if}
{$storage.name}{$storage.size.value} {$storage.size.unity} {$storage.free.value} {$storage.free.unity} {$storage.used.hdd}%{$storage.used.hdd}%{$storage.used.hdd}%
 
 
{if $parameters.nodeError eq 'on'} {if count($listnodeerror) gt 0}

{$lang.REPORT_BLOCK_USE_USED_NODE_ERROR}


{$lang.REPORT_BLOCK_USE_USED_NODE_ERROR_DESC} {if $parameters.affiche_groupNoeud eq 'on'} {/if} {if $parameters.affiche_ip eq 'on'} {/if} {if $parameters.affiche_description==true} {/if} {foreach name=outer from=$listnodeerror item=node} {if $parameters.affiche_groupNoeud eq 'on'} {/if} {if $parameters.affiche_ip eq 'on'} {/if} {if $parameters.affiche_description==true} {/if} {/foreach}
{$lang.REPORT_DEVICE_GROUP_NAME}{$lang.REPORT_DEVICE_NAME}{$lang.REPORT_IP_ADD}{$lang.REPORT_BLOCK_DESCRIPTION}
{$node.device_group_name|nl2br}{$node.device_name}{$node.device_ip_addr}{$node.device_description}
{/if} {/if} {include file='./overall_block.html' view='end'} {elseif $action=='update'} {include file='overall_adm_iframe.html'}
{include file='./overall_block.html' view='administration' lang=$lang block=$block titlestyle=$titlestyle descriptionstyle=$descriptionstyle}

{$lang.CUSTOMIZATION}

{$lang.CUSTOMIZATION_COL}









{$lang.CUSTOMIZATION_BLOCK_OTHER}


{$lang.ADM_PLUGIN_PARAMETER}

{if $param.affiche_cpu=='on'}
{/if} {if $param.affiche_ram=='on'}
{/if} {if $param.affiche_stockage=='on'}
{/if}

{$lang.DASHBOARD_NODE_LINKED}

{if $param.type=='groupenoeud'}
{elseif $param.type=='noeud'}
{else}

{/if}
{$lang.RETURN}
{/if}