{if $action=='update'} {include file='overall_adm_iframe.html'}

{$lang.ADM_PLUGIN_TYPE}

{$lang.EXAMPLE}

{include file='./overall_block.html' view='administration' lang=$lang block=$block titlestyle=$titlestyle descriptionstyle=$descriptionstyle}

{$lang.REPORT_GRAPH_BAR_NODE_LINKED}




{$lang.REPORT_BLOCK_PARAMETER_CRITIC}

{$lang.DASHBOARD_WIDGET_ALERT_SHOW_COLUMN}



{$lang.REPORT_BLOCK_CONNECTIVITY_THRESHOLD}



{$lang.REPORT_BLOCK_CONNECTIVITY_THRESHOLD_CALC}

{$lang.REPORT_BLOCK_CONNECTIVITY_THRESHOLD_DETAIL}




{$lang.REPORT_AVA_CALCUL_MORE|replace:' :':' :'}

{$lang.RETURN}
{elseif $action=='generate'} {include file='./overall_block.html' view='title' block=$block parameter=$parameters} {if $parameters.form eq 'tab2'} {if $parameters.table.columnshow.group ne 'none'} {/if} {if $parameters.table.columnshow.ip ne 'none'} {/if} {if $parameters.table.columnshow.description ne 'none'} {/if} {foreach name=outer from=$data item=line} {if $parameters.table.columnshow.group ne 'none'} {/if} {if $parameters.table.columnshow.ip ne 'none'} {/if} {if $parameters.table.columnshow.description ne 'none'} {/if} {if $line.available > $parameters.warningThreshold} {elseif $line.available > $parameters.criticalThreshold} {else} {/if} {/foreach}
{$lang.REPORT_DEVICE_GROUP_NAME}{$lang.REPORT_DEVICE_NAME}{$lang.REPORT_ADD_IP}{$lang.REPORT_BLOCK_DESCRIPTION}{$lang.REPORT_AVAILABILITY_DISPO}
{$line.group}{$line.name}{$line.ip}{$line.description}{$line.available}%{$line.available}%{$line.available}%
{else $parameters.form eq 'graphCol'}
{/if} {include file='./overall_block.html' view='end'} {/if}