{if $action=='generate'} {include file='./overall_block.html' view='title' block=$block parameter=$parameters} {if $parameters.forme=='donut'} {foreach name=donut item=donut from=$donuts}

{$donut.title}

{/foreach} {elseif $parameters.forme=='tab2'} {if $parameters.type=='service'} {/if} {if $parameters.affiche_type==true} {/if} {if $parameters.affiche_ip==true} {/if} {foreach name=tab item=tab from=$tabs} {if $parameters.type=='service'} {/if} {if $parameters.affiche_type==true} {/if} {if $parameters.affiche_ip==true} {/if} {/foreach}

{$lang.REPORT_AVAILABILITY_GROUPES}

{$lang.REPORT_AVAILABILITY_NODES}

{$lang.REPORT_AVAILABILITY_SERVICES}

{$lang.REPORT_NODE_TYPE}

{$lang.REPORT_IP_ADD}

{$lang.REPORT_AVAILABILITY_DISPO}

{$tab.groupname}

{$tab.device_name}

{$tab.common_name}

{$tab.device_type}

{$tab.ip}

{if $tab.percent < $parameters.SeuilCritical}

{$tab.percent} %

{elseif $tab.percent < $parameters.SeuilWarning}

{$tab.percent} %

{elseif $tab.percent == 'NaN' }

{$tab.percent} %

{else}

{$tab.percent} %

{/if}
{elseif $parameters.forme=='graph'} {foreach name=graphics item=graph from=$graphs}

{$graph.title}

{/foreach} {elseif $parameters.forme=='abre'} {foreach name=abreviation item=abre from=$abres}

{$abre.title}

{if $abre.state>=3}

{$lang.REPORT_AVA_UNKNOWN}

{elseif $abre.state>=2}

{$lang.REPORT_AVA_CRITICAL}

{elseif $abre.state>=1}

{$lang.REPORT_AVA_WARNING}

{else}

{$lang.REPORT_AVA_OK}

{/if}
{/foreach} {elseif $parameters.forme=='token' || $parameters.forme=='rectangle'} {foreach name=token item=token from=$tokens}

{$token.title}

{if $token.state>=3}
{elseif $token.state>=2}
{elseif $token.state>=1}
{else}
{/if}
{/foreach} {elseif $parameters.forme=='gauge'} {foreach name=gauge item=gauge from=$gauges}

{$gauge.title}

{/foreach} {elseif $parameters.forme=='graphCol'}
{/if} {include file='./overall_block.html' view='end'} {elseif $action=='update'} {include file='overall_adm_iframe.html'} {include file='./overall_block.html' view='header' lang=$lang block=$block titlestyle=$titlestyle descriptionstyle=$descriptionstyle}

{$lang.ADM_PLUGIN_TYPE}

{$lang.EXAMPLE}

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

{$lang.DASHBOARD_NODE_LINKED}

{if $param.type=='groupenoeud'} {eui_forms_selectGroups name='groupnodes[]' id='groupnodes' selected=$groupnodeid keepopen=true onchange="Report.formsSelectPlugin('plugins','groupnodes');"}

{elseif $param.type=='noeud'}
{eui_forms_selectNodes name='nodes[]' id='nodes' selected=$nodeid keepopen=true}
{else}
{eui_forms_selectServices name='services[]' id='selectservices' selected=$serviceid keepopen=true}
{/if}

{$lang.REPORT_BLOCK_PARAMETER_CRITIC}

{$lang.REPORT_AVA_IMPACT_TITLE}

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


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

{$lang.REPORT_CUSTOMIZATION}

{$lang.REPORT_CUSTOMIZATION_COL}




{$lang.RETURN}
{/if}